﻿@import "jquery.jscrollpane.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:300,400');
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.42857143;
  color: #434444;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
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.42857143;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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 {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  /*
  @media (min-width: @screen-lg-min) {
    width: @container-lg;
  }
  */
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.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: 5px;
  padding-right: 5px;
}
.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: @screen-lg-min) {
  .make-grid(lg);
}
*/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f4f4f4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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;
  -o-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828484;
}
@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 {
    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: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@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: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  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: 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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
}
.collapse.in {
  display: block;
}
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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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 {
  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: 12px;
  line-height: 1.42857143;
  color: #777777;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !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: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.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: 15px 5px;
  font-size: 18px;
  line-height: 20px;
  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: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  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 {
  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: 7.5px -5px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  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: 8px;
  margin-bottom: 8px;
}
@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 {
    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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.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: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.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: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  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-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #434444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: 20px;
  margin-bottom: 20px;
  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: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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 #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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;
  z-index: 1040;
  background-color: #000000;
}
.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 #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header: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,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header: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;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.glyph-font {
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
}
.roboto-slab-light {
  font-family: 'Roboto Slab';
  font-weight: 300;
}
.roboto-black {
  font-family: 'Roboto';
  font-weight: 900;
}
.roboto-slab-regular {
  font-family: 'Roboto Slab';
  font-weight: 400;
}
.opensans-light {
  font-family: 'Roboto';
  font-weight: 300;
}
.opensans-regular {
  font-family: 'Roboto';
  font-weight: 400;
}
.opensans-semibold {
  font-family: 'Roboto';
  font-weight: 600;
}
.opensans-bold {
  font-family: 'Roboto';
  font-weight: 700;
}
.opensans-extrabold {
  font-family: 'Roboto';
  font-weight: 900;
}
.opensans-regular-italic {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
}
.opensans-condensed-light {
  font-family: 'Roboto Slab';
  font-weight: 300;
}
.opensans-condensed-bold {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.playfair-bold {
  font-family: 'Roboto Slab';
}
.dialog-open {
  overflow: hidden;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  height: 75%;
  max-height: 650px;
}
.dialog .container button {
  position: absolute;
  top: -35px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 25px;
  outline: none;
  padding: 0;
}
.dialog .columns {
  display: table;
  width: 100%;
  height: 100%;
}
.dialog .columns > div {
  display: table-cell;
  vertical-align: top;
}
.dialog .dialog-col-1 {
  padding: 45px 40px;
  width: 30%;
  background-color: #006990;
}
.dialog .dialog-col-2 {
  background-color: #f4f4f4;
  width: 70%;
  position: relative;
  overflow: hidden;
}
.dialog .dialog-col-2 .scrollpane {
  padding: 35px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
.dialog-1 .dialog-col-1 {
  text-align: center;
}
.dialog-1 .dialog-col-1 a {
  background-color: #006990;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 0 40px;
  margin-bottom: 30px;
  position: relative;
}
.dialog-1 .dialog-col-1 a:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/static/faculty-page-foans-icon-03.png) #004f6c no-repeat;
  background-size: cover;
  margin: 2px auto;
}
.dialog-1 .dialog-col-1 a:hover {
  text-decoration: none;
}
.dialog-1 .dialog-col-1 label {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.dialog-1 .dialog-col-2 ul {
  margin: 0;
}
.dialog-1 .dialog-col-2 ul li {
  margin: 5px 0;
  padding: 25px 40px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}
.dialog-1 .dialog-col-2 ul li h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
}
.dialog-1 .dialog-col-2 ul li p {
  margin: 0;
  font-size: 13px;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
.dialog-2 .container {
  height: 85%;
}
.dialog-2 .dialog-col-1 .tab-buttons {
  text-align: right;
  margin: 0;
}
.dialog-2 .dialog-col-1 .tab-buttons li {
  display: block;
  float: none;
  width: 100%;
  border: none !important;
}
.dialog-2 .dialog-col-1 .tab-buttons li.active {
  position: relative;
}
.dialog-2 .dialog-col-1 .tab-buttons li.active:after {
  content: "";
  border-top: 5px transparent solid;
  border-right: 5px #f4f4f4 solid;
  border-bottom: 5px transparent solid;
  display: block;
  position: absolute;
  top: 5px;
  right: -40px;
}
.dialog-2 .dialog-col-1 .tab-buttons li.active a {
  color: #fff;
}
.dialog-2 .dialog-col-1 .tab-buttons li.active a:after {
  background-color: #fff;
}
.dialog-2 .dialog-col-1 .tab-buttons li a {
  text-align: right;
  padding-right: 0;
  background-color: transparent !important;
  border: none !important;
  outline: none;
  color: #01baff;
  font-size: 18px;
  text-transform: none;
  font-family: 'Roboto';
  font-weight: 400;
  height: auto;
}
.dialog-2 .dialog-col-1 .tab-buttons li a:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #01baff;
  margin: 25px 0 25px auto;
  position: static;
}
.dialog-2 .dialog-col-1 .tab-buttons li a:hover,
.dialog-2 .dialog-col-1 .tab-buttons li a:active,
.dialog-2 .dialog-col-1 .tab-buttons li a:focus {
  text-decoration: none;
}
.dialog-2 .dialog-col-1 .tab-buttons li a span {
  display: block;
}
.dialog-2 .dialog-col-2 .tab-content {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .dialog-2 .container {
    height: 75%;
  }
  .dialog-2 .dialog-col-2 .scrollpane {
    position: absolute;
    overflow: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dialog .container {
    width: 95%;
    height: 95%;
    overflow: hidden;
    max-width: initial;
  }
  .dialog .container button {
    top: 10px;
    right: 5px;
    z-index: 1;
    font-size: 20px;
  }
  .dialog .columns {
    display: block;
  }
  .dialog .columns > div {
    display: block;
    width: 100%;
    position: absolute;
  }
  .dialog .columns > div.dialog-col-1 {
    display: table;
  }
  .dialog .dialog-col-1 > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }
  .dialog .dialog-col-2 .scrollpane {
    padding: 10px;
  }
  .dialog-1 .dialog-col-1 {
    text-align: left;
    height: 20%;
    padding: 0;
  }
  .dialog-1 .dialog-col-1 a {
    padding: 0;
    margin-bottom: 0;
    float: left;
  }
  .dialog-1 .dialog-col-1 a:before {
    width: 50px;
    height: 50px;
  }
  .dialog-1 .dialog-col-1 label {
    line-height: 50px;
    margin-left: 10px;
    font-size: 25px;
  }
  .dialog-1 .dialog-col-2 {
    overflow: auto;
    top: 20%;
    height: 80%;
  }
  .dialog-1 .dialog-col-2 ul li {
    padding: 10px 15px 10px 30px;
  }
  .dialog-2 .dialog-col-1 {
    padding: 0 30px;
    top: 0;
    height: 25%;
    padding: 0;
  }
  .dialog-2 .dialog-col-1 .tab-buttons {
    text-align: center;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li {
    width: 50%;
    float: left;
    height: 40px;
    margin-top: 15px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li.active:after {
    display: none;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a {
    margin-top: 10px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a:after {
    margin: 10px auto;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a span {
    display: inline;
  }
  .dialog-2 .dialog-col-2 {
    top: 25%;
    height: 75%;
  }
  .dialog-2 .dialog-col-2 .scrollpane {
    width: 100%;
  }
}
@media screen and (max-width: 543px) {
  .dialog-2 .dialog-col-1 .tab-buttons li {
    float: none;
    width: 95%;
    text-align: left;
    margin-top: 0;
    height: auto;
    padding-left: 20px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li.active a:before {
    border-left: 5px #fff solid;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a {
    position: relative;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a:before {
    content: "";
    border-top: 5px transparent solid;
    border-left: 5px #01baff solid;
    border-bottom: 5px transparent solid;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 7px;
    left: -15px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a:after {
    display: none;
  }
}
/**
 * On medium resolutions with max-height 600
 */
@media screen and (max-height: 600px) and (min-width: 768px) {
  .dialog .container {
    min-height: 310px;
  }
  .dialog-2 .dialog-col-1 {
    padding: 30px 30px 30px 10px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li:after {
    right: -30px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a:after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a span {
    display: inline;
  }
  .dialog-2 .dialog-col-2 .scrollpane {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-height: 600px) and (min-width: 544px) and (max-width: 767px) {
  .dialog-2 .dialog-col-1 .container {
    height: 75%;
  }
  .dialog-2 .dialog-col-1 > div {
    padding-right: 40px;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li {
    width: 25%;
    overflow: hidden;
    margin-top: 0;
    display: table;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .dialog-2 .dialog-col-1 .tab-buttons li a:after {
    display: none;
  }
}
body {
  overflow-x: hidden;
  overflow-y: visible;
  font-weight: 400;
}
body:after {
  content: "";
  -webkit-transform: opacity 1s;
  -moz-transform: opacity 1s;
  transform: opacity 1s;
}
table {
  font-size: small;
}
::-moz-placeholder {
  color: #999999;
  color: #434444;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
  color: #434444;
}
::-webkit-input-placeholder {
  color: #999999;
  color: #434444;
}
header {
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.search-form-open input[type="text"] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search-form-open span {
  color: #ee3524;
}
.subpage .sub-title {
  position: relative;
  display: table;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 30px;
  height: 100px;
  background-color: #f4f4f4;
  width: 100%;
}
.subpage .sub-title.osb-theme:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  background: url(../images/OSB-logo.jpg) center no-repeat;
  background-size: cover;
  width: 125px;
  height: 100%;
  border-bottom: 4px #fff solid;
  z-index: 1;
}
.subpage .sub-title.osb-theme:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #e21d3d;
  width: 200%;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.subpage .sub-title.osb-theme > span {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-left: 150px;
}
.subpage .sub-title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #ee3f2f;
}
.subpage .sub-title > span {
  display: table-cell;
  vertical-align: middle;
}
.subpage .sub-title > span span {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.subpage .quick-access-container {
  overflow: visible;
}
.subpage .quick-access-container > a:before {
  background-color: #626262;
}
.subpage .quick-access-container > a span {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 50px;
  text-align: right;
  color: #434444;
  transform: translateY(-50%);
}
/**
 * Used in:
 * - news page
 */
.video-content {
  position: relative;
  overflow: hidden;
  display: block;
}
.video-content.big-button button {
  width: 73px;
  height: 73px;
}
.video-content.big-button button:before {
  width: 73px;
  height: 73px;
}
.video-content.opened:before {
  display: none;
}
.video-content:before {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.video-content:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.video-content img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 1000px);
  -moz-transform: translate3d(0, -50%, 1000px);
  transform: translate3d(0, -50%, 1000px);
  width: 100%;
  height: 100%;
}
.video-content video {
  width: 100%;
  display: block;
}
.video-content button {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  z-index: 10;
  outline: none;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  background: none;
}
.video-content button:before {
  content: "";
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/play-button.png) no-repeat;
  background-size: contain;
  display: block;
}
.video-content button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.share-group-common-hover ul {
  background-color: #ffffff;
}
.share-group-common-hover ul li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.table-1 {
  display: table;
}
.table-1 > div,
.table-1 > li {
  display: table-cell;
  float: none;
}
.download-button {
  background: url(../images/sprites.png) no-repeat -217px -2px;
  border: none;
  outline: none;
  width: 14px;
  height: 20px;
  display: inline-block;
  text-decoration: none !important;
}
a {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
ul {
  padding-left: 0;
  list-style: none;
}
.mobile-menu-button,
.mobile-search-button {
  display: none;
}
.mobile-menu {
  vertical-align: bottom;
  margin-bottom: 0;
  -webkit-margin-after: 1px;
  display: inline-block;
}
.mobile-menu .mobile-menu-item {
  display: inline-block;
}
.mobile-menu .mobile-menu-item > a {
  display: none;
  text-decoration: none !important;
}
.mobile-menu .mobile-menu-item > ul:not(.nav-main) {
  display: none;
}
.vertical-sep {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-1 {
  background-color: #ee3524;
  overflow: hidden;
}
.nav-1 .container {
  height: 29px;
}
.nav-1 a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: relative;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-1 a:hover span:before,
.nav-1 a:hover span:after {
  transform: translateY(-100%);
}
.nav-1 a:hover span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-1 a:hover span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-1 a span {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.nav-1 a span:before,
.nav-1 a span:after {
  content: attr(data-label);
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.nav-1 a span:after {
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-1 a:hover {
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-1 ul li {
  line-height: 28px;
}
.nav-1 ul li:first-child {
  float: left;
}
.nav-1 ul li:first-child a {
  padding: 0px 17px;
}
.nav-1 ul li:first-child a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  height: 40%;
  border-right: 1px #ffffff solid;
}
.nav-1 ul li:last-child {
  float: right;
}
.nav-1 ul li:last-child .dot {
  content: ".";
  position: absolute;
  top: 6px;
}
.nav-1 ul li:last-child a {
  padding: 8px 15px;
  min-width: 60px;
  float: left;
  text-align: center;
  /*
                    &:last-child {
                        padding-left:15px;
                        padding-right:15px;
                    }
                    */
}
.nav-1 ul li:last-child a:first-child:before {
  content: ".";
  position: absolute;
  top: 6px;
  left: 0;
}
.nav-1 ul li:last-child a:nth-child(3) {
  width: 105px;
}
.nav-1 ul li:last-child a:after {
  content: ".";
  position: absolute;
  top: 6px;
  right: 0;
}
.nav-hover:hover span:before,
.nav-hover:hover span:after {
  transform: translateY(-100%);
}
.nav-hover:hover span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-hover:hover span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-hover span {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.nav-hover span:before,
.nav-hover span:after {
  content: attr(data-label);
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.nav-hover span:after {
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-hover-group {
  overflow: hidden;
}
.nav-hover-group span {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-hover-group span:last-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-hover-group:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav-hover-group:hover span:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-hover-group:hover span:last-child {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-2 {
  background-color: #434444;
  padding: 15px;
  border-bottom: 1px #f4f4f4 solid;
  color: #ffffff;
}
.nav-2 .container {
  position: relative;
  padding-left: 0;
}
.nav-2 .logo {
  width: 119px;
  height: 79px;
  display: inline-block;
}
.nav-2 .nav-main {
  display: inline-block;
  padding-left: 30px;
  float: left;
  position: static;
}
.nav-2 .nav-main:last-child {
  padding-left: 0;
}
.nav-2 .nav-main > li:not(.mobile-menu-item-quick) {
  display: inline-block;
}
.nav-2 .nav-main > li.mobile-menu-item-quick {
  display: none;
}
.nav-2 .nav-main > li:not(.sub-menu) a {
  padding-left: 10px;
}
.nav-2 .nav-main > li.sub-menu > div {
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.nav-2 .nav-main > li.sub-menu > div div {
  position: relative;
  border: 1px #f4f4f4 solid;
  border-bottom: none;
  width: 960px;
  margin: 0 auto;
  background: url(../images/sub-menu-bg.jpg) no-repeat top center rgba(67, 68, 68, 0.8);
  height: 0;
  padding: 0 95px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}
.nav-2 .nav-main > li.sub-menu > div div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 68, 68, 0.8);
  z-index: 0;
}
.nav-2 .nav-main > li.sub-menu > div div h2,
.nav-2 .nav-main > li.sub-menu > div div p,
.nav-2 .nav-main > li.sub-menu > div div > ul {
  position: relative;
  z-index: 1;
}
.nav-2 .nav-main > li.sub-menu > div div h2 {
  font-family: 'Roboto Slab';
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.nav-2 .nav-main > li.sub-menu > div div h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0 30px;
  background-color: #ee3f2f;
}
.nav-2 .nav-main > li.sub-menu > div div p {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  text-shadow: 2px 2px #333;
  line-height: 24px;
  margin-bottom: 50px;
  color: #cecece;
}
.nav-2 .nav-main > li.sub-menu > div div > ul > li {
  float: left;
  width: 33.33%;
}
.nav-2 .nav-main > li.sub-menu > div div > ul > li ul li {
  display: block;
  margin-bottom: 15px;
}
.nav-2 .nav-main > li.sub-menu > div div > ul > li ul li:before {
  content: ">";
  color: #ee3524;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 20px;
  -webkit-transform: scale(0.75, 1.2);
  -moz-transform: scale(0.75, 1.2);
  transform: scale(0.75, 1.2);
  display: inline-block;
  line-height: 24px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.nav-2 .nav-main > li.sub-menu > div div > ul > li ul li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  text-shadow: 2px 2px #333;
  color: #fff;
}
.nav-2 .nav-main > li.sub-menu > div div > ul > li ul li a:hover {
  color: #ee3524;
  text-decoration: none;
}
.nav-2 .nav-main > li.sub-menu:hover > a span {
  content: "";
  position: absolute;
  top: 43px;
  border-top: 4px #fff solid;
  border-right: 4px transparent solid;
  border-left: 4px transparent solid;
  z-index: 2;
  left: 45%;
}
.nav-2 .nav-main > li.sub-menu:hover > div {
  height: auto;
}
.nav-2 .nav-main > li.sub-menu > a {
  padding-right: 12px;
  position: relative;
}
.nav-2 .nav-main > li.sub-menu > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
}
.nav-2 .nav-main > li.sub-menu > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  border-top: 4px #ee3524 solid;
  border-right: 4px transparent solid;
  border-left: 4px transparent solid;
  display: block;
  width: 0;
  height: 0;
}
.nav-2 .nav-main > li:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 7px;
  border-left: 1px #7e8185 solid;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
}
.nav-2 .nav-main > li > a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 2px 3px 6px;
  letter-spacing: 2.5px;
}
.nav-2 .nav-main > li > a.yellow {
  color: #ffd41d;
}
.nav-2 .nav-main > li > a:hover {
  color: #ee3524;
  text-decoration: none;
}
.nav-2 .nav-main.nav-main-left > li:nth-child(1) > div > div {
  background: url(../images/home/banner-08.jpg) no-repeat center;
  background-size: cover;
}
.nav-2 .nav-main.nav-main-left > li:nth-child(2) > div > div {
  background: url(../images/home/banner-04.jpg) no-repeat center;
  background-size: cover;
}
.nav-2 .nav-main.nav-main-left > li:nth-child(3) > div > div {
  background: url(../images/home/banner-07.jpg) no-repeat center;
  background-size: cover;
}
.nav-2 .nav-main.nav-main-right > li:nth-child(3) > div > div {
  background: url(../images/home/banner-02.jpg) no-repeat center;
  background-size: cover;
}
.nav-2 .nav-group {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-2 .nav-social {
  float: right;
}
.nav-2 .nav-social li:last-child {
  width: 55px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.nav-2 .nav-social li:last-child span {
  width: 90px;
  display: block;
  float: right;
}
.nav-2 .nav-social li a.search-button {
  background-position: -166px -2px;
  width: 17px;
}
.nav-2 .nav-sub {
  display: inline-block;
  margin-right: 10px;
}
.nav-2 .nav-sub li {
  display: inline-block;
}
.nav-2 .nav-sub li:not(:last-child):after {
  content: "|";
  display: inline-block;
  padding: 0 3px;
  color: #7e8185;
}
.nav-2 .nav-sub li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #7e8185;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-2 .nav-sub li a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-social {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.nav-social li {
  float: left;
  width: 40px;
  border-left: 1px #5a5b5b solid;
  line-height: 23px;
  text-align: center;
}
.nav-social li a {
  background: url(../images/sprites.png) no-repeat;
  display: inline-block;
  height: 23px;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-social li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-social li a.social-sn {
  background: none;
  color: #909191;
  opacity: 1;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.nav-social li a.social-sn:hover {
  color: #fff;
}
.nav-social li a.social-fb {
  background-position: -56px -2px;
  width: 6px;
}
.nav-social li a.social-tw {
  background-position: -67px -2px;
  width: 12px;
}
.nav-social li a.social-in {
  background-position: -83px -2px;
  width: 13px;
}
.nav-social li a.social-gg {
  background-position: -100px -2px;
  width: 19px;
}
.nav-social li a.social-ig {
  background-position: -123px -2px;
  width: 14px;
}
.nav-social li a.social-yt {
  background-position: -141px -2px;
  width: 20px;
}
.search-form {
  position: absolute;
  top: -4px;
  width: 350px;
  right: 1px;
  z-index: 999;
  width: 55px;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  /*div {
        float:right;
        width:67px;
        height:100%;
        padding:0 5px;
        text-align:center;
        
        span {
            .transition(color 0.5s);
            height:100%;
            padding:5px;
            font-size:17px;
            line-height:22px;
            
            &:hover {
                color:#000;
            }
            
            input {
                background-color:transparent;
                border:none;
                outline:none;
                position:absolute;
                top:0;
                left:0;
                width:100%;
                height:100%;
                z-index:1;
                cursor:pointer;
            }
        } // span
    } // div*/
}
.search-form label {
  display: none;
}
.search-form input[type="text"] {
  width: 100%;
  background-color: #323232;
  padding: 7px 70px 7px 7px;
  color: #858585;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  outline: none;
}
.search-form span {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  height: 100%;
  padding: 5px;
  font-size: 17px;
  line-height: 22px;
  width: 55px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}
.search-form span:hover {
  color: #ffffff;
}
.search-form span input {
  background-color: transparent !important;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.read-more {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #ee3524;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px #ee3524 solid;
  outline: none !important;
}
.read-more.underline {
  border-bottom: none;
  text-decoration: underline;
}
.read-more.underline:hover {
  text-decoration: none;
}
.read-more:hover {
  font-weight: 600;
}
.read-more:active,
.read-more:focus {
  color: #ee3524;
}
/**
 * Used in:
 * - department of architecture and design
 * - news
 * Requires:
 * .read-more
 */
.pdf-button {
  white-space: nowrap;
}
.pdf-button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/sprites.png) no-repeat -270px -1px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.share-group {
  float: right;
  position: relative;
}
.share-group.open {
  pointer-events: anything;
}
.share-group > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px #bcbcbc solid;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #fff;
  z-index: 1;
}
.share-group .trigger {
  background: url(../images/sprites.png) no-repeat;
  background-position: -187px -2px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  float: left;
  position: relative;
  top: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.share-group .fb-share > div,
.share-group .tt-share iframe,
.share-group .gp-share > div {
  position: absolute !important;
  top: 7px;
  left: -10px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scaleX(3);
  -moz-transform: scaleX(3);
  transform: scaleX(3);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.share-group ul {
  position: absolute;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  top: -22px;
  right: 40px;
  pointer-events: none;
  /*width:160px;
        white-space:nowrap;
        padding:4px 0;
        
        .fb-share-button {
            margin-right:5px;
        }
        
        .fb-share-button, .twitter-share-button {
            margin-bottom:10px;
            float:left;
        }*/
}
.share-group ul li {
  pointer-events: none;
  text-decoration: none;
  color: #737373;
  white-space: nowrap;
  margin-bottom: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.share-group ul li > span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #737373;
  text-align: center;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.share-group ul li > span:before {
  content: "";
  background: url(../images/sprites.png) no-repeat;
  display: inline-block;
  height: 23px;
}
.share-group ul li.fb-share {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.share-group ul li.fb-share > span:before {
  background-position: -56px -2px;
  width: 6px;
}
.share-group ul li.tt-share {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.share-group ul li.tt-share > span:before {
  background-position: -67px -2px;
  width: 12px;
}
.home-tab {
  position: relative;
  z-index: 1;
}
.tab-buttons {
  border-bottom: none;
}
.tab-buttons li {
  width: 33.32%;
  margin-bottom: 0;
}
.tab-buttons li:not(.active) a {
  background-color: rgba(255, 255, 255, 0.7);
}
.tab-buttons li.active a {
  position: relative;
  height: 38px;
  background-color: #fff;
}
.tab-buttons li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px #cccccc solid;
  width: 30%;
  left: 35%;
  right: 35%;
}
.tab-buttons li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: initial;
  padding: 0px 10px;
  line-height: 35px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  margin-right: 2px;
  -webkit-margin-end: 2px;
}
.tab-content {
  background-color: #fff;
  color: #737373;
  margin-bottom: 5px;
}
/**
 * Used in:
 * - homepage
 * - news-listing-1
 * - slick-news (mostly on sub pages)
 */
.listing-1 h2 {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.listing-1 h3 {
  font-size: 11px;
  color: #737373;
  margin-bottom: 15px;
}
.listing-1 .read-more {
  color: #ee3524 !important;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.listing-1 .read-more:hover {
  font-weight: 900;
}
.listing-1-container {
  margin-bottom: 10px;
}
.listing-1-container .tab-content {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.listing-1-container .tab-content .listing-1-button a {
  color: #737373;
  text-decoration: none;
}
.listing-1-container .tab-content .listing-1-button a:hover {
  color: #ee3524;
  font-weight: 600;
}
.listing-1-button {
  display: block;
  padding: 15px 40px;
  text-align: center;
}
.listing-1-button a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #737373;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.listing-1-button a:hover {
  color: #ee3524;
}
.listing-1-button a:hover:before {
  color: #ee3524;
}
.listing-2 .listing-2-item {
  background: #fff;
}
.listing-2 .listing-2-item:hover.read-more-column .content > span {
  height: 20px;
}
.listing-2 .listing-2-item:hover.read-more-column .read-more {
  color: #fff !important;
}
.listing-2 .slick .slick-arrow {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.listing-2 .slick .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.listing-2 .content {
  position: relative;
}
.listing-2 .content strong {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 11px;
}
.listing-2 .content h2 {
  font-size: 17px;
  line-height: 21px;
  margin: 5px 0;
  color: #000000;
}
.listing-2 .content p {
  font-size: 13px;
  line-height: 13px;
  color: #737373;
}
.listing-2 .content > span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
}
.listing-2 .yellow .content strong {
  color: #e9bc01;
}
.listing-2 .yellow .content > span {
  background-color: #e9bc01;
}
.listing-2 .orange .content strong {
  color: #ea7f1e;
}
.listing-2 .orange .content > span {
  background-color: #ea7f1e;
}
.listing-2 .purple .content strong {
  color: #61116a;
}
.listing-2 .purple .content > span {
  background-color: #61116a;
}
.listing-2 .blue .content strong {
  color: #006990;
}
.listing-2 .blue .content > span {
  background-color: #006990;
}
.listing-2 .read-more-column .content > span {
  padding: 0 25px;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.listing-2 .read-more-column .content > span .read-more {
  color: #fff;
  text-decoration: none;
  float: left;
  line-height: 20px;
  border-bottom: none;
  /*
                    &:hover {
                        label {
                            &:before, &:after {
                                .transform(translateY(-21px));
                            }
                        }
                    }
                    */
}
.listing-2 .read-more-column .content > span .read-more:hover span:before,
.listing-2 .read-more-column .content > span .read-more:hover span:after {
  transform: translateY(-100%);
}
.listing-2 .read-more-column .content > span .read-more:hover span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-2 .read-more-column .content > span .read-more:hover span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.listing-2 .read-more-column .content > span .read-more span {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.listing-2 .read-more-column .content > span .read-more span:before,
.listing-2 .read-more-column .content > span .read-more span:after {
  content: attr(data-label);
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.listing-2 .read-more-column .content > span .read-more span:after {
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-2 .read-more-column .content > span .read-more:before {
  content: ">";
  display: inline-block;
  padding-right: 10px;
}
.listing-2 .read-more-column .content > span .read-more span {
  height: 14px;
}
.listing-2 .read-more-column .content > span strong {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  float: right;
  color: #fff;
  line-height: 20px;
}
.listing-3 h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}
.listing-3 h2 span {
  white-space: nowrap;
}
.listing-3 .list,
.listing-3 .text {
  border: 1px #e8e8e8 solid;
  background-color: #fff;
  min-height: 185px;
}
.listing-3 a,
.listing-3 p {
  font-size: 13px;
  color: #737373;
}
.listing-3 a {
  text-decoration: underline;
}
.listing-3 p {
  margin: 0;
}
.listing-3 .list ul li {
  margin-bottom: 12px;
}
.listing-3 .list ul li:last-child {
  margin-bottom: 0;
}
.listing-3 .listing-3-item:last-child h2 {
  margin-bottom: 10px;
}
.listing-3 .links li {
  margin-bottom: 10px;
}
/**
 * Used in:
 * - homepage
 */
.news-listing-1 {
  border-right: 1px #e9e9e9 solid;
}
.news-listing-1 img {
  width: 100%;
}
.news-listing-1 p {
  font-size: 13px;
  color: #737373;
  margin-bottom: 45px;
}
/**
 * Used in:
 * - homepage
 * - news page
 */
.news-listing-2 .share-group {
  top: -4px;
}
.news-listing-2:last-child > div {
  border-bottom: none;
  padding-bottom: 5px;
}
.news-listing-2 > div {
  border-bottom: 1px #e9e9e9 solid;
  padding-bottom: 25px;
}
.news-listing-2 h2 {
  margin-top: 0;
}
.news-listing-2 h6 {
  margin-top: 7px;
  margin-bottom: 17px;
}
/**
 * Used in:
 * - news page
 */
.news-listing-3 {
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  min-height: 225px;
}
.news-listing-3.big figure img {
  width: 100%;
}
.news-listing-3.big > div {
  padding: 10px 40px 25px;
}
.news-listing-3.image > div {
  padding-left: 280px;
  position: relative;
}
.news-listing-3.image figure {
  position: absolute;
  left: 25px;
  top: 25px;
  max-width: 230px;
}
.news-listing-3 > div {
  padding: 25px;
}
.news-listing-3 figure {
  margin-bottom: 15px;
}
.news-listing-3 figure.opened:before {
  display: none;
}
.news-listing-3 h2 {
  margin: 0;
}
.news-listing-3 h3 {
  margin: 5px 0 10px;
}
.news-listing-3 p {
  font-size: 13px;
  color: #737373;
}
.home-tab .calendar .ui-datepicker-calendar {
  margin: 20px auto 30px;
}
.calendar,
.calendar-popup {
  background: #434444;
  border-bottom: 1px #fff solid;
  text-align: center;
  position: relative;
  z-index: 1;
}
.calendar .event1 a,
.calendar-popup .event1 a {
  background-color: #5d5d5d !important;
}
.calendar .event2 a,
.calendar-popup .event2 a {
  background-color: #ee3524 !important;
}
.calendar .event3 a,
.calendar-popup .event3 a {
  background-color: #ffffff !important;
  color: #434444 !important;
}
.calendar .event a.ui-state-active,
.calendar-popup .event a.ui-state-active {
  background-color: #b1a89d !important;
  color: #434444 !important;
}
.calendar .event a.ui-state-highlight,
.calendar-popup .event a.ui-state-highlight {
  background-color: #ffffff !important;
  color: #434444 !important;
}
.calendar .ui-datepicker-other-month a,
.calendar-popup .ui-datepicker-other-month a {
  color: rgba(255, 255, 255, 0.33) !important;
}
.calendar .ui-state-disabled span,
.calendar-popup .ui-state-disabled span {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.33) !important;
}
.calendar .ui-datepicker-calendar,
.calendar-popup .ui-datepicker-calendar {
  width: 90%;
  margin: 0 auto;
}
.calendar .ui-datepicker-calendar th span,
.calendar-popup .ui-datepicker-calendar th span {
  display: none;
}
.calendar .ui-datepicker-calendar td a,
.calendar-popup .ui-datepicker-calendar td a,
.calendar .ui-datepicker-calendar td span,
.calendar-popup .ui-datepicker-calendar td span {
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 12px;
  margin: 8px 4px;
  text-decoration: none !important;
}
.calendar .ui-datepicker-next,
.calendar-popup .ui-datepicker-next,
.calendar .ui-datepicker-prev,
.calendar-popup .ui-datepicker-prev {
  position: absolute;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
  top: 4px;
  -webkit-transform: scale(0.75, 1.5);
  -moz-transform: scale(0.75, 1.5);
  transform: scale(0.75, 1.5);
  padding: 5px;
  cursor: pointer;
}
.calendar .ui-datepicker-prev,
.calendar-popup .ui-datepicker-prev {
  left: 24px;
}
.calendar .ui-datepicker-next,
.calendar-popup .ui-datepicker-next {
  right: 84px;
}
.calendar .ui-datepicker-title,
.calendar-popup .ui-datepicker-title {
  background-color: #ee3524;
  height: 38px;
  padding: 0 95px 0 35px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 38px;
  letter-spacing: 2px;
  color: #fff;
}
.calendar .calendar-download,
.calendar-popup .calendar-download,
.calendar .calendar-search,
.calendar-popup .calendar-search {
  position: absolute;
  background: url(../images/sprites.png) no-repeat;
  border: none;
  outline: none;
  height: 20px;
  top: 9px;
}
.calendar .calendar-download,
.calendar-popup .calendar-download {
  background-position: -217px -2px;
  width: 14px;
  right: 45px;
  color: #fff;
  text-decoration: none !important;
}
.calendar .calendar-download:before,
.calendar-popup .calendar-download:before,
.calendar .calendar-download:after,
.calendar-popup .calendar-download:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.calendar .calendar-download:before,
.calendar-popup .calendar-download:before {
  content: attr(data-hover);
  top: -49px;
  left: -47px;
  background-color: #434444;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 12px;
  width: 106px;
  height: 40px;
  line-height: 15px;
  padding: 4px 0;
  display: block;
}
.calendar .calendar-download:after,
.calendar-popup .calendar-download:after {
  content: "";
  display: block;
  top: -9px;
  border-top: 7px #434444 solid;
  border-right: 7px transparent solid;
  border-left: 7px transparent solid;
}
.calendar .calendar-download:hover,
.calendar-popup .calendar-download:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.calendar .calendar-download:hover:before,
.calendar-popup .calendar-download:hover:before,
.calendar .calendar-download:hover:after,
.calendar-popup .calendar-download:hover:after {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.calendar .calendar-search,
.calendar-popup .calendar-search {
  background-position: -245px -3px;
  width: 17px;
  right: 15px;
}
.calendar-2 {
  background: #dadbdb;
}
.calendar-2 .ui-datepicker-title {
  padding-right: 35px;
}
.calendar-2 .ui-datepicker-next {
  right: 24px;
}
.calendar-2 .ui-datepicker-calendar th span {
  display: block;
  text-align: center;
  color: #ee3524;
  height: 40px;
  line-height: 40px;
}
.calendar-2 .ui-datepicker-calendar td a {
  color: #5d5d5d;
}
.calendar-2 .ui-state-disabled span {
  color: #c8c9c9 !important;
}
.calendar-2 .ui-datepicker-today a {
  background-color: #5d5d5d !important;
  color: #ffffff !important;
}
.calendar-2 .event a.ui-state-active {
  background-color: #ee3524 !important;
  color: #ffffff !important;
}
.calendar-popup {
  border-bottom: none;
  z-index: 2!important;
}
.calendar-popup .ui-datepicker-calendar {
  margin: 0 auto;
}
.calendar-popup .ui-datepicker-title {
  padding: 0 35px;
}
.calendar-popup .ui-datepicker-next {
  right: 24px;
}
.calendar-popup .ui-datepicker-next,
.calendar-popup .ui-datepicker-prev {
  top: 6px;
}
.calendar-details {
  position: absolute;
  width: 100%;
  height: 110%;
  bottom: 0;
  z-index: 2;
  display: none;
  padding: 35px 5px 25px 20px;
  border: 1px #3e3c3b solid;
  background-color: #b1a89d;
}
.calendar-details .remove {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
}
.calendar-details .remove:hover,
.calendar-details .remove :active,
.calendar-details .remove :focus {
  text-decoration: none;
  outline: none;
}
.calendar-details > div {
  width: 100%;
  height: 100%;
}
.calendar-details h2,
.calendar-details p {
  font-size: 13px;
}
.calendar-details h2 {
  font-family: 'Roboto';
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.calendar-details p {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  margin: 0 0 25pp;
  color: #5f1905;
}
.calendar-details .calendar-details-scrollpane {
  height: 100% !important;
  outline: none;
}
.calendar-details .calendar-details-scrollpane .jspVerticalBar {
  width: 5px;
  background: none;
}
.calendar-details .calendar-details-scrollpane .jspHorizontalBar {
  visibility: hidden !important;
}
.calendar-details .calendar-details-scrollpane .jspTrack {
  background: #a1978b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.calendar-details .calendar-details-scrollpane .jspDrag {
  background: #82786c;
}
.calendar-details .calendar-details-scrollpane .jspPane {
  max-width: 270px;
}
.calendar-tab {
  position: relative;
  z-index: 1;
}
.calendar-tab-buttons {
  border-bottom: none;
}
.calendar-tab-buttons li {
  width: 50%;
}
.calendar-tab-buttons li.active a {
  background-color: #5d5d5d !important;
}
.calendar-tab-buttons li a {
  background-color: #434444 !important;
  margin: 0;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.4) !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
}
.calendar-tab-content {
  background-color: #5d5d5d;
  padding: 10px 10px 20px;
}
.calendar-tab-content .scrollpane {
  position: relative;
}
.calendar-tab-content .scrollpane .scrollpane-content {
  width: 100% !important;
  height: 170px;
  margin-bottom: 5px;
  outline: none;
  position: relative;
  top: 5px;
}
.calendar-tab-content .scrollpane .scrollpane-buttons {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.calendar-tab-content .scrollpane .scrollpane-buttons a {
  background: none;
  position: absolute;
  left: 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  outline: none;
  border: none;
}
.calendar-tab-content .scrollpane .scrollpane-buttons a.scrollpane-up {
  top: 3px;
  border-top: 2px #999999 solid;
  border-left: 2px #999999 solid;
}
.calendar-tab-content .scrollpane .scrollpane-buttons a.scrollpane-dn {
  bottom: -15px;
  border-bottom: 2px #999999 solid;
  border-right: 2px #999999 solid;
}
.calendar-tab-content .scrollpane .jspContainer {
  position: relative;
  margin: 10px 0;
  width: 100% !important;
  height: 150px !important;
  overflow: hidden;
  outline: none;
}
.calendar-tab-content .scrollpane .jspVerticalBar {
  visibility: hidden;
}
.calendar-tab-content .scrollpane .jspHorizontalBar {
  visibility: hidden !important;
}
.calendar-tab-content .scrollpane .jspPane {
  width: 95% !important;
  position: absolute;
  left: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 20px !important;
}
.calendar-tab-content .scrollpane .jspPane div {
  position: relative;
  padding-left: 40px;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 13px;
  min-height: 50px;
  padding-bottom: 15px;
  color: #fff;
}
.calendar-tab-content .scrollpane .jspPane div a.calendar-event {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 29px;
  background: url(../images/sprites.png) no-repeat;
  background-position: -55px -67px;
  text-align: center;
  line-height: 33px;
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.calendar-tab-content .scrollpane .jspPane div a.calendar-event:hover {
  background: url(../images/icons/rcalendar.svg) no-repeat;
}
.calendar-tab-content .scrollpane .jspPane div strong {
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #a3a5a7;
  text-transform: uppercase;
}
.calendar-tab-content .scrollpane .jspPane div a {
  color: #fff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.calendar-tab-content .scrollpane .jspPane div a:hover {
  color: #ee3524;
}
.tw-ticker {
  position: relative;
}
.tw-ticker > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.tw-ticker .content {
  background-color: #dadbdb;
  word-wrap: break-word;
}
.tw-ticker .content .icon {
  position: absolute;
  top: 52%;
  right: 35px;
}
.tw-ticker .content .icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background: url(../images/sprites.png) no-repeat;
  background-position: -32px -37px;
  position: absolute;
  top: -15px;
  right: -12px;
}
.tw-ticker .heading {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 13px;
  color: #434444;
  margin: 0 0 5px;
}
.tw-ticker .heading span {
  font-family: 'Roboto';
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
.tw-ticker p {
  font-size: 13px;
  color: #737373;
  margin: 0;
}
.tw-ticker p a {
  color: #737373;
}
footer > div {
  background-color: #434444;
  position: relative;
}
footer .nav-social {
  float: left;
}
footer .nav-social li a {
  margin: 15px 0;
}
footer .nav-mobile-app {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 2px;
  padding: 0;
}
footer .nav-mobile-app li {
  float: left;
  margin-right: 5px;
}
footer .sitemap-link {
  float: right;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  padding: 18px;
  text-decoration: underline;
}
.quick-access-container {
  position: absolute;
  top: 150px;
  right: 10px;
  z-index: 99;
  text-align: center;
  height: 100px;
  overflow: hidden;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.quick-access-container.open {
  height: 400px;
}
.quick-access-container.open > a:before {
  content: "\2212";
}
.quick-access-container.open > a:before {
  background: #181818;
}
.quick-access-container.open > div a:nth-child(1),
.quick-access-container.open > div a:nth-child(2),
.quick-access-container.open > div a:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.quick-access-container a {
  text-decoration: none !important;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.quick-access-container > a {
  width: 50px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.26);
}
.quick-access-container > a:before {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px 0;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.quick-access-container > div a {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.quick-access-container > div a:nth-child(1) {
  -webkit-transform: translateY(-100%) scale(0);
  -moz-transform: translateY(-100%) scale(0);
  transform: translateY(-100%) scale(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.quick-access-container > div a:nth-child(2) {
  -webkit-transform: translateY(-200%) scale(0);
  -moz-transform: translateY(-200%) scale(0);
  transform: translateY(-200%) scale(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.quick-access-container > div a:nth-child(3) {
  -webkit-transform: translateY(-200%) scale(0);
  -moz-transform: translateY(-200%) scale(0);
  transform: translateY(-200%) scale(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/**
 * Used in:
 * - news detail pages
 */
.quick-access-container-2 {
  top: 200px;
}
.quick-access-container-2.open a:before {
  background-color: #000;
}
.quick-access-container-2 a {
  color: #737373;
  text-shadow: none;
}
.quick-access-container-2 a:before {
  background-color: #626262;
  color: #fff;
}
.quick-access-container-2 > div a {
  background-color: #626262;
  color: #fff;
}
/*
#s4-workspace {
    height:auto !important;
}
*/
#s4-bodyContainer {
  padding-bottom: 0;
}
#aspnetForm {
  margin-bottom: 0;
}
.slick-slide {
  height: auto;
}
.ms-dlgTitleBtns {
  margin-right: 0;
}
.ms-webpartzone-cell {
  margin-bottom: 0;
}
.breadcrumb-container {
  background-color: #fff;
  border-bottom: 1px #d9dada solid;
  margin-bottom: 10px;
}
.breadcrumb-container .breadcrumb {
  background-color: #fff;
  margin: 0 -5px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-container .breadcrumb > li {
  color: #737373;
  text-transform: uppercase;
  font-size: 11px;
}
.breadcrumb-container .breadcrumb > li + li:before {
  padding: 0;
  display: inline-block;
  color: #737373;
}
.breadcrumb-container .breadcrumb > li a {
  color: #737373;
}
.arrow-normal {
  position: relative;
}
.arrow-normal:before {
  /*        content:">";*/
  position: absolute;
  color: #ee3524;
  content: "";
  top: 38%;
  background: url(../images/arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
}
.arrow-outer {
  position: relative;
}
.arrow-outer:before {
  /*        content:">";*/
  position: absolute;
  color: #ee3524;
  content: "";
  top: 38%;
  background: url(../images/arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
}
.arrow-outer:before {
  left: -20px;
}
.arrow-inner {
  position: relative;
}
.arrow-inner:before {
  /*        content:">";*/
  position: absolute;
  color: #ee3524;
  content: "";
  top: 38%;
  background: url(../images/arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
}
.arrow-inner:before {
  left: 20px;
}
/**
 * Used in faculty
 */
.listing-4 {
  margin-bottom: 20px;
}
.listing-4 ul.row > li > div {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 25px 35px 150px 40px;
  position: relative;
}
.listing-4 ul.row > li > div a {
  outline: none !important;
  text-decoration: none !important;
}
.listing-4 ul.row > li > div h3 {
  margin: 0 0 18px;
  font-size: 18px;
  font-family: 'Roboto Slab';
  font-weight: 400;
}
.listing-4 ul.row > li > div h3 a {
  color: #000;
  line-height: 23px;
}
.listing-4 ul.row > li > div p {
  color: #737373;
  font-size: 13px;
}
.listing-4 ul.row > li > div ul.links {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px;
}
.listing-4 ul.row > li > div ul.links li {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  border-top: 2px #d3d1d1 dotted;
  padding: 12px 0 13px;
}
.listing-4 ul.row > li > div ul.links li:last-child {
  border-bottom: 2px #d3d1d1 dotted;
}
.listing-4 ul.row > li > div ul.links li a {
  color: #737373;
  margin-right: -15px;
  display: block;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.listing-4 ul.row > li > div ul.links li a:before {
  top: -5px;
}
.listing-4 ul.row > li > div ul.links li a:hover {
  text-decoration: none;
  color: #ee3524;
}
/**
 * Used in:
 * - faculty of arts and sciences
 * - department of architecture and design
 */
.listing-5 ul.row li {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #737373;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 10px;
}
.listing-5 ul.row li label {
  background-color: #fff;
  padding: 30px 20px;
  display: block;
  margin-bottom: 0;
  font-family: 'Roboto';
  font-weight: 400;
}
.listing-5 ul.row li label strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 30px;
  color: #008a5f;
  display: block;
}
/**
 * Used in:
 * - faculty of arts and sciences
 * - research
 */
.detail-1-container {
  padding: 0;
}
.detail-1-container.two-columns {
  margin-top: 40px;
}
.detail-1-container.two-columns > div:first-child {
  padding-left: 0;
  padding-right: 40px;
}
.detail-1-container.two-columns > div:last-child {
  padding-right: 0;
}
.detail-1-container.two-columns .detail-1 {
  margin-top: 0;
}
/**
 * Used in:
 * - research
 */
.detail-1 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.detail-1.no-columns > ul {
  display: block;
}
.detail-1.no-columns > ul > li {
  display: block;
  float: none;
}
.detail-1.no-columns > ul > li:first-child {
  text-align: left;
}
.detail-1 > ul > li {
  /*display:table-cell;
            vertical-align:middle;
            float:none;
            color:#737373;
            
            &:first-child {
                text-align:center;
            }*/
}
.detail-1 > ul > li h2 {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
  font-family: 'Roboto';
  font-weight: 300;
}
.detail-1 > ul > li h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 30px 0;
  background-color: #ee3f2f;
}
.detail-1 > ul > li p {
  font-size: 13px;
  margin: 0;
}
/**
 * Used in:
 * - department of architecture and design
 * - architecture
 * - events
 * - event-detail
 */
.detail-2 {
  padding: 0;
  margin: 20px auto;
}
.detail-2.main-detail {
  margin-bottom: 0 !important;
}
.detail-2.main-detail .listing-11 > div:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 25px 0 0;
  background-color: #ee3f2f;
}
.detail-2.main-detail .listing-11 h2 {
  padding-right: 75px;
}
.detail-2.main-detail .listing-11 h2 button {
  right: 15px;
}
.detail-2.main-detail .listing-11 h3 {
  color: #000000;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 700;
  padding: 15px 0;
}
.detail-2.main-detail .listing-11 h3:after {
  display: none;
}
.detail-2.main-detail .listing-11 p {
  margin-bottom: 20px;
}
.detail-2.main-detail .listing-11 a {
  color: #737373;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.detail-2.main-detail .listing-11 a:hover {
  color: #ee3524;
}
.detail-2.main-detail .main-image {
  margin-bottom: 10px;
}
.detail-2.main-detail .main-image img {
  width: 100%;
}
.detail-2.main-detail .calendar {
  border-bottom: 1px transparent solid;
  padding-bottom: 0 !important;
}
.detail-2.main-detail .calendar:after {
  content: "";
  width: 60%;
  margin: 15px auto 5px;
  border-bottom: 1px #5d5d5d solid;
  display: block;
}
.detail-2.main-detail .calendar-tab-content {
  padding-top: 0 !important;
  background-color: #434444;
}
.detail-2 h3 {
  color: #737373;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  margin: 0;
  padding-right: 25px;
}
.detail-2 h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0;
  background-color: #ee3f2f;
}
.detail-2 p {
  color: #737373;
  font-size: 13px;
  margin: 0 0 20px;
  padding-right: 25px;
}
/**
 * Used in:
 * - architecture
 */
.detail-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail-3 h3 {
  font-size: 18px;
  color: #000;
  margin: 0;
}
.detail-3 h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 25px 0;
  background-color: #ee3f2f;
}
.detail-3 ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-3 ol li {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 13px;
  color: #737373;
  margin: 0 0 8px;
}
.detail-3 ol li:before {
  content: "";
  background: url(../images/sprites.png) no-repeat -298px -7px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}
/**
 * Used in:
 * - architecture
 */
.detail-4 h3 {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  margin: 10px 0;
}
.detail-4 h3 strong {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: initial;
  text-transform: uppercase;
  color: #000;
}
.detail-4 .items {
  background-color: #f4f4f4;
}
.detail-4 .items ol {
  padding: 25px 40px;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.detail-4 .items ol li {
  font-size: 13px;
  color: #737373;
  margin-bottom: 7px;
  position: relative;
  padding-right: 15px;
}
.detail-4 .items ol li:after {
  content: attr(data-units);
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Roboto';
  font-weight: 600;
  color: #000;
}
.detail-4 .items ol li:last-child {
  margin-bottom: 0;
}
.detail-4 .items ol li strong {
  font-family: 'Roboto';
  font-weight: 600;
  color: #000000;
}
.detail-4 .items ol li.total-units {
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}
.detail-4 .items ol li.total-units:before {
  content: "";
  border-top: 1px #d1d1d1 dotted;
  width: 150%;
  position: absolute;
  top: 0;
  right: 0;
}
.detail-4 .items ol li.total-units:after {
  padding-top: 15px;
}
.detail-4 .items ol li.empty {
  visibility: hidden;
}
.detail-4.type-2 .items ol li.total-units:before {
  right: auto;
  left: 0;
}
.detail-4.type-3 .items ol {
  width: 50%;
}
.detail-4.type-3 .items ol li {
  margin-right: 5px;
}
/**
 * Used in:
 * - architecture
 */
.detail-5 {
  margin-bottom: 50px;
}
.detail-5 h3 {
  font-size: 18px;
  margin: 10px 0 30px;
  color: #000;
}
.detail-5 p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 24px;
  color: #737373;
}
/**
 * Used in:
 * - news-detail
 */
.detail-6 {
  background-color: #fff;
  padding: 40px;
}
.detail-6 > h2 {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
  color: #737373;
  margin: 0 0 5px;
}
.detail-6 > label {
  color: #ee3524;
  font-size: 12px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  display: block;
}
.detail-6 p {
  color: #737373;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.detail-6 h3 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 25px;
}
.detail-6 h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0;
  background-color: #ee3f2f;
}
.detail-6 blockquote {
  margin-bottom: 20px;
  border: none;
  padding: 20px 0;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
}
.detail-6 blockquote.highlighted {
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
}
.detail-6 blockquote.highlighted p {
  color: #000;
}
.detail-6 blockquote p {
  color: #ee3524;
}
.detail-6 img {
  float: right;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 40px;
}
/**
 * Used in:
 * - ask-a-librarian
 */
.detail-7 {
  background-color: #434444;
  padding: 40px;
}
.detail-7 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 0 0 25px;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
.detail-8 {
  margin-bottom: 50px;
}
.detail-8 > ul {
  display: table;
}
.detail-8 > ul > li {
  vertical-align: middle;
  float: none;
  color: #737373;
}
.detail-8 > ul > li h2 {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
  font-family: 'Roboto';
  font-weight: 300;
  margin-top: 25px;
}
.detail-8 > ul > li h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 15px 0 30px;
  background-color: #ee3f2f;
}
.detail-8 > ul > li p {
  font-size: 13px;
  margin: 0;
}
/**
 * Used in:
 * - architecture
 */
.item-1 {
  margin-bottom: 10px;
}
.item-1 li:first-child {
  background-color: #434444;
  padding: 35px 70px 35px 40px;
}
.item-1 li:first-child label {
  color: #fff;
  font-size: 21px;
  font-family: 'Roboto';
  font-weight: 300;
  margin: 0;
}
.item-1 li:first-child label:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 25px 0;
  background-color: #565757;
}
.item-1 li:first-child a {
  text-decoration: none;
  line-height: 11px;
  display: inline-block;
}
.item-1 li:first-child a:before {
  top: 0px;
}
.item-1 li:first-child a:hover {
  color: #ee3524;
}
.item-1 li:last-child {
  margin-top: 10px;
}
.item-1 li:last-child a {
  display: block;
  background-color: #ee3524;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Roboto';
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  padding: 15px 30px 15px 15px;
  line-height: 10px;
  text-align: center;
  white-space: nowrap;
}
.item-1 li:last-child a:hover {
  text-decoration: none;
}
.item-1 li:last-child a strong {
  position: relative;
}
.item-1 li:last-child a strong:after {
  content: "";
  background: url(../images/sprites.png) no-repeat -217px -2px;
  border: none;
  outline: none;
  width: 14px;
  height: 20px;
  display: inline-block;
  text-decoration: none !important;
  position: absolute;
  top: -3px;
  left: 10px;
}
.listing-6-container > ul > li {
  clear: both;
  margin-bottom: 50px;
}
.listing-6-container .listing-6 {
  margin: 0 5px;
}
.listing-6-container .slick-2 {
  margin-bottom: 25px;
}
.listing-6-container .slick-2 .slick-track {
  display: table;
}
.listing-6-container .slick-2 .slick-slide {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.listing-6-container .slick-2 .slick-slide a {
  outline: none;
}
.listing-6-container .slick-2 .slick-arrow {
  position: absolute;
  top: 25%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.listing-6-container .slick-2 .slick-arrow:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.listing-6-container .slick-2 .slick-arrow.slick-prev:after,
.listing-6-container .slick-2 .slick-arrow.slick-next:after {
  width: 24px;
  height: 24px;
}
.listing-6-container .slick-2 .slick-arrow.slick-prev {
  left: -20px;
}
.listing-6-container .slick-2 .slick-arrow.slick-prev:after {
  background-position: -1px -120px;
}
.listing-6-container .slick-2 .slick-arrow.slick-next {
  right: -20px;
}
.listing-6-container .slick-2 .slick-arrow.slick-next:after {
  background-position: -27px -120px;
}
/**
 * Used in:
 * - faculty of arts and sciences
 * - department of architecture and design
 */
.listing-6 {
  padding: 10px 40px 30px;
  background-color: #fff;
  margin-bottom: 10px;
}
.listing-6 li {
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  border-bottom: 2px #d3d1d1 dotted;
  padding: 10px 0 9px;
  font-size: 11px;
}
.listing-6 li:first-child {
  text-transform: none;
  font-family: 'Roboto';
  font-weight: 400;
}
.listing-6 li:first-child a {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.listing-6 li:first-child a:before {
  top: 0;
}
.listing-6 li:first-child img {
  margin-bottom: 15px;
}
.listing-6 li a {
  color: #737373;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.listing-6 li a:before {
  top: -5px;
}
.listing-6 li a:hover {
  text-decoration: none;
  color: #ee3524;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
.listing-7 li {
  margin-bottom: 10px;
}
.listing-7 li:nth-child(1) a:after {
  background: url(../images/static/faculty-page-foans-icon-01.png) #004f6c no-repeat;
  background-size: cover;
}
.listing-7 li:nth-child(2) a:after {
  background: url(../images/static/faculty-page-foans-icon-02.png) #004f6c no-repeat;
  background-size: cover;
}
.listing-7 li:nth-child(3) a:after {
  background: url(../images/static/faculty-page-foans-icon-03.png) #004f6c no-repeat;
  background-size: cover;
}
.listing-7 li:nth-child(4) a:after {
  background: url(../images/static/faculty-page-foans-icon-04.png) #004f6c no-repeat;
  background-size: cover;
}
.listing-7 li a {
  background-color: #006990;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 0 40px;
  position: relative;
}
.listing-7 li a label {
  width: 75%;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.listing-7 li a strong {
  font-family: 'Roboto';
  font-weight: 700;
}
.listing-7 li a:before {
  left: 20px;
  color: #fff;
}
.listing-7 li a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.listing-7 li a:hover {
  text-decoration: none;
}
/**
 * Used in:
 * - faculty of arts and sciences
 * - department of architecture and design
 */
.listing-8 {
  margin-bottom: 10px;
}
.listing-8.wrap .arrow-inner:before {
  top: 5px;
}
.listing-8.wrap li a {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal;
  line-height: 1.5;
}
.listing-8 li a {
  background-color: #dadbdb;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #737373;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 40px;
  margin-bottom: 1px;
  display: block;
  white-space: nowrap;
}
.listing-8 li a:hover {
  text-decoration: none;
  color: #ee3524;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
.listing-9 {
  margin-bottom: 10px;
  background-color: #dadbdb;
  text-transform: uppercase;
  padding: 30px 30px 15px 40px;
}
.listing-9.faculties {
  margin-bottom: 2px;
}
.listing-9.subpage-floater {
  float: right;
  width: 100%;
  max-width: 320px;
  margin-left: 40px;
  margin-bottom: 40px;
  z-index: 100;
  position: relative;
}
.listing-9.subpage-floater h3 {
  color: #8b8b8b;
  font-size: 14px;
}
.listing-9.subpage-floater h3:before,
.listing-9.subpage-floater h3:after {
  display: none;
}
.listing-9 h3 {
  color: #8b8b8b;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 15px;
}
.listing-9 > ul > li.sub-menu > a {
  position: reltive;
}
.listing-9 > ul > li.sub-menu > a.active span:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-9 > ul > li.sub-menu > a span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listing-9 > ul > li.sub-menu > a span:before,
.listing-9 > ul > li.sub-menu > a span:after {
  content: "";
  position: absolute;
}
.listing-9 > ul > li.sub-menu > a span:before {
  width: 10px;
  top: 4px;
  left: 0;
  border-top: 1px #737373 solid;
  border-bottom: 1px #737373 solid;
}
.listing-9 > ul > li.sub-menu > a span:after {
  height: 10px;
  top: 0;
  right: 4px;
  border-right: 1px #737373 solid;
  border-left: 1px #737373 solid;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.listing-9 > ul > li.sub-menu ul {
  margin-left: -40px;
  margin-right: -30px;
  padding: 10px 30px 10px 40px;
  background-color: gray;
  box-shadow: 1px 1px 9px -3px #000000 inset;
  margin-bottom: 10px;
  display: none;
}
.listing-9 > ul > li.sub-menu ul li a {
  font-size: 11px;
  line-height: 2;
  color: #fff;
}
.listing-9 > ul > li > a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #737373;
  border-top: 2px #d1d2d2 dotted;
  line-height: 35px;
  display: block;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.listing-9 > ul > li > a:hover {
  text-decoration: none;
  color: #ee3f2f;
}
/**
 * Used in:
 * architecture
 */
.listing-10 {
  background-color: #f4f4f4;
  padding: 25px 40px;
}
.listing-10 li:nth-child(1) h3 {
  position: relative;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  margin: 0 0 15px;
  color: #737373;
  border-bottom: 1px #d1d1d1 dotted;
  padding-right: 100px;
  padding-bottom: 15px;
}
.listing-10 li:nth-child(1) h3 > strong {
  margin-right: 10px;
}
.listing-10 li:nth-child(1) h3 strong {
  font-family: 'Roboto';
  font-weight: 600;
  color: #000;
}
.listing-10 li:nth-child(1) h3 label {
  font-family: 'Roboto';
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.listing-10 li:nth-child(1) p {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 13px;
  color: #737373;
}
.listing-10 li:nth-child(2) {
  border-top: 1px #d1d1d1 dotted;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  color: #737373;
}
/**
 * Used in:
 * - events-page
 */
.listing-11 {
  padding: 25px 40px 40px;
  background-color: #fff;
  margin-bottom: 10px;
}
.listing-11.image {
  padding: 0;
}
.listing-11.image > div {
  padding: 25px 40px 40px;
}
.listing-11 img {
  width: 100%;
}
.listing-11 h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 25px;
  position: relative;
  padding-right: 50px;
}
.listing-11 h2 button {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  background-color: #ee3524;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.listing-11 h2 button:before {
  content: "";
  display: block;
  width: 26px;
  height: 27px;
  line-height: 50px;
  margin: 0 auto;
  background: url(../images/sprites.png) no-repeat -56px -67px;
}
.listing-11 ul.tabular-data {
  padding-right: 80px;
  margin-bottom: 20px;
}
.listing-11 ul.tabular-data > li {
  border-top: 2px #d9d7d7 dotted;
  padding: 8px 0;
  display: table;
  width: 100%;
}
.listing-11 ul.tabular-data > li:last-child {
  border-bottom: 2px #d9d7d7 dotted;
}
.listing-11 ul.tabular-data > li > span {
  display: table-cell;
  vertical-align: top;
}
.listing-11 ul.tabular-data > li > span:first-child {
  width: 78px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
.listing-11 ul.tabular-data > li > span:last-child {
  font-size: 13px;
  line-height: 16px;
  color: #737373;
}
.listing-11 p {
  margin-bottom: 25px;
  padding-right: 80px;
}
/**
 * Used in:
 * - research
 * - libraries
 */
.listing-12 ul li,
.listing-13 ul li {
  display: table;
  margin-bottom: 10px;
}
.listing-12 ul li label,
.listing-13 ul li label,
.listing-12 ul li a,
.listing-13 ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding-left: 35px;
  padding-right: 15px;
}
.listing-12 ul li label span,
.listing-13 ul li label span,
.listing-12 ul li a span,
.listing-13 ul li a span {
  display: block;
  max-width: 65%;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.listing-12 ul li label span:before,
.listing-13 ul li label span:before,
.listing-12 ul li a span:before,
.listing-13 ul li a span:before {
  color: #ffffff;
}
.listing-12 ul li label:after,
.listing-13 ul li label:after,
.listing-12 ul li a:after,
.listing-13 ul li a:after {
  content: "";
  width: 58px;
  height: 58px;
  background: url(../images/sprites.png) no-repeat #bf1808 center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
 * Used in:
 * - research
 */
.listing-12 ul li:nth-child(1) label:after {
  background-position: -221px -77px;
}
.listing-12 ul li:nth-child(2) label:after {
  background-position: -178px -77px;
}
.listing-12 ul li:nth-child(3) label:after {
  background-position: -129px -77px;
}
.listing-12 ul li:nth-child(4) label:after {
  background-position: -83px -77px;
}
.listing-12 ul li label {
  background-color: #ee3524;
  color: #ffffff;
}
/**
 * Used in:
 * - libraries
 */
.listing-13 ul.row {
  margin-left: -10px;
  margin-right: -10px;
}
.listing-13 ul.row li.active a {
  background-color: #ee3524;
  color: #ffffff;
}
.listing-13 ul.row li.active a:after {
  background-color: #ffffff;
  background-position-y: -123px !important;
}
.listing-13 ul.row li.active a span:before {
  color: #ffffff;
}
.listing-13 ul.row li:nth-child(1) a:after {
  background-position: -161px -28px;
}
.listing-13 ul.row li:nth-child(2) a:after {
  background-position: -208px -28px;
}
.listing-13 ul.row li:nth-child(3) a:after {
  background-position: -262px -28px;
}
.listing-13 ul.row li a {
  background-color: #ffffff;
  color: #ee3524;
  padding-left: 50px;
  padding-right: 30px;
}
.listing-13 ul.row li a:after {
  right: 30px;
}
.listing-13 ul.row li a span:before {
  color: #ee3524;
}
/**
 * Used in:
 * - libraries-search
 */
.listing-14-container article {
  background-color: #ffffff;
  padding: 20px 20px 20px 120px;
  position: relative;
  margin-bottom: 10px;
}
.listing-14-container article figure {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 90px;
}
.listing-14-container article figure img {
  max-width: 80px;
  display: block;
  margin: 0 auto 25px;
}
.listing-14-container article h2,
.listing-14-container article h3,
.listing-14-container article h4,
.listing-14-container article p {
  margin: 0;
  line-height: 1.5;
}
.listing-14-container article h3,
.listing-14-container article h4,
.listing-14-container article p {
  color: #737373;
  font-size: 13px;
}
.listing-14-container article h2 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 16px;
}
.listing-14-container article h3 span {
  color: #ee3524;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
}
.listing-14-container article p {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}
.listing-14-container article h4 {
  font-family: 'Roboto';
  font-weight: 400;
}
.listing-14-container article .button {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.listing-14-container article .button.button-quote {
  background: url(../images/sprites.png) no-repeat #ebebeb 4px -93px;
}
.listing-14-container article .button.button-wishlist {
  background: url(../images/sprites.png) no-repeat #ebebeb -17px -93px;
}
.listing-14-container article .button.button-ellip {
  text-align: center;
  line-height: 16px;
  font-size: 20px;
  color: #979696;
}
.listing-14-container article ul li.border {
  border-bottom: 1px #e8e8e8 solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.listing-14-container article ul li.table:before,
.listing-14-container article ul li.table:after {
  content: " ";
  display: table;
}
.listing-14-container article ul li.table:after {
  clear: both;
}
.listing-14-container article ul li.table:before,
.listing-14-container article ul li.table:after {
  content: " ";
  display: table;
}
.listing-14-container article ul li.table:after {
  clear: both;
}
.listing-14-container article ul li.table label {
  float: left;
}
.listing-14-container article ul li.table label:nth-child(1),
.listing-14-container article ul li.table label:nth-child(2) {
  width: 20%;
}
.listing-14-container article ul li.table label:nth-child(3) {
  width: 60%;
}
.listing-14-container article ul li.table label strong {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
.listing-14-container article ul li.table label span {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  display: block;
}
.listing-14-container article ul li .button-ellip {
  float: right;
}
.listing-14-container article ul li a {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
}
.listing-14-container article ul li a.arrow-normal {
  padding-left: 15px;
  color: #ee3524;
}
.listing-14-container article ul li a.arrow-normal:before {
  left: 0;
  top: -6px;
}
.listing-14-container article ul li a.preview {
  color: #737373;
}
.listing-14-container article .icon {
  padding-left: 15px;
  position: relative;
}
.listing-14-container article .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/sprites.png) no-repeat;
}
.listing-14-container article .icon.icon-book:before {
  background-position: -134px -29px;
  width: 11px;
  height: 10px;
}
.listing-14-container article .icon.icon-available:before {
  background-position: -148px -30px;
  width: 11px;
  height: 8px;
}
.listing-14-container article .icon.icon-down:before {
  background-position: -162px -30px;
  width: 7px;
  height: 9px;
}
/**
 * Used in:
 * - faculty of arts and sciences
 */
#faculty-page-foans .calendar {
  border-bottom: 1px transparent solid;
}
#faculty-page-foans .calendar:after {
  content: "";
  width: 60%;
  margin: 15px auto 5px;
  border-bottom: 1px #5d5d5d solid;
  display: block;
}
#faculty-page-foans .calendar-tab-content {
  background-color: #434444;
  padding: 5px 25px 25px;
  margin-bottom: 10px;
}
#faculty-page-foans .calendar-tab-content .scrollpane .scrollpane-content {
  height: 270px;
}
#faculty-page-foans .calendar-tab-content .scrollpane .jspContainer {
  height: 250px !important;
}
#faculty-page-foans .listing-6-container {
  padding: 0;
}
/**
 * Used in:
 * - faculty of arts and sciences
 * - department of architecture and design
 */
.slick-news-container {
  display: block;
  padding: 0;
}
.slick-news-container h2 {
  color: #000;
  font-size: 18px;
  margin: 20px 0 10px;
  font-family: 'Roboto Slab';
  font-weight: 400;
}
.slick-news-container .slick-news .slick-arrow {
  top: -35px;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  background: url(../images/sprites.png) no-repeat -1px -68px;
}
.slick-news-container .slick-news .slick-arrow.slick-prev {
  right: 35px;
}
.slick-news-container .slick-news .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(1px) rotate(180deg);
  -moz-transform: translateY(1px) rotate(180deg);
  transform: translateY(1px) rotate(180deg);
}
.slick-news-container .slick-news .slick-slide {
  outline: none;
}
.slick-news-container .slick-news .listing-1 {
  display: inline-block;
  max-width: 270px;
  margin-right: 10px;
}
.slick-news-container .slick-news .listing-1 img {
  width: 100%;
  height: auto;
}
.slick-news-container .slick-news .listing-1 .read-more {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.slick-news-container .slick-news .listing-1 .share-group {
  position: absolute;
  bottom: 65px;
  right: 50px;
  z-index: 9;
}
.slick-news-container .slick-news .listing-1 > div {
  background: #fff;
  padding: 30px 40px 60px;
  position: relative;
}
.slick-news-container .slick-news .listing-1 > div h2 {
  margin: 0;
}
.slick-news-container .slick-news .listing-1 > div h3 {
  margin: 5px 0 10px;
}
/**
 * Used in:
 * - department of architecture and design
 */
#faculty-page-doand .detail-2 .row {
  margin-bottom: 0;
}
#faculty-page-doand .listing-5 ul.row li label {
  padding: 20px;
  height: 115px;
}
#faculty-page-doand .listing-6 li {
  border-bottom: none;
  padding: 0;
}
#faculty-page-doand .listing-6 li img {
  margin-top: 5px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
#faculty-page-doand .news-listing-1-container {
  background-color: #fff;
}
#faculty-page-doand .news-listing-1-container .container {
  padding-top: 35px;
  padding-bottom: 40px;
}
#faculty-page-doand .news-listing-1-container .container .row > h2 {
  margin: 0;
  color: #000;
  font-size: 18px;
}
#faculty-page-doand .news-listing-1-container .container .row > h2 .read-more {
  float: right;
  text-decoration: none;
}
#faculty-page-doand .news-listing-1-container .container .row > h2 .read-more:before {
  top: -3px;
}
#faculty-page-doand .news-listing-1-container .container .row > h2 .read-more:hover {
  color: #ee3524;
}
#faculty-page-doand .news-listing-1-container ul {
  margin-left: -5px;
  margin-right: -5px;
}
#faculty-page-doand .news-listing-1 {
  border-right: none;
  padding: 0 5px !important;
}
#faculty-page-doand .news-listing-1 h2 {
  color: #000;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 3px;
  height: auto !important;
}
#faculty-page-doand .news-listing-1 h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0 20px;
  background-color: #dcdddd;
}
#faculty-page-doand .news-listing-1 h3 {
  margin: 3px 0 10px;
}
#faculty-page-doand .news-listing-1 p {
  color: #737373;
  margin-bottom: 20px;
}
/**
 * Used in:
 * - department of architecture and design
 */
.slick-1 {
  max-width: 280px;
  height: 280px;
  background-color: #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 15px auto 10px;
}
.slick-1 .slick-item {
  outline: none;
}
.slick-1 .slick-list {
  z-index: 1;
}
.slick-1 .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.slick-1 .slick-arrow:before {
  content: "";
  background: url(../images/sprites.png) no-repeat -28px -69px;
  width: 100%;
  height: 100%;
  display: block;
}
.slick-1 .slick-arrow.slick-prev {
  left: -12px;
}
.slick-1 .slick-arrow.slick-next {
  right: -12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-1 ul {
  display: table;
  height: 280px;
}
.slick-1 ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-1 ul li img {
  margin: 0 auto 20px;
}
.slick-1 ul li p {
  font-size: 13px;
  color: #737373;
  padding: 0;
}
.slick-1 ul li label {
  position: relative;
  color: #000;
}
.slick-1 ul li label:before {
  content: "";
  background: url(../images/static/quote-01.png) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.slick-1 ul li label span {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
  line-height: 11px;
  position: relative;
  z-index: 1;
}
.slick-1 ul li label span strong {
  display: block;
  font-family: 'Roboto';
  font-weight: 700;
  font-style: initial;
  text-transform: uppercase;
}
.big-tabs .nav li {
  padding: 0;
}
.big-tabs .nav li.active a,
.big-tabs .nav li:hover a {
  position: relative;
  background-color: #fff;
}
.big-tabs .nav li.active a:after,
.big-tabs .nav li:hover a:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0;
  background-color: #dadbdb;
}
.big-tabs .nav li.active a:after,
.big-tabs .nav li:hover a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.big-tabs .nav li a {
  background-color: #dadbdb;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 12px;
  color: #434444;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.big-tabs .tab-content {
  padding: 30px 40px;
}
.big-tabs .tab-content .row {
  margin-top: 0;
  margin-bottom: 0;
}
#architecture-page .listing-5 ul.row li:last-child {
  padding-right: 5px;
}
#news-page .main-listing {
  margin-bottom: 40px;
}
#news-page .news-listing-2-container > h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: #434444;
  margin: 0;
  line-height: 135px;
  text-align: center;
  letter-spacing: 1px;
}
#news-page .news-listing-2 {
  border-top: 1px #dfdfdf solid;
  padding: 25px 0 28px;
}
#news-page .news-listing-2 h2 {
  margin: 0;
}
#news-page .news-listing-2 h3 {
  margin: 10px 0 20px;
}
#news-page .news-listing-2:last-of-type {
  border-bottom: 1px #dfdfdf solid;
}
#news-detail-page {
  /*
    .share-group {
        right:25px;
    }
    */
}
#news-detail-page .detail-6 h2 {
  padding-right: 200px;
}
#news-detail-page .quick-access-container {
  top: 200px;
}
#news-detail-page .quick-access-container.open a:before {
  background-color: #000;
}
#news-detail-page .quick-access-container a {
  color: #737373;
  text-shadow: none;
}
#news-detail-page .quick-access-container a:before {
  background-color: #626262;
  color: #fff;
}
#news-detail-page .quick-access-container > div a {
  background-color: #626262;
  color: #fff;
}
#news-detail-page .gallery-main {
  margin-bottom: 10px;
}
#news-detail-page .gallery-nav {
  margin-bottom: 12px;
}
#news-detail-page .gallery-nav .slick-slide {
  margin-right: 10px;
  cursor: pointer;
}
#events-page .bar {
  margin: 0 -10px 5px;
}
#events-page .bar .datepicker-container {
  position: relative;
}
#events-page .bar .datepicker-container button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  background: none;
  border: none;
  outline: none;
}
#events-page .bar .datepicker {
  display: block;
  width: 100%;
  padding: 0 40px;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #434444;
  border: none;
  outline: none;
  cursor: pointer;
}
#events-page .selectric-open .selectric {
  border: 1px #c4c4c4 solid;
}
#events-page .selectric-open .selectric .button:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#events-page .selectric {
  border: 1px #fff solid;
  background-color: #fff;
}
#events-page .selectric .label {
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #434444;
  text-align: left;
  padding-left: 40px;
}
#events-page .selectric .button {
  font-family: 'Glyphicons Halflings';
}
#events-page .selectric .button:after {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  content: "\e114";
  width: 40px;
  height: 40px;
  color: #ee3524;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border: none;
  font-size: 13px;
}
#events-page .search-container {
  display: table;
}
#events-page .search-container span {
  display: table-cell;
  vertical-align: top;
}
#events-page .search-container span input,
#events-page .search-container span button {
  width: 100%;
  height: 40px;
  border: none;
}
#events-page .search-container span:first-child input {
  padding: 0;
  width: 100%;
  padding: 0 40px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
  color: #434444;
}
#events-page .search-container span:last-child {
  padding-left: 10px;
  width: 70px;
}
#events-page .search-container span:last-child button {
  background-color: #ee3524;
  width: 100%;
  height: 40px;
  outline: none;
}
#events-page .search-container span:last-child button:after {
  content: "";
  background: url(../images/sprites.png) no-repeat -244px -3px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
#events-page .detail-2 {
  margin: 5px auto 40px;
}
#events-page .calendar {
  padding-bottom: 20px;
}
#events-page .calendar-tab-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.schedule {
  clear: both;
  padding-top: 5px;
  background-color: #f4f4f4;
}
.schedule > div {
  background: #ee3524;
  font-size: 18px;
  font-family: 'Roboto Slab';
  font-weight: 400;
  color: #ffffff;
  display: table;
  width: 100%;
  height: 85px;
  padding: 10px 20px;
  position: relative;
}
.schedule > div > a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: relative;
  z-index: 10;
}
.schedule > div > a span {
  width: 50%;
  display: block;
}
.schedule > div > a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #bf1808;
  text-align: center;
}
.schedule > div > a i:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 27px;
  background: url(../images/book.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#outreach .listing-8 li a {
  padding-top: 12px;
}
#outreach .detail {
  margin: 0;
  padding: 30px 40px 40px;
  background-color: #fff;
}
#outreach .detail h3 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  line-height: 1.3;
  font-size: 30px;
}
#research .listing-4 {
  margin-bottom: 0;
}
#research .listing-4 > h2 {
  font-size: 24px;
  font-family: 'Roboto Slab';
  font-weight: 400;
  margin: 20px 0 25px;
}
#research .listing-4 ul.row {
  margin-bottom: 0;
}
#research .listing-4 ul.row > li > div {
  padding-bottom: 25px;
}
#research .listing-4 ul.row > li > div h3 {
  margin-bottom: 25px;
}
#research .listing-4 ul.row > li > div ul.links.static {
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 0;
  position: static;
}
#research .listing-4 ul.row > li > div ul.links.absolute {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#research .listing-12 {
  margin-bottom: 40px;
}
#ogc .listing-6-container > ul > li,
#libraries .listing-6-container > ul > li {
  clear: none;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
#ogc .detail {
  margin-bottom: 40px;
}
#ogc .listing-6 {
  padding-bottom: 10px;
}
#ogc .listing-6 li {
  padding: 0;
  border-bottom: none;
}
#ogc .listing-6 li a img {
  width: 100%;
}
#ogc .listing-6 li label {
  display: table;
  width: 100%;
  height: 50px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Roboto Slab';
  font-weight: 400;
}
#ogc .listing-6 li label span {
  display: table-cell;
  vertical-align: middle;
}
#ogc .listing-6 li:first-child a img {
  padding-top: 5px;
}
#libraries .search-box {
  margin-bottom: 40px;
}
#libraries .detail {
  margin-top: 0;
  margin-bottom: 40px;
}
#libraries .detail-2 h3,
#libraries .detail-2 p {
  padding-right: 10px;
}
#libraries .listing-1.news-listing-2 > div {
  border-top: 1px #e9e9e9 solid;
  margin-top: 30px;
  padding-top: 30px;
}
#libraries .listing-1.news-listing-2 > div:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#libraries .listing-1.news-listing-2 > div.listing-1-button {
  padding: 5px 0;
  text-align: right;
}
#libraries .listing-4 {
  margin-bottom: 0;
}
#libraries .listing-4 ul.row {
  overflow: hidden;
}
#libraries .listing-4 ul.row > li > div {
  margin-bottom: 0;
}
#libraries .listing-4 ul.row > li > div:not(.news-listing-2) {
  padding-bottom: 20px;
}
#libraries .listing-4-item > div h2,
#libraries .listing-4-item > div h3,
#libraries .listing-4-item > div p,
#libraries .listing-4-item > div > div {
  position: relative;
  z-index: 1;
}
#libraries .listing-4-item > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 200%;
}
#libraries .news-listing-2 {
  padding: 15px 20px 5px;
}
#libraries .news-listing-2 > h2 {
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
#libraries .news-listing-2 > div h3 {
  font-size: 11px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-weight: 400;
}
#libraries .listing-6 li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#libraries .listing-6 li a {
  margin-bottom: 0;
}
#libraries .listing-6 li a img {
  margin-top: 10px;
  margin-bottom: 0;
}
.selectric-1 .selectric {
  border: 1px #fff solid;
  background-color: #fff;
}
.selectric-1 .selectric .label {
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #434444;
  text-align: left;
  padding-left: 40px;
}
.selectric-1 .selectric .button {
  font-family: 'Glyphicons Halflings';
}
.selectric-1 .selectric .button:after {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  content: "\e114";
  width: 40px;
  height: 40px;
  color: #ee3524;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border: none;
  font-size: 13px;
}
.selectric-theme-1.selectric-holder > label {
  float: left;
  height: 34px;
  line-height: 1;
  margin: 0;
  font-size: 11px;
  padding: 16px 10px 7px 0;
  text-transform: none;
}
.selectric-theme-1 .selectric {
  border: none;
  background: transparent;
}
.selectric-theme-1 .selectric:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  color: #d4d4d4;
  position: absolute;
  top: 14px;
  left: 0;
}
.selectric-theme-1 .selectric .label {
  text-align: left;
  margin: 0 10px 0 15px;
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  height: 34px;
  padding: 16px 0 7px;
}
.selectric-theme-1 .selectric .button {
  right: initial;
  left: 0;
}
.selectric-theme-1 .selectric .button:after {
  display: none;
}
.search-box {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #434444;
  text-transform: uppercase;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 20px 40px;
}
.search-box .selectric-wrapper {
  display: inline-block;
  width: 180px;
  float: left;
}
.search-box .row > div:first-child {
  padding-top: 30px;
}
.search-box .row > div:first-child:before,
.search-box .row > div:first-child:after {
  content: " ";
  display: table;
}
.search-box .row > div:first-child:after {
  clear: both;
}
.search-box .row > div:first-child:before,
.search-box .row > div:first-child:after {
  content: " ";
  display: table;
}
.search-box .row > div:first-child:after {
  clear: both;
}
.search-box .row > div:last-child {
  padding-left: 80px;
}
.search-box .search-bar {
  padding-right: 73px;
  position: relative;
  width: 100%;
}
.search-box .search-bar:before,
.search-box .search-bar:after {
  content: " ";
  display: table;
}
.search-box .search-bar:after {
  clear: both;
}
.search-box .search-bar:before,
.search-box .search-bar:after {
  content: " ";
  display: table;
}
.search-box .search-bar:after {
  clear: both;
}
.search-box .search-bar > span {
  border-bottom: 1px #9ea0a2 solid;
  display: block;
  padding-left: 15px;
}
.search-box .search-bar > span:before {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  color: #d4d4d4;
  position: absolute;
  top: 14px;
  left: 0;
}
.search-box .search-bar input[type="text"] {
  border: none;
  outline: none;
  font-size: 11px;
  color: #434444;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  background: none;
  line-height: 1;
  padding: 16px 0 7px;
  width: 100%;
}
.search-box .search-bar button {
  background-color: #ee3524;
  border: none;
  height: 40px;
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.search-box .search-bar button:before {
  content: "";
  width: 25px;
  height: 21px;
  display: inline-block;
  background: url(../images/sprites.png) no-repeat -240px 0;
}
.search-box .tab-sa .search-bar {
  clear: both;
}
.search-box .tab-c .search-bar {
  float: left;
  width: 72%;
}
.search-box .tab-c .selectric-wrapper {
  width: 120px;
}
.search-box .tab-d .search-bar {
  width: 75%;
}
.search-box .tab-je .search-bar,
.search-box .tab-je .selectric-holder {
  float: left;
}
.search-box .tab-je .search-bar {
  width: 60%;
}
.search-box .tab-gs .search-bar {
  width: 75%;
}
.search-box .tab-btn:before,
.search-box .tab-btn:after {
  content: " ";
  display: table;
}
.search-box .tab-btn:after {
  clear: both;
}
.search-box .tab-btn:before,
.search-box .tab-btn:after {
  content: " ";
  display: table;
}
.search-box .tab-btn:after {
  clear: both;
}
.search-box .tab-btn li {
  float: left;
}
.search-box .tab-btn li:after {
  content: "|";
}
.search-box .tab-btn li.active a {
  color: #ee3524;
}
.search-box .tab-btn li:first-child a {
  padding-left: 0;
}
.search-box .tab-btn li:last-child:after {
  display: none;
}
.search-box .tab-btn li a {
  color: #434444;
  padding: 5px 17px;
}
.search-box .tabs > li {
  display: none;
}
.search-box .tabs > li.active {
  display: block;
}
.search-box .list {
  padding-top: 30px;
  clear: both;
}
.search-box .list li:before {
  top: -2px;
  color: #9ea0a2;
}
.search-box .list li a {
  color: #9ea0a2;
  line-height: 1.8;
}
.search-box .cb-group {
  clear: both;
  padding-top: 15px;
}
.search-box .cb-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}
.search-box .cb-group input + label {
  position: relative;
  padding-left: 15px;
  margin-right: 45px;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
.search-box .cb-group input + label:before,
.search-box .cb-group input + label:after {
  content: "";
  position: absolute;
}
.search-box .cb-group input + label:before {
  border: 1px #b3b3b3 solid;
  background-color: #ffffff;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
}
.search-box .cb-group input + label:after {
  top: 4px;
  left: 2px;
  width: 6px;
  height: 6px;
}
.search-box .cb-group input:checked + label:after {
  background-color: #000;
}
.search-box .note {
  font-size: 11px;
  color: #737373;
  clear: both;
  padding-top: 15px;
  text-transform: none;
  font-family: 'Roboto';
  font-weight: 400;
  width: 100%;
  max-width: 530px;
}
.cform fieldset input,
.cform fieldset textarea {
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
}
.cform fieldset input[type="text"],
.cform fieldset textarea {
  color: #737373;
  border: 1px #e8e8e8 solid;
  background-color: #ffffff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px;
}
.cform fieldset textarea {
  resize: none;
  height: 150px;
}
.cform fieldset input[type="reset"],
.cform fieldset input[type="submit"] {
  float: right;
  width: 100px;
  height: 40px;
  border: none;
  font-family: 'Roboto';
  font-weight: 700;
}
.cform fieldset input[type="reset"] {
  background-color: transparent;
  margin-right: 10px;
  text-decoration: underline;
  color: #ee3524;
}
.cform fieldset input[type="submit"] {
  background-color: #ee3524;
  color: #ffffff;
}
.cform .date-time-group {
  margin-bottom: 0;
}
.cform .date-time-group > li {
  position: relative;
}
.cform .date-time-group > li:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.cform .date-time-group > li:first-child button {
  position: absolute;
  top: 40%;
  right: 20px;
  background: none;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}
.cform .date-time-group > li:last-child {
  padding-left: yyyyyy;
  padding-right: 0;
}
.cform .date-time-group > li:last-child > span {
  margin-bottom: 10px;
  border: 1px #e8e8e8 solid;
  display: block;
  background-color: #fff;
}
.cform .date-time-group > li:last-child > span:before,
.cform .date-time-group > li:last-child > span:after {
  content: " ";
  display: table;
}
.cform .date-time-group > li:last-child > span:after {
  clear: both;
}
.cform .date-time-group > li:last-child > span:before,
.cform .date-time-group > li:last-child > span:after {
  content: " ";
  display: table;
}
.cform .date-time-group > li:last-child > span:after {
  clear: both;
}
.cform .date-time-group > li:last-child > span > label,
.cform .date-time-group > li:last-child > span .selectric-wrapper {
  float: left;
}
.cform .date-time-group > li:last-child > span > label {
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 5px 0 40px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.cform .date-time-group > li:last-child > span .selectric-wrapper {
  border: none;
  margin-bottom: 0;
}
.cform .date-time-group > li:last-child > span .selectric .label {
  font-style: normal;
}
.cform .selectric {
  border: 1px #fff solid;
  background-color: #fff;
}
.cform .selectric .label {
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #434444;
  text-align: left;
  padding-left: 40px;
}
.cform .selectric .button {
  font-family: 'Glyphicons Halflings';
}
.cform .selectric .button:after {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  content: "\e114";
  width: 40px;
  height: 40px;
  color: #ee3524;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border: none;
  font-size: 13px;
}
.cform .selectric-wrapper {
  border: 1px #e8e8e8 solid;
  margin-bottom: 10px;
}
.cform .selectric .label {
  margin-right: 0;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
.cform .selectric .button {
  right: auto;
  left: 0;
}
.cform .selectric .button:after {
  color: #737373;
}
.cform .multiple-file-upload {
  padding: 5px 0;
}
.cform .multiple-file-upload > label {
  font-family: 'Roboto';
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
}
.cform .multiple-file-upload > ul:first-of-type > li .button-add {
  display: block;
}
.cform .multiple-file-upload > ul:first-of-type > li .button-clear {
  display: none;
}
.cform .multiple-file-upload > ul > li {
  padding-left: 0;
  padding-right: 0;
}
.cform .multiple-file-upload > ul > li .button-add {
  display: none;
}
.cform .multiple-file-upload .validate {
  margin-bottom: 0;
}
.cform .multiple-file-upload .dummy-file,
.cform .multiple-file-upload .button-add,
.cform .multiple-file-upload .button-clear {
  border: none;
  color: #737373;
  font-size: 11px;
  outline: none;
  font-family: 'Roboto';
  font-weight: 400;
}
.cform .multiple-file-upload .dummy-file,
.cform .multiple-file-upload .button-add {
  text-transform: uppercase;
  background-color: #dadbdb;
  width: 100%;
  height: 40px;
  display: block;
}
.cform .multiple-file-upload .button-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}
.cform .multiple-file-upload .real-file-holder {
  position: relative;
  height: 40px;
}
.cform .multiple-file-upload .real-file-holder .real-file {
  visibility: hidden;
  position: absolute;
}
.cform .g-recaptcha {
  float: left;
  margin-bottom: 20px;
}
.cform .g-recaptcha-sibling {
  float: right;
}
.accordion {
  background-color: #ffffff;
  margin-bottom: 25px;
}
.accordion > h2 {
  padding-left: 40px;
  margin: 0;
}
.accordion > h2 a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  color: #ee3524;
  text-transform: uppercase;
  display: block;
  line-height: 40px;
}
.accordion.members-accordion {
  margin: 30px 0;
  background: transparent;
}
.accordion.members-accordion .accordion-group {
  margin-right: 20px;
  margin-bottom: 0px;
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.accordion.members-accordion .accordion-group .accordion-heading {
  padding-left: 20px;
}
.accordion.members-accordion .accordion-group .accordion-heading .arrow,
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle {
  display: inline-block;
}
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle {
  padding: 20px 10px 10px 10px;
  color: #000000;
  font-size: 18px;
  font-family: 'Roboto Slab';
  position: relative;
  display: block;
}
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle.arrow-outer:before {
  left: -10px;
  top: 50%;
}
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content: "";
  height: 0;
  width: 0;
}
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle[aria-expanded="true"] {
  color: #ee3524;
}
.accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle[aria-expanded="true"].arrow-outer:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion.members-accordion .accordion-body.in:before {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  margin-right: 20px;
}
.accordion.members-accordion .accordion-inner {
  padding: 0px 0px 15px 0px;
}
.members-accordion .accordion-inner .no-img {
  padding: 0 10px;
}
.members-accordion .accordion-inner .img-circle {
  width: 90px;
  margin: 15px 0;
}
.members-accordion .accordion-inner .heading,
.members-accordion .accordion-inner .description,
.members-accordion .accordion-inner .no-img {
  display: inline-block;
  vertical-align: top;
}
.members-accordion .accordion-inner .heading {
  width: 135px;
  padding-top: 35px;
  padding-left: 20px;
}
.members-accordion .accordion-inner .heading .title,
.members-accordion .accordion-inner .heading .sub-heading {
  font-family: 'Roboto';
}
.members-accordion .accordion-inner .heading .title {
  margin-top: 0;
  margin-bottom: 1px;
  color: #000000;
  font-weight: 800;
  font-size: 13px;
}
.members-accordion .accordion-inner .heading .sub-heading {
  font-size: 11px;
  color: #909191;
}
.members-accordion .accordion-inner .description {
  font-family: 'Roboto';
  font-size: 13px;
  color: #737373;
  padding-top: 32px;
  padding-left: 20px;
  max-width: 360px;
}
.members-accordion .accordion-inner .description a {
  color: #ee3524;
  text-decoration: underline;
}
#ask-librarian .detail,
#meet-librarian .detail {
  margin-top: 0;
}
#ask-librarian .detail p.note,
#meet-librarian .detail p.note {
  padding-left: 20px;
  position: relative;
  color: #ee3524;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
}
#ask-librarian .detail p.note:before,
#meet-librarian .detail p.note:before {
  content: "";
  background: url(../images/sprites.png) no-repeat -89px -26px;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
#ask-librarian .detail > ul > li,
#meet-librarian .detail > ul > li {
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  color: #737373;
}
#ask-librarian .detail > ul > li:before,
#meet-librarian .detail > ul > li:before {
  content: "";
  background: url(../images/sprites.png) no-repeat -67px -46px;
  width: 14px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}
#ask-librarian .listing-13,
#ask-librarian .cform {
  padding-left: 0;
  padding-right: 0;
}
#ask-librarian .detail-7 {
  margin-bottom: 10px;
}
#meet-librarian .accordion {
  margin-bottom: 10px;
}
#meet-librarian .accordion > h2 a {
  color: #434444;
}
#meet-librarian .accordion > h2 a:before {
  color: #d4d4d4;
}
#meet-librarian .time-picker {
  white-space: nowrap;
  outline: none;
  margin-bottom: 10px;
}
#meet-librarian .time-picker a {
  border: 1px #e9e9e9 solid;
  padding: 20px 18px;
  text-align: center;
  background-color: #ffffff;
  margin-left: -5px;
  display: inline-block;
  color: #434444;
  font-family: 'Roboto';
  font-weight: 700;
}
#meet-librarian .time-picker a.active,
#meet-librarian .time-picker a:hover {
  background: url(../images/time-picker-active.jpg) no-repeat;
  background-size: cover;
}
#meet-librarian .time-picker a span {
  display: block;
  background: url(../images/sprites.png) no-repeat -108px -29px;
  width: 5px;
  height: 9px;
  margin: 5px auto;
}
#meet-librarian .time-picker .jspContainer {
  height: 115px !important;
}
#meet-librarian .time-picker .jspHorizontalBar {
  height: 6px;
  background: none;
}
#meet-librarian .time-picker .jspTrack,
#meet-librarian .time-picker .jspDrag {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#meet-librarian .time-picker .jspTrack {
  background-color: #d1d1d1;
}
#meet-librarian .time-picker .jspDrag {
  background-color: #959595;
}
#meet-librarian p.date {
  color: #ee3524;
  padding-left: 30px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  line-height: 50px;
  margin: 0;
}
#meet-librarian p.date:before {
  content: "";
  background: url(../images/sprites.png) no-repeat -118px -29px;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 11px;
  height: 10px;
}
#meet-librarian .selectric-holder {
  background: #ffffff;
}
#meet-librarian .selectric-holder .selectric {
  height: 40px;
}
#meet-librarian .selectric-holder .selectric:before {
  left: 18px;
  font-size: 10px;
}
#meet-librarian .selectric-holder .selectric .label {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  margin-left: 35px;
}
#meet-librarian .cform {
  margin-bottom: 70px;
}
#meet-librarian .calendar-2 {
  margin-top: 103px;
}
#meet-librarian .listing-13 ul.row {
  margin-bottom: 0;
}
#meet-librarian .detail-2 h3 {
  margin-top: 20px;
}
.filter-group {
  margin-bottom: 40px;
  padding-left: 50px;
}
.filter-group.empty {
  margin-bottom: 0;
}
.filter-group.date fieldset {
  margin: 5px 0 15px;
}
.filter-group.date fieldset:before,
.filter-group.date fieldset:after {
  content: " ";
  display: table;
}
.filter-group.date fieldset:after {
  clear: both;
}
.filter-group.date fieldset:before,
.filter-group.date fieldset:after {
  content: " ";
  display: table;
}
.filter-group.date fieldset:after {
  clear: both;
}
.filter-group.date fieldset span {
  position: relative;
  width: 48%;
}
.filter-group.date fieldset span:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 12px;
  height: 13px;
  background: url(../images/sprites.png) no-repeat -89px -64px;
  pointer-events: none;
}
.filter-group.date fieldset span:first-child {
  float: left;
}
.filter-group.date fieldset span:last-child {
  float: right;
}
.filter-group.date fieldset span input {
  width: 100%;
  font-size: 12px;
  color: #737373;
  border: 1px #d8d7d7 solid;
  padding: 0 10px;
  line-height: 30px;
}
.filter-group h3,
.filter-group label,
.filter-group a {
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 700;
}
.filter-group h3 {
  color: #000000;
  text-transform: uppercase;
}
.filter-group h3:after {
  content: "";
  display: block;
  width: 50px;
  margin: 15px 0;
  border-bottom: 1px #c7c7c7 solid;
}
.filter-group h3 .clear-button {
  margin-left: 10px;
}
.filter-group label,
.filter-group a {
  color: #737373;
  font-family: 'Roboto';
  font-weight: 400;
}
.filter-group label {
  display: block;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
}
.filter-group label.hidden {
  display: none;
}
.filter-group label.hidden.visible {
  display: block !important;
}
.filter-group label.minus:before,
.filter-group label.plus:before {
  content: "";
  background: url(../images/sprites.png) no-repeat;
  width: 13px;
  height: 14px;
  position: absolute;
  left: -20px;
  cursor: pointer;
}
.filter-group label.minus {
  text-decoration: line-through;
  cursor: default;
}
.filter-group label.minus:before {
  background-position: -86px -45px;
}
.filter-group label.plus:before {
  background-position: -102px -45px;
}
.filter-group a {
  text-transform: none;
}
.filter-group a.clear-button {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  display: none;
}
.filter-group a.update-button {
  background: url(../images/sprites.png) no-repeat -105px -64px;
  width: 15px;
  height: 13px;
  display: block;
}
.filter-group .noUi-target {
  background: #eaeaea;
  border: none;
  height: 6px;
  margin: 50px 0 15px;
}
.filter-group .noUi-connect {
  background: #d1d1d1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-group .noUi-horizontal .noUi-handle {
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #959595;
  border: none;
  width: 12px;
  height: 12px;
  top: -3px;
  left: -3px;
}
.filter-group .noUi-horizontal .noUi-handle:before,
.filter-group .noUi-horizontal .noUi-handle:after {
  display: none;
}
.filter-group .noUi-horizontal .noUi-tooltip {
  background: none;
  border: none;
  font-size: 12px;
  color: #959595;
}
#libraries-search .listing-14-container,
#web-search .listing-14-container {
  margin-bottom: 100px;
}
#libraries-search .quick-access-container,
#web-search .quick-access-container {
  top: 190px;
}
#libraries-search .search-box,
#web-search .search-box {
  margin-bottom: 0;
}
#libraries-search .filter-summary > label,
#web-search .filter-summary > label {
  font-size: 11px;
  color: #434444;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 15px 0 10px;
  margin-bottom: 0;
}
#libraries-search .filter-summary .selectric-holder,
#web-search .filter-summary .selectric-holder {
  float: right;
}
#libraries-search .filter-summary .selectric-theme-1 .selectric:before,
#web-search .filter-summary .selectric-theme-1 .selectric:before {
  background: url(../images/sprites.png) no-repeat -44px -101px;
  width: 16px;
  height: 12px;
  content: "" !important;
  top: 15px;
}
#libraries-search .filter-summary .selectric-theme-1 .selectric .label,
#web-search .filter-summary .selectric-theme-1 .selectric .label {
  margin-left: 23px;
}
#libraries-search .filter-summary .selectric-theme-1 .selectric .button,
#web-search .filter-summary .selectric-theme-1 .selectric .button {
  display: none;
}
#libraries-search .filter-group a.update-button,
#web-search .filter-group a.update-button {
  float: right;
}
#libraries-search .search-box .search-bar > span,
#web-search .search-box .search-bar > span {
  float: left;
  width: 67%;
}
#libraries-search .search-box .selectric-holder,
#web-search .search-box .selectric-holder {
  float: left;
}
#libraries-search .search-box .selectric-wrapper,
#web-search .search-box .selectric-wrapper {
  width: 150px;
}
#libraries-search #ui-datepicker-div,
#web-search #ui-datepicker-div {
  background-color: #dadbdb;
  padding: 0 10px 10px;
  border: 1px #d8d7d7 solid;
}
#libraries-search #ui-datepicker-div th,
#web-search #ui-datepicker-div th,
#libraries-search #ui-datepicker-div td,
#web-search #ui-datepicker-div td {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}
#libraries-search #ui-datepicker-div th,
#web-search #ui-datepicker-div th {
  padding-top: 10px;
  color: #ee3524;
}
#libraries-search #ui-datepicker-div td a,
#web-search #ui-datepicker-div td a {
  color: #5d5d5d;
}
#libraries-search #ui-datepicker-div .ui-datepicker-header,
#web-search #ui-datepicker-div .ui-datepicker-header {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  background: #fff;
  text-align: center;
  padding: 5px 40px;
}
#libraries-search #ui-datepicker-div .ui-datepicker-prev,
#web-search #ui-datepicker-div .ui-datepicker-prev,
#libraries-search #ui-datepicker-div .ui-datepicker-next,
#web-search #ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  top: 7px;
  width: 20px;
  text-align: center;
  cursor: pointer;
  color: #5d5d5d;
}
#libraries-search #ui-datepicker-div .ui-datepicker-prev,
#web-search #ui-datepicker-div .ui-datepicker-prev {
  left: 10px;
}
#libraries-search #ui-datepicker-div .ui-datepicker-next,
#web-search #ui-datepicker-div .ui-datepicker-next {
  right: 10px;
}
#libraries-search-content > .row {
  position: relative;
}
#libraries-search-content .filter-column > button {
  display: none;
}
#libraries-search-content .filter-column > button span:before {
  display: block;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#web-search .search-box {
  padding-right: 20px;
  margin-top: 50px;
}
#web-search .search-box .search-bar > span {
  width: 80%;
  margin-right: 10px;
}
#web-search .search-box .search-bar > span.advanced {
  border-bottom: none;
  padding: 10px 0;
}
#web-search .search-box .search-bar > span.advanced label,
#web-search .search-box .search-bar > span.advanced a {
  color: #434444;
  text-transform: uppercase;
}
#web-search .search-box .search-bar > span.advanced label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#web-search .search-box .search-bar > span.advanced a {
  float: right;
  text-decoration: underline;
}
#web-search .search-box .search-bar button {
  bottom: initial;
  top: 0;
}
#web-search .search-box .people-advanced-search-form {
  width: 78%;
  margin-top: 20px;
  display: none;
}
#web-search .search-box .people-advanced-search-form fieldset > div > span:first-child {
  padding-left: 0;
}
#web-search .search-box .people-advanced-search-form fieldset > div > span:last-child {
  padding-right: 0;
}
#web-search .search-box .people-advanced-search-form fieldset > div > span input {
  font-family: 'Roboto';
  font-weight: 400;
}
#web-search .search-box .people-advanced-search-form fieldset > div .selectric-wrapper {
  width: 100%;
}
#web-search .search-box .people-advanced-search-form fieldset > div .selectric .label {
  font-style: normal;
  text-transform: uppercase;
}
#web-search .search-box .selectric-wrapper {
  width: auto;
}
#web-search .search-box .selectric .label {
  margin-right: 40px;
}
#web-search .search-box .selectric-items li {
  white-space: nowrap;
}
#web-search .filter-summary {
  margin: 10px 0;
}
#web-search .listing-14-container {
  margin-bottom: 40px;
}
#web-search .listing-14-container article {
  padding-right: 40px;
  padding-left: 40px;
}
#web-search .listing-14-container article:hover {
  z-index: 1000;
}
#web-search .listing-14-container article:hover img.snapshot {
  opacity: 1;
  filter: alpha(opacity=100);
}
#web-search .listing-14-container article h2 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  color: #000;
}
#web-search .listing-14-container article p {
  border-top: none;
  color: #737373;
}
#web-search .listing-14-container article ul li a {
  text-transform: none;
}
#web-search .listing-14-container article img.snapshot {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.faculty-group-1 .listing-1 {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.faculty-group-1 .listing-1 > span {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 12px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.faculty-group-1 .listing-1 > span .read-more {
  float: right;
  letter-spacing: 0;
}
.faculty-group-1 .listing-1 h2,
.faculty-group-1 .listing-1 .share-group {
  height: auto !important;
}
.faculty-group-1 .listing-1 h2 {
  margin-top: 25px;
}
.faculty-group-1 .listing-1 h3 {
  margin: 10px 0;
}
.faculty-group-1 .listing-1 p {
  margin-bottom: 40px;
}
.faculty-group-1 .listing-1 img {
  width: 100%;
  height: auto;
}
#event-submit .calendar {
  margin-top: 105px;
  background: #dadbdb;
}
#event-submit .calendar th span {
  display: block !important;
  text-align: center;
  color: #e96155;
  line-height: 25px;
  margin: 8px 4px;
}
#event-submit .calendar .ui-datepicker-calendar {
  margin: 25px auto;
}
#event-submit .calendar .ui-state-disabled .ui-state-default {
  color: #5d5d5d !important;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#event-submit .calendar .ui-state-default {
  color: #5d5d5d;
}
#event-submit .cform .button-group {
  margin-top: 50px;
}
.grid {
  margin: 10px 0;
  background-color: #fff;
  position: relative;
}
.grid .show-toggle-holder {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  background-color: #fff;
}
.grid .show-toggle-holder .show-toggle {
  border: none;
  color: #737373;
  font-size: 11px;
  outline: none;
  font-family: 'Roboto';
  font-weight: 400;
  text-transform: uppercase;
  background-color: #dadbdb;
  height: 40px;
  display: block;
  float: right;
  padding: 0 20px;
  margin-bottom: 1rem;
}
.grid .show-toggle-holder .show-toggle + div {
  display: none;
  clear: both;
}
.grid .show-toggle-holder .toggle-vis {
  display: block;
  text-align: right;
  padding: 0 1rem;
  line-height: 2rem;
  color: #ee3524;
  cursor: pointer;
}
.grid .show-toggle-holder .toggle-vis.inactive {
  color: #737373;
}
.grid .scrollpane {
  outline: none;
}
.grid .scrollpane .jspHorizontalBar,
.grid .scrollpane .jspTrack {
  height: 5px;
}
.grid .scrollpane .jspTrack {
  background: #e8e8e8;
}
.grid .scrollpane .jspDrag {
  background: #737373;
}
.grid table {
  width: 100% !important;
}
.grid table th,
.grid table td {
  color: #737373;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 15px 10px;
  border-right: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
}
.grid table th:last-child,
.grid table td:last-child {
  border-right: none;
}
.grid table th {
  background-color: #f8f8f8;
  height: 75px;
  position: relative;
  padding-right: 25px;
}
.grid table th.sorting_asc span.glyphicon-chevron-up {
  display: block;
}
.grid table th.sorting_desc span.glyphicon-chevron-down {
  display: block;
}
.grid table th span {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 7px;
  color: #cfcfcf;
  cursor: pointer;
  display: none;
}
.grid table th span.glyphicon-chevron-up {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  transform: translateY(-3px);
}
.grid table th span.glyphicon-chevron-down {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
.grid table td {
  background-color: #fff;
  vertical-align: top;
}
.grid .dataTables_length > label {
  padding: 0 15px 20px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 40px;
}
.grid .dataTables_length .selectric {
  border: 1px #fff solid;
  background-color: #fff;
}
.grid .dataTables_length .selectric .label {
  margin: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #434444;
  text-align: left;
  padding-left: 40px;
}
.grid .dataTables_length .selectric .button {
  font-family: 'Glyphicons Halflings';
}
.grid .dataTables_length .selectric .button:after {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  content: "\e114";
  width: 40px;
  height: 40px;
  color: #ee3524;
  display: block;
  font-size: 20px;
  line-height: 40px;
  border: none;
  font-size: 13px;
}
.grid .dataTables_length .selectric-wrapper {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 1.6rem;
}
.grid .dataTables_length .selectric .label {
  margin-right: 0;
  font-weight: bold;
  color: #000;
}
.grid .dataTables_length .selectric .button {
  right: auto;
  left: 0;
}
.grid .dataTables_length .selectric .button:after {
  color: #d3d3d3;
}
.grid .dataTables_info {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  color: #737373;
  float: left;
  padding: 25px 15px 40px;
}
.grid .dataTables_paginate {
  padding: 25px 15px 40px;
  float: right;
}
.grid .dataTables_paginate a {
  color: #c6c6c6;
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  border-right: 1px #bebebe solid;
  cursor: pointer;
}
.grid .dataTables_paginate a.next {
  border-right: none;
}
.event-detail-banner {
  width: 100%;
  margin-bottom: 10px;
}
.event-detail-banner img {
  display: block;
  width: 100%;
}
.slick-events .slick-slide.yt {
  background-color: #000;
}
.slick-events .slick-slide.yt > div {
  position: relative;
  padding-bottom: 56%;
  padding-top: 25px;
  height: 0;
}
.slick-events .slick-slide.yt > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
Error Page
**/
.layout-notice {
  padding: 40px;
}
.layout-notice h2,
.layout-notice p {
  color: #737373;
}
.layout-notice .title {
  font-family: 'Roboto Slab';
  font-weight: 300;
}
.layout-notice .error-title {
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin: 30px 0 35px;
}
.layout-notice p {
  font-size: 13px;
  font-family: 'Roboto';
}
.resources-layout h2 {
  color: #000;
  font-family: 'Roboto Slab';
  font-size: 18px;
  margin: 5px 0 10px 0;
}
.resources-layout .resources-listing {
  margin: 30px 0 0;
}
.resources-layout .resources-listing li {
  font-family: 'Roboto';
  color: #737373;
  width: 50%;
  font-weight: 500;
  float: left;
  font-size: 13px;
  margin-bottom: 12px;
}
.resources-layout .resources-listing li a {
  display: inline-block;
  color: #ee3f2f;
  margin-left: 5px;
  text-decoration: underline;
}
.arrow {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 12px;
}
.arrow:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  color: #ee3f2f;
  background: url(../images/arrow.svg) no-repeat;
  width: 6px;
  height: 10px;
}
/**
* End Error Page
**/
/* Profile Page */
.profile-data .profile-img {
  width: 85%;
}
.profile-data .title {
  font-size: 14px;
  color: #000000;
  font-family: 'Roboto';
  font-weight: 600;
  margin: 15px 0 3px 0;
}
.profile-data span {
  font-size: 11px;
  color: #919191;
  font-family: 'Roboto';
}
.profile-data .details {
  margin: 10px 0;
}
.profile-data .details .department-title,
.profile-data .details a,
.profile-data .details .office {
  font-size: 13px;
  font-family: 'Roboto';
}
.profile-data .details .department-title {
  color: #737373;
  margin: 0;
}
.profile-data .details a {
  color: #ee3524;
  text-decoration: underline;
}
.profile-data .details .office {
  color: #737373;
  margin: 2px 0;
}
.profile-data .details .download-link {
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  display: inline;
}
.profile-data .details .download-link i {
  padding-right: 5px;
}
.profile-data .profile-text {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Roboto';
  color: #737373;
  font-size: 13px;
}
.profile-data .profile-text h1,
.profile-data .profile-text h2,
.profile-data .profile-text h3,
.profile-data .profile-text b,
.profile-data .profile-text strong {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
}
.profile-data .accordion {
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
  font-family: 'Roboto';
}
.profile-data .accordion .accordion-heading {
  text-transform: uppercase;
}
.profile-data .accordion .accordion-inner {
  color: #737373;
}
.profile-data .accordion .accordion-inner h3,
.profile-data .accordion .accordion-inner h2,
.profile-data .accordion .accordion-inner b,
.profile-data .accordion .accordion-inner strong {
  font-size: 13px;
  color: #000000;
}
.profile-data .accordion .accordion-toggle:after {
  top: 12px;
}
.tab-options {
  width: 100%;
  margin-top: 22px;
  background: #8e8f8f;
  display: inline-block;
  text-align: center;
}
.tab-options:last-child {
  margin-right: 0px;
}
.tab-options a {
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
}
.tab-options.active {
  background: #ee3524;
}
/* Social bars in faculty pages */
.social-bar {
  background: #ffffff;
  padding: 14px 25px 14px 38px;
}
.social-bar li {
  display: inline-block;
}
.social-bar li.title {
  font-size: 14px;
  text-transform: uppercase;
  color: #8b8b8b;
  padding-right: 5px;
}
.social-bar li .fa {
  color: #909191;
  padding-left: 10px;
  font-size: 16px;
}
.social-bar li .fa.fa-youtube {
  font-size: 18px;
}
.padding-40 {
  padding-top: 40px;
}
.padding-20 {
  padding-top: 20px;
}
.tabs-member {
  margin-top: 22px;
  background: #8e8f8f;
  display: inline-block;
  width: 270px;
  text-align: center;
  margin-right: 15px;
}
.tabs-member:last-child {
  margin-right: 0px;
}
.tabs-member a {
  color: #ffffff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 2px;
}
.tabs-member.active {
  background: #ee3524;
}
/**
 Alphabit Search Filter
**/
.alphabit-container {
  padding: 0;
  margin: 30px 0 0px 0;
}
.alphabit-container li {
  font-family: 'Roboto';
  font-size: 10px;
  display: inline-block;
}
.alphabit-container a {
  color: #8e8f8f;
}
.alphabit-container a.active {
  color: #ee3524;
  text-decoration: underline;
}
.alphabit-container .letter {
  padding: 5px 5px;
}
.alphabit-container .letter a {
  font-weight: 600;
}
.alphabit-container .letter a:hover {
  color: #ee3524;
}
.alphabit-container .letter:first-child {
  padding: 5px 5px 5px 0px;
}
.alphabit-container .all-letters {
  padding: 5px 10px 5px 10px;
}
.alphabit-container .all-letters a {
  font-weight: 800;
}
/**
* Forms 
**/
.forms .form-control {
  border: 1px #e8e8e8 solid;
  padding: 12px 40px;
  height: 38px;
  font-size: 11px;
  margin-bottom: 4px;
  border-radius: 0px;
  color: #737373;
}
.forms .form-check label {
  font-family: 'Roboto';
  font-style: italic;
  font-size: 11px;
  color: #434444;
  padding-left: 0;
  font-weight: 600;
}
.forms .link {
  float: left;
  margin-top: 16px;
  color: #ee3524;
  text-decoration: underline;
  font-size: 11px;
  font-family: 'Roboto';
  font-weight: 600;
}
.forms .btn {
  background: #ee3524;
  color: #ffffff;
  border-radius: 0;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: 'Roboto';
  padding: 12px 28px;
}
/* Checkbox + Radio */
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px #b3b3b3 solid;
  width: 15px;
  font-size: 11px;
  height: 15px;
  border-radius: .25em;
  background: #ffffff;
  float: left;
  margin-right: .5em;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}
.anonymous #s4-workspace {
  height: auto !important;
}
.subpage-social-bar {
  background-color: #fff;
  margin: 2px 0 20px;
  padding: 10px 20px 5px 25px;
}
.subpage-social-bar label {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
}
.subpage-social-bar ul {
  float: right;
}
.subpage-social-bar ul li {
  display: inline-block;
  padding: 0 5px;
}
.subpage-social-bar ul li a {
  color: #737373;
}
.listing-9 + .subpage-social-bar {
  margin-top: -7px;
}
#article-detail.subpage .quick-access-container {
  top: 200px;
}
.accordion .accordion-group {
  border: 1px #e8e8e8 solid;
  margin-bottom: 10px;
  position: relative;
}
.accordion .accordion-toggle {
  color: #737373;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 11px;
  display: block;
  padding: 15px 30px 10px;
  position: relative;
}
.accordion .accordion-toggle:after {
  content: "+";
  font-size: 11px;
  color: #737373;
  position: absolute;
  top: 18px;
  right: 20px;
}
.accordion .accordion-toggle:hover,
.accordion .accordion-toggle[aria-expanded="true"] {
  color: #ee3524;
}
.accordion .accordion-toggle[aria-expanded="true"]:after {
  content: "-";
}
.accordion .accordion-body.in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px #ababab solid;
  pointer-events: none;
}
.accordion .accordion-inner {
  padding: 10px 30px 15px;
  font-size: 13px;
}
.layout {
  margin-bottom: 10px;
}
.layout.full-white-bg {
  background-color: #fff;
}
.layout.no-margin {
  margin-bottom: 0;
}
.layout.same-height.white-bg > div {
  position: relative;
}
.layout.same-height.white-bg > div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  background-color: #fff;
}
.layout.same-height.white-bg > div:first-child:before {
  left: 0;
  right: 5px;
}
.layout.same-height.white-bg > div:last-child:before {
  left: 5px;
  right: 0;
}
.layout.same-height.white-bg > div > * {
  position: relative;
}
.layout-two-columns > div:first-child,
.layout-three-columns > div:first-child {
  padding-left: 0;
}
.layout-two-columns > div:last-child,
.layout-three-columns > div:last-child {
  padding-right: 0;
}
.layout-free-text {
  background-color: #fff;
  padding: 40px;
}
.layout-free-text.small-padding-top {
  padding-top: 30px;
}
.layout-free-text.two-columns {
  padding-right: 5px;
}
.layout-free-text.two-columns .share-group {
  margin-right: 40px;
}
.layout-free-text.two-columns h2.two-columns-title {
  padding-right: 80px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  color: #737373;
  margin: 0 0 5px;
}
.layout-free-text.two-columns h2.two-columns-title + label {
  color: #ee3524;
  font-size: 12px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  display: block;
}
.layout-free-text.two-columns .layout-free-text-content {
  padding-right: 30px;
}
.layout-free-text-content > h2 {
  padding-right: 40px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  color: #737373;
  margin: 0 0 5px;
}
.layout-free-text-content > label {
  color: #ee3524;
  font-size: 12px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  display: block;
}
.layout-free-text-content p {
  color: #737373;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.layout-free-text-content h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 20px;
  color: #000;
}
.layout-free-text-content h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 25px 0 15px;
  background-color: #ee3f2f;
}
.layout-free-text-content blockquote {
  margin-bottom: 20px;
  border: none;
  padding: 20px 0;
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
}
.layout-free-text-content blockquote.highlighted {
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
}
.layout-free-text-content blockquote.highlighted p {
  color: #000;
}
.layout-free-text-content blockquote p {
  color: #ee3524;
}
.layout-free-text-content img {
  float: right;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 40px;
}
.layout-free-text-column-2 > h2 {
  margin-top: 0;
  font-size: 18px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 400;
}
.layout-free-text-column-2 > h2,
.layout-free-text-column-2 .layout-free-text-listing-1 {
  margin-left: 10px;
  margin-right: 20px;
}
.layout-free-text-column-2 .layout-free-text-listing-1 {
  margin-bottom: 40px;
}
.layout-free-text-column-2 .layout-free-text-listing-1 li:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 25px 0;
  background-color: #dddddd;
}
.layout-free-text-column-2 .layout-free-text-listing-1 li h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 700;
}
.layout-free-text-column-2 .layout-free-text-listing-1 li h4 {
  font-size: 11px;
  color: #919191;
  margin: 5px 0 15px;
  font-family: 'Roboto';
  font-weight: 400;
}
.layout-free-text-column-2 .layout-free-text-listing-1 li p {
  font-size: 13px;
  color: #737373;
  margin: 0 0 15px;
  line-height: 1.2;
}
.layout-free-text-column-2 .layout-free-text-listing-1 li .read-more {
  color: #ee3524 !important;
}
.layout-free-text-column-2 .listing-8 {
  margin: 0 10px 0 -10px;
}
.layout-image-box.cover-by-height figure {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.layout-image-box.cover-by-height img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout-image-box figure {
  position: relative;
}
.layout-image-box figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
}
.layout-image-box figure figcaption strong {
  display: block;
  font-family: 'Roboto';
  font-weight: 400;
  color: #bcbcbc;
}
.layout-image-box img {
  width: 100%;
}
.layout-image-box > div {
  background-color: #fff;
  padding: 20px 40px;
}
.layout-image-box > div p {
  font-size: 13px;
  color: #737373;
  margin: 0 0 10px;
}
.layout-listing-1 {
  background-color: #ffffff;
  padding: 20px 35px;
  margin-bottom: 30px;
}
.layout-listing-1.borders {
  position: relative;
}
.layout-listing-1.borders:before,
.layout-listing-1.borders:after {
  content: "";
  position: absolute;
  border-bottom: 2px #d2d0d0 dotted;
  right: 30px;
  left: 30px;
}
.layout-listing-1.borders:before {
  top: 0;
}
.layout-listing-1.borders:after {
  bottom: 0;
}
.layout-listing-1 h2 {
  color: #000;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 15px;
}
.layout-listing-1 ul li {
  font-size: 13px;
  color: #737373;
  margin-bottom: 5px;
}
.layout-listing-1 ul li h3 {
  color: #000;
  font-size: 18px;
  font-family: 'Roboto Slab';
  font-weight: 400;
  margin: 15px 0 5px;
}
.layout-listing-1-figure {
  background-color: #fff;
}
.layout-listing-1-figure img {
  width: 100%;
}
.layout-listing-1-figure figcaption {
  padding: 13px 15px 35px;
  color: #737373;
  font-size: 13px;
}
.layout-detail-1 {
  background-color: #fff;
  padding: 30px 15px 30px 40px;
}
.layout-detail-1 h3 {
  margin: 0;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 18px;
}
.layout-detail-1 h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px 0 20px;
  background-color: #ee3f2f;
}
.layout-detail-1 p {
  font-size: 13px;
  color: #737373;
}
.layout-detail-2 {
  background-color: #fff;
  padding: 20px 40px;
}
.layout-detail-2 p {
  font-size: 13px;
  color: #737373;
}
.layout-detail-2 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .layout.same-height {
    display: block;
  }
  .layout.same-height.white-bg > div:before {
    display: none;
  }
  .layout.same-height > div {
    display: block;
  }
  .layout-two-columns,
  .layout-three-columns {
    display: block;
  }
  .layout-two-columns > div,
  .layout-three-columns > div {
    display: block;
    padding: 0;
  }
  .layout-two-columns > div:first-child,
  .layout-three-columns > div:first-child {
    margin-bottom: 10px;
  }
  .layout-three-columns > div:nth-child(2) {
    margin-bottom: 10px;
  }
  .layout-free-text.two-columns {
    padding-right: 40px;
  }
  .layout-free-text-column-2 {
    margin-top: 40px;
  }
  .layout-free-text-column-2 > h2,
  .layout-free-text-column-2 .layout-free-text-listing-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-free-text-column-2 .listing-8 {
    margin: 0;
  }
  .layout-image-box.cover-by-height figure,
  .layout-image-box.cover-by-height img {
    position: static;
  }
  .layout-image-box.cover-by-height img {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .layout-listing-1.borders:after {
    display: none;
  }
  .layout-detail-1 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .layout-free-text {
    padding: 20px !important;
  }
  .layout-detail-1 {
    padding: 15px 20px;
  }
  .layout-image-box > div {
    padding: 15px 20px;
  }
  .layout-image-box figure figcaption {
    padding: 15px 20px;
  }
}
.slick .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slick .slick-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick .slick-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 31px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.slick .slick-arrow.slick-prev {
  left: 25px;
}
.slick .slick-arrow.slick-prev:after {
  background: url(../images/sprites.png) no-repeat;
  background-position: -1px 1px;
}
.slick .slick-arrow.slick-next {
  right: 25px;
}
.slick .slick-arrow.slick-next:after {
  background: url(../images/sprites.png) no-repeat;
  background-position: -27px 1px;
}
.slick .slick-slide {
  outline: none;
  position: relative;
}
.slick .slick-slide img {
  width: 100%;
}
.banner-main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-main .borders,
.banner-main .slick {
  width: 960px;
  margin: 0 auto;
}
.banner-main .borders {
  pointer-events: none;
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -480px;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  z-index: 1;
}
.banner-main .slick .slick-list {
  overflow: visible;
}
.banner-main .slick .slick-slide {
  outline: none;
  position: relative;
}
.banner-main .slick .slick-slide.slick-center .banner-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-main .slick .slick-slide a {
  outline: none;
}
.banner-main .slick .slick-slide img {
  width: 100%;
}
.banner-main .banner-text {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  right: 5%;
  left: 5%;
  width: 90%;
  height: 93%;
  margin: 0 auto;
  z-index: 2;
}
.banner-main .banner-text > label {
  cursor: pointer;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.banner-main .banner-text-mobile {
  display: none;
}
.banner-main .banner-text-opacity-1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.banner-main .banner-text-opacity-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.banner-main .banner-text-opacity-3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.banner-main .banner-text-opacity-4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.banner-main .banner-text-opacity-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.banner-main .banner-text-opacity-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.banner-main .banner-text-opacity-7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.banner-main .banner-text-opacity-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.banner-main .banner-text-opacity-9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.banner-main .banner-text-opacity-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.banner-main .banner-text-border-top {
  border-top: 3px #ee3524 solid;
}
.banner-main .banner-text-border-right {
  border-right: 3px #ee3524 solid;
}
.banner-main .banner-text-border-bottom {
  border-bottom: 3px #ee3524 solid;
}
.banner-main .banner-text-border-left {
  border-left: 3px #ee3524 solid;
}
.banner-main .banner-1-and-2 .banner-text > label {
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0 35px;
  font-size: 15px;
}
.banner-main .banner-1-and-2 .banner-text > label span {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
.banner-main .banner-type-1 .banner-text > label {
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0 35px;
  font-size: 15px;
}
.banner-main .banner-type-1 .banner-text > label span {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
.banner-main .banner-type-1 .banner-text > label {
  width: 48%;
  height: 20%;
}
.banner-main .banner-type-1 .banner-text-pos-1,
.banner-main .banner-type-1 .banner-text-pos-3,
.banner-main .banner-type-1 .banner-text-pos-5,
.banner-main .banner-type-1 .banner-text-pos-7 {
  left: 0;
}
.banner-main .banner-type-1 .banner-text-pos-2,
.banner-main .banner-type-1 .banner-text-pos-4,
.banner-main .banner-type-1 .banner-text-pos-6,
.banner-main .banner-type-1 .banner-text-pos-8 {
  left: 52%;
}
.banner-main .banner-type-1 .banner-text-pos-1,
.banner-main .banner-type-1 .banner-text-pos-2 {
  top: 0;
}
.banner-main .banner-type-1 .banner-text-pos-3,
.banner-main .banner-type-1 .banner-text-pos-4 {
  top: 26.5%;
}
.banner-main .banner-type-1 .banner-text-pos-5,
.banner-main .banner-type-1 .banner-text-pos-6 {
  top: 52.5%;
}
.banner-main .banner-type-1 .banner-text-pos-7,
.banner-main .banner-type-1 .banner-text-pos-8 {
  top: 80%;
}
.banner-main .banner-type-2 .banner-text > label {
  display: table;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0 35px;
  font-size: 15px;
}
.banner-main .banner-type-2 .banner-text > label span {
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}
.banner-main .banner-type-2 .banner-text > label {
  width: 32.5%;
  height: 27%;
}
.banner-main .banner-type-2 .banner-text-pos-1,
.banner-main .banner-type-2 .banner-text-pos-2,
.banner-main .banner-type-2 .banner-text-pos-3 {
  top: 3%;
}
.banner-main .banner-type-2 .banner-text-pos-4,
.banner-main .banner-type-2 .banner-text-pos-5,
.banner-main .banner-type-2 .banner-text-pos-6 {
  top: 36.5%;
}
.banner-main .banner-type-2 .banner-text-pos-7,
.banner-main .banner-type-2 .banner-text-pos-8,
.banner-main .banner-type-2 .banner-text-pos-9 {
  top: 70.66%;
}
.banner-main .banner-type-2 .banner-text-pos-1,
.banner-main .banner-type-2 .banner-text-pos-4,
.banner-main .banner-type-2 .banner-text-pos-7 {
  left: 0.5%;
}
.banner-main .banner-type-2 .banner-text-pos-2,
.banner-main .banner-type-2 .banner-text-pos-5,
.banner-main .banner-type-2 .banner-text-pos-8 {
  left: 33.83%;
}
.banner-main .banner-type-2 .banner-text-pos-3,
.banner-main .banner-type-2 .banner-text-pos-6,
.banner-main .banner-type-2 .banner-text-pos-9 {
  left: 67%;
}
.banner-main .banner-type-3 .banner-text > label {
  width: 270px;
  top: 50%;
  height: 300px;
  margin-top: -150px;
  overflow: hidden;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-main .banner-type-3 .banner-text > label strong {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 50px;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}
.banner-main .banner-type-3 .banner-text > label strong:after {
  content: "";
  border-top: 3px #ee3524 solid;
  display: block;
  width: 50px;
  height: 0;
  margin: 25px 0;
}
.banner-main .banner-type-3 .banner-text-pos-1 {
  left: 30px;
}
.banner-main .banner-type-3 .banner-text-pos-2 {
  right: 30px;
}
.banner-main.banner-main-subpage .slick .slick-slide {
  height: 360px;
}
.banner-main.banner-main-subpage .slick .slick-slide.slick-center label.caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-main.banner-main-subpage .slick .slick-slide label.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.banner-main.banner-main-subpage .slick .slick-slide label.caption strong {
  display: block;
  font-family: 'Roboto';
  font-weight: 400;
  color: #bcbcbc;
}
.banner-main.banner-main-subpage .slick .slick-arrow {
  top: initial;
  bottom: 47%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-main.banner-main-subpage .slick .slick-arrow:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner-main.banner-main-subpage .text-center {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-main.banner-main-subpage .text-center:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-main.banner-main-subpage .text-center span {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.banner-main.banner-main-subpage .text-center span:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #ee3f2f;
}
.slick-events label.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 0;
}
.slick-events label.caption strong {
  display: block;
  font-family: 'Roboto';
  font-weight: 400;
  color: #bcbcbc;
}
.slick-events .video-content video {
  height: 100%;
  background-color: #000;
}
.slick-events .video-content label.caption {
  display: none;
}
/*************************
 * - VERY LARGE SCREEN - *
 *************************/
@media screen and (min-width: 1400px) {
  .banner-main .borders,
  .banner-main .slick {
    width: 1050px !important;
  }
  .banner-main .borders {
    margin-left: -525px;
  }
}
@media screen and (min-width: 992px) {
  .banner-main .slick .slick-slide:not(.slick-center) {
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-main.banner-main-subpage .slick .slick-slide {
    height: 250px;
  }
  .banner-main.banner-main-subpage .slick .slick-slide img {
    width: auto;
    height: 100%;
    min-height: 335px;
  }
  .banner-main.banner-main-subpage .text-center:before {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .banner-main.banner-main-subpage {
    padding-bottom: 0;
  }
  .home-tab .no-padding {
    padding: 0;
  }
  .banner-main {
    padding-bottom: 70px;
  }
  .banner-main .borders {
    display: none;
  }
  .banner-main .slick {
    width: 100%;
  }
  .banner-main .banner-text {
    display: none !important;
  }
  .banner-main .banner-text-mobile {
    display: block;
    position: absolute;
    bottom: -70px;
    padding: 0 25px;
    background-color: #7a7a7a !important;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    height: 72px;
    display: table;
  }
  .banner-main .banner-text-mobile span {
    display: table-cell;
    vertical-align: middle;
  }
  .banner-main.banner-main-subpage .slick-slide label.caption,
  .slick-events .slick-slide label.caption {
    padding: 5px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-main.banner-main-subpage .text-center:before {
    height: 70px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .banner-main.banner-main-subpage .text-center {
    font-size: 30px;
  }
  .banner-main.banner-main-subpage .slick .slick-slide {
    height: 250px;
  }
  .banner-main.banner-main-subpage .slick .slick-slide img {
    width: auto;
    height: 100%;
    min-height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .banner-main.banner-main-subpage .text-center {
    font-size: 23px;
  }
  .banner-main.banner-main-subpage .slick .slick-slide {
    height: 150px;
  }
  .banner-main.banner-main-subpage .slick .slick-slide img {
    width: auto;
    height: 100%;
    min-height: 160px;
  }
  .banner-main.banner-main-subpage .text-center span:after {
    margin-top: 5px;
  }
}
/*************************
 * - VERY LARGE SCREEN - *
 *************************/
@media screen and (min-width: 1400px) {
  .main-title.container {
    width: 1290px;
  }
  .breadcrumb-container .container {
    width: 1290px;
  }
  header .container {
    width: 1290px;
  }
  header .nav-1 ul li:first-child {
    padding-left: 157px;
  }
  header .nav-2 .nav-main li.sub-menu > div {
    margin-left: 0;
  }
  header .nav-2 .nav-main li.sub-menu:hover > div div {
    height: 552px;
  }
  header .nav-2 .nav-main li.sub-menu > div div {
    margin: 0 auto;
    width: 1050px;
  }
  header .nav-2 .nav-group {
    position: static;
  }
  header .nav-2 .nav-sub,
  header .nav-2 .nav-social {
    position: absolute;
    right: 0;
    margin-right: 0;
  }
  header .nav-2 .nav-sub {
    bottom: 0;
    margin-bottom: 7px;
    display: block !important;
  }
  header .nav-2 .nav-sub li:last-child a {
    margin-right: 1px;
  }
  header .nav-2 .nav-sub li a {
    margin: 0 4px;
  }
  header .nav-2 .nav-social {
    top: 10px;
  }
  .quick-access-container {
    right: 7%;
  }
  .search-form {
    top: 7px;
  }
  #web-search .search-box .search-bar > span {
    width: 85%;
  }
  #web-search .listing-14-container article img.snapshot {
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
/** iPad **/
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #news-detail-page .quick-access-container a {
    color: #fff;
  }
}
/**********************
 * - DESKTOP SCREEN - *
 **********************/
@media screen and (min-width: 992px) {
  .nav-1 ul li:last-child {
    position: relative;
    right: -8px;
    /*
                    a {
                        &:last-child {
                            padding-left:25px;
                            padding-right:25px;
                        }
                    } // a
                    */
  }
  .nav-2 .container {
    padding-left: 5px;
  }
  .nav-2 .nav-main > li.sub-menu > div {
    margin-left: -5px;
    -webkit-margin-start: -5px;
  }
  .nav-2 .nav-main > li.sub-menu > div div > ul > li ul li {
    white-space: nowrap;
  }
  .nav-2 .nav-main > li.sub-menu > div div > ul > li ul li a {
    letter-spacing: 1px;
  }
  .nav-2 .nav-main > li.sub-menu:hover > div div {
    height: 503px;
    padding: 75px 95px;
  }
  .subpage .nav-2 .nav-main > li.sub-menu:hover > div div {
    height: 431px;
  }
  .subpage .nav-2 .nav-main > li.sub-menu > div div p {
    display: none;
  }
  .home-tab {
    margin-top: -38px;
  }
  .no-padding {
    padding: 0 !important;
  }
  .share-group .open ul {
    background-color: #ffffff;
  }
  .share-group .open ul li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  .tab-content .row > div:nth-child(even) .news-listing-1 {
    border-right: none;
  }
  .tab-content .news-listing-1 {
    padding: 35px 25px 15px 20px;
  }
  .tab-content .news-listing-2 {
    padding: 5px 20px 30px 25px;
  }
  .tab-content .news-listing-2:last-child {
    padding-bottom: 10px;
  }
  .tw-ticker {
    /*
        .row {
            > div {
                padding:0;
            }
        }
        */
  }
  .tw-ticker .content {
    padding: 15px 70px 15px 40px;
  }
  .listing-2 .content {
    padding: 15px 40px;
    min-height: 145px;
  }
  .listing-3 .list,
  .listing-3 .text {
    padding: 25px 30px 25px 30px;
  }
  .listing-3 .row > div:first-child {
    padding-left: 0;
  }
  .listing-1-container {
    /** SHAREPOINT-SPECIFIC **/
    /** SHAREPOINT-SPECIFIC:END **/
  }
  .listing-1-container > .row {
    display: table;
  }
  .listing-1-container > .row > div {
    display: table-cell;
    position: relative;
    float: none;
    vertical-align: top;
    /*
                &:after {
                    content:"";
                    position:absolute;
                    bottom:0;
                    left:0;
                    height:90%;
                    width:100%;
                }
                
                &:first-child {
                    &:after {
                        background-color:#fff;
                    }
                }
                */
  }
  .listing-1-container > .row > div:last-child .col-100p.no-padding:last-child {
    position: static;
  }
  .listing-1-container > .row > div:last-child .calendar-details {
    height: 55%;
  }
  .listing-1-container .ms-SPZoneLabel,
  .listing-1-container .ms-SPZone,
  .listing-1-container #MSOZone_EmptyZoneCell {
    position: relative;
    z-index: 1;
  }
  .calendar-tab-content .scrollpane .jspPane div a.calendar-event {
    text-decoration: none !important;
  }
  .calendar-tab-content .scrollpane .jspPane div a.calendar-event:hover:before,
  .calendar-tab-content .scrollpane .jspPane div a.calendar-event:hover:after {
    position: absolute;
  }
  .calendar-tab-content .scrollpane .jspPane div a.calendar-event:hover:before {
    content: "";
    border-top: 4px transparent solid;
    border-right: 7px #434444 solid;
    border-bottom: 4px transparent solid;
    left: 30px;
    top: 13px;
  }
  .calendar-tab-content .scrollpane .jspPane div a.calendar-event:hover:after {
    content: "add to my calendar";
    background-color: #434444;
    color: #fff;
    line-height: 13px;
    padding: 5px 15px;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 600;
    display: inline-block;
    width: 90px;
    top: -2px;
    left: 36px;
    outline: none;
  }
  .item-1 {
    margin-right: -5px;
  }
  .breadcrumb-container .breadcrumb {
    margin: 0;
  }
  .detail-2.main-detail {
    /*
            .listing-11 {
                ul {
                    &.tabular-data {
                        padding: 10px 0;
                        border-top: 2px #d9d7d7 dotted;
                        border-bottom: 2px #d9d7d7 dotted;
                        
                        > li {
                            border-top: none;
                            display: inline-block;
                            width: auto;
                            float: left;
                            padding: 5px 30px 0 0;
                            
                            &:nth-child(3) {
                                float: right;
                                padding-right: 0;
                            }
                            
                            &:last-child {
                                width: 100%;
                                float: none;
                                clear: both;
                                border-bottom: none;
                            }
                            
                            span {
                                display: inline-block;
                                
                                &:first-child {
                                    width: auto;
                                }
                            }
                        }
                    }
                }
                
                p {
                    padding-right: 0;
                }
            }
            */
  }
  .detail-2.main-detail .share-group {
    right: -30px;
  }
  .detail-2.main-detail .listing-11 ul.tabular-data > li span:first-child {
    width: 110px;
  }
  .shwa {
    overflow: hidden;
  }
  .shwa.shwa-bgwhite .shwa-col-l:before,
  .shwa.shwa-bgwhite .shwa-col-r:before {
    background-color: #fff;
  }
  .shwa .shwa-col-l,
  .shwa .shwa-col-r {
    position: relative;
  }
  .shwa .shwa-col-l:before,
  .shwa .shwa-col-r:before {
    content: "";
    position: absolute;
    top: 0;
    height: 200%;
    z-index: 0;
    display: block;
  }
  .shwa .shwa-col-l:before {
    left: 0;
    right: 5px;
  }
  .shwa .shwa-col-r:before {
    left: 5px;
    right: 0;
  }
  .shwa .shwa-content {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) {
  body {
    width: 100%;
    overflow-x: hidden !important;
  }
  .listing-1-container {
    overflow: hidden;
  }
  .quick-access-container {
    display: none;
  }
  .col-100p {
    padding: 0;
  }
  .share-group .open ul {
    background-color: #ffffff;
  }
  .share-group .open ul li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
  #web-search .search-box .selectric-holder {
    float: left;
  }
  #web-search .listing-14-container article img.snapshot {
    display: none;
  }
  /*
    .listing-1-button {
        display:block;
        padding:20px 40px 10px;
        
        a {
            .opensans-bold;
            font-size:11px;
            color:#ee3524;
            text-transform:uppercase;
            padding:15px 0 0;
            display:block;
            border-top:1px #e9e9e9 solid;
            position:relative;
            text-decoration:underline;
            .transition(color 0.5s);
            
            &:hover {
                color:#000;
                
                &:before {
                    color:#000;
                }
            }
            
            &:before {
                content: ">";
                color: #ee3524;
                .transition(color 0.5s);
                .opensans-bold;
                font-size:20px;
                .transform(scale(0.75, 1.2));
                display:inline-block;
                line-height:24px;
                position:absolute;
                top:12px;
                left:-20px;
            }
        }
    }
    */
  .listing-2 {
    margin-bottom: -10px;
  }
  .listing-2 .listing-2-item {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 25px;
  }
  .listing-2 .listing-2-item:not(.big) > img {
    width: 100%;
  }
  .listing-2 .content {
    position: static;
    padding: 10px 25px;
  }
  .listing-3 .vertical-sep {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .listing-3 h2 span {
    white-space: normal;
  }
  .listing-3 .listing-3-item {
    margin-bottom: 10px;
  }
  .listing-3 .list,
  .listing-3 .text {
    padding: 20px;
  }
  .detail-1-container.two-columns > div:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .detail-1-container.two-columns > div:last-child {
    padding-left: 0;
  }
  .detail-2 h3,
  .detail-2 p {
    padding-right: 0;
  }
  .detail-3 ol li {
    padding-right: 0;
  }
  .news-listing-1 {
    border-right: none;
    padding: 40px 40px 0;
  }
  .news-listing-1 img {
    width: auto;
    height: auto;
  }
  .news-listing-1 p {
    margin-bottom: 20px;
  }
  .tab-content .news-listing-2 {
    padding: 40px;
    display: none;
  }
  .tab-buttons li:not(.active) {
    border-bottom: 1px solid #dddddd;
    border-right: 1px #dddddd solid;
  }
  .tab-buttons li:not(.active) a {
    background-color: rgba(252, 252, 252, 0.7);
  }
  .tab-buttons li.active a:after {
    width: 60%;
    left: 20%;
    right: 20%;
  }
  .tab-content .row > div:first-child {
    margin-bottom: 10px;
  }
  .tw-ticker .content {
    padding: 10px 60px 10px 10px;
  }
  .calendar {
    position: relative;
  }
  .calendar .ui-datepicker-title {
    padding: 0 87px 0 46px;
  }
  .calendar .ui-datepicker-next,
  .calendar .ui-datepicker-prev {
    -webkit-appearance: none;
  }
  .calendar .ui-datepicker-next {
    right: 60px;
  }
  .calendar .ui-datepicker-prev {
    left: 20;
  }
  .calendar .calendar-search {
    top: 9px;
    right: 20px;
  }
  .calendar .calendar-download {
    display: none;
  }
  .calendar-tab-content {
    margin-bottom: 0;
  }
  .item-1 li:first-child {
    padding: 35px;
  }
  #events-page .detail-2 {
    margin-bottom: 5px;
  }
  #events-page .detail-2.main-detail .listing-11 h2 {
    padding-right: 100px;
  }
  #events-page .detail-2.main-detail .listing-11 h2 button {
    right: 40px;
  }
  #events-page .listing-11 {
    padding: 25px 20px 30px;
  }
  #events-page .listing-11 > div {
    padding: 25px 0 0;
  }
  #events-page .listing-11 h2 button {
    right: 0;
  }
  #events-page .listing-11 p {
    padding-right: 0;
  }
  #events-page .listing-11 ul.tabular-data {
    padding-right: 0;
  }
  #events-page .tw-ticker .content {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #events-page .bar .datepicker {
    padding-left: 20px;
  }
  #events-page .selectric .label {
    padding-left: 20px;
  }
  #events-page .search-container span:first-child input {
    padding-left: 20px;
  }
  #news-detail-page .share-group {
    right: 0;
  }
  #news-detail-page .detail-6 h2 {
    padding-right: 55px;
  }
  #faculty-page-doand .news-listing-1-container .container .row {
    padding-left: 5px;
    padding-right: 5px;
  }
  .search-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .listing-8.wrap-mobile .arrow-inner:before {
    top: 5px;
  }
  .listing-8.wrap-mobile li a {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    line-height: 1.5;
  }
  .cform .date-time-group li {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cform .date-time-group li:first-child input {
    margin-bottom: 2px;
  }
  .resources-layout .resources-listing {
    margin: 20px 0 0;
  }
  .resources-layout .resources-listing li {
    width: 100%;
  }
  .tabs {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: inline-block !important;
  }
  header {
    padding-top: 29px;
    height: auto !important;
  }
  footer.container {
    padding: 0;
    margin-top: 5px;
  }
  .nav-1 {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .nav-2 .nav-main {
    display: block !important;
    width: auto;
  }
  .nav-2 .nav-group.open .nav-sub {
    display: none;
  }
  .nav-2 .nav-group.open .nav-social li:last-child {
    width: 350px !important;
  }
  .nav-2 .search-form.open {
    width: 348px;
  }
  .nav-2 .search-form.open input[type="text"] {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav-2 .search-form.open span {
    color: #ee3524;
  }
  .listing-3 div.row {
    margin-bottom: 0;
  }
  .listing-3 div.row > div {
    padding-right: 0;
    padding-left: 2px;
  }
  .listing-3 div.row > div:first-child {
    padding-left: 0;
  }
  .listing-4 ul.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listing-5 ul.row li:first-child {
    padding-left: 0;
  }
  .listing-5 ul.row li:last-child {
    padding-right: 0;
  }
  #libraries .listing-6-container ul.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #libraries-search-content .filter-group {
    display: block !important;
    opacity: 1 !important;
  }
  .layout-notice .title {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .nav-1 ul li:first-child a {
    padding: 8px 7px 8px 3px;
  }
  .nav-1 ul li:last-child a {
    float: left;
    padding: 8px 7px !important;
  }
  .nav-2 .nav-sub li:not(:last-child):after {
    padding: 0;
  }
  .nav-2 .nav-main {
    padding-left: 20px;
  }
  .nav-2 .nav-main > li.sub-menu > div div {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
    /*
  @media (min-width: @screen-lg-min) {
    width: @container-lg;
  }
  */
    padding: 0 20px;
    border-bottom: 1px #f4f4f4 solid;
  }
  .nav-2 .nav-main > li.sub-menu > div div > .navbar-header,
  .nav-2 .nav-main > li.sub-menu > div div > .navbar-collapse {
    margin-right: -5px;
    margin-left: -5px;
  }
  .nav-2 .nav-main > li.sub-menu > div div h2:after {
    margin: 12px 0 20px;
  }
  .nav-2 .nav-main > li.sub-menu > div div p {
    margin-bottom: 25px;
  }
  .nav-2 .nav-main > li.sub-menu > div div > ul li ul li {
    margin-bottom: 10px;
  }
  .nav-2 .nav-main > li.sub-menu:hover > div div {
    height: 385px;
    padding: 20px;
    border-right: 1px #f4f4f4 solid;
  }
  .nav-2 .nav-main > li a {
    letter-spacing: 0;
    padding-left: 2px;
  }
  .nav-2 .search-form {
    width: 40px;
  }
  .nav-2 .search-form span {
    width: 40px;
  }
  header .nav-social li {
    width: 33px;
  }
  header .nav-social li:last-child {
    width: 40px !important;
  }
  header .nav-social li:last-child span {
    width: 40px !important;
  }
  .listing-2 .listing-2-item.big > img {
    float: left;
    margin-right: 10px;
  }
  .news-listing-1 img {
    float: left;
    margin-right: 10px;
  }
  .listing-1-container > .row > div:last-child {
    background-color: #434444;
  }
  .listing-1-container > .row > div:last-child:before,
  .listing-1-container > .row > div:last-child:after {
    content: " ";
    display: table;
  }
  .listing-1-container > .row > div:last-child:after {
    clear: both;
  }
  .listing-1-container > .row > div:last-child:before,
  .listing-1-container > .row > div:last-child:after {
    content: " ";
    display: table;
  }
  .listing-1-container > .row > div:last-child:after {
    clear: both;
  }
  .listing-5 ul.row li {
    font-size: 12px;
  }
  .slick-1 {
    max-width: 220px;
    height: 220px;
  }
  .slick-1 ul {
    height: 220px;
  }
  .slick-1 ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slick-1 ul li img {
    margin-bottom: 10px;
  }
  .slick-1 ul li p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #faculty-page-doand .listing-6 {
    padding: 10px 30px 20px;
  }
  #faculty-page-doand .slick-1 {
    margin-top: 50px;
  }
  #events-page .calendar .ui-datepicker-calendar td a,
  #events-page .calendar .ui-datepicker-calendar td span {
    margin: 8px 4px;
  }
  .listing-3 div.row > div {
    word-wrap: break-word;
  }
  .subpage .sub-title {
    font-size: 25px;
  }
  .subpage .nav-2 .nav-main > li.sub-menu:hover > div div {
    height: 322px;
  }
  .subpage .nav-2 .nav-main > li.sub-menu > div div p {
    display: none;
  }
  .search-box .row > div:last-child {
    padding-left: 40px;
  }
  .calendar-tab-content .scrollpane .jspScrollable {
    height: 235px;
  }
  .calendar-tab-content .scrollpane .jspContainer {
    height: 220px !important;
  }
  .filter-group.date fieldset span {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .nav-2 .nav-main > li.sub-menu > div div {
    width: 730px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
  .nav-2 .nav-main > li.sub-menu > div div {
    width: 950px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .nav-2 .nav-main > li.sub-menu > div div > .navbar-header,
  .nav-2 .nav-main > li.sub-menu > div div > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  div#contentBox {
    min-width: auto !important;
  }
  .mobile-menu .mobile-menu-item > ul > li {
    padding: 15px 10px 0 10px !important;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li {
    width: 50%;
    padding-bottom: 20px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li:nth-child(3) {
    clear: left;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul {
    padding: 0 10px 0 20px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li {
    position: relative;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li:before {
    content: "";
    border-top: 4px transparent solid;
    border-right: 4px transparent solid;
    border-left: 4px #ee3524 solid;
    border-bottom: 4px transparent solid;
    position: absolute;
    top: 10px;
    left: -10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li:last-child {
    border-bottom: none;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li:last-child:after {
    content: "";
    width: 50px;
    border-bottom: 4px #ee3524 solid;
    display: block;
    margin: 0 20px 20px 10px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li:last-child a:before {
    display: none;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    left: 10px;
    height: 40px;
    font-size: 11px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 90% !important;
    border-bottom: 1px #5d5d5d solid;
    height: 0 !important;
  }
  .mobile-menu .mobile-menu-item > ul > li > a {
    padding-bottom: 20px !important;
    width: 95% !important;
  }
  .mobile-menu-button,
  .mobile-search-button {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #5d5d5d;
    position: absolute;
    top: 0;
    min-width: auto;
  }
  .mobile-menu-button:before,
  .mobile-search-button:before {
    content: "";
    background: url(../images/sprites.png) no-repeat #5d5d5d;
    display: block;
    line-height: 50px;
    margin: 0 auto;
  }
  .mobile-menu-button:hover,
  .mobile-search-button:hover {
    background-color: #5d5d5d;
  }
  header {
    /* 
        .nav-2 {
            .nav-main {
                &.nav-main-right {
                    li {
                        &:last-child {
                            display:none !important;//visibility:hidden;
                        }
                    }
                }
            }
        } // .nav-2
        */
  }
  header .container {
    max-width: 100%;
  }
  header .nav-1 {
    display: none;
  }
  header .nav-1 ul li:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .nav-1 ul li:last-child a:first-child:before {
    display: none;
  }
  header .nav-1 ul li:last-child a:last-child:after {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer .nav-social {
    float: none;
    display: block;
    border-bottom: 1px #5a5b5b solid;
  }
  footer .nav-social li {
    float: none;
    display: inline-block;
    width: 15%;
  }
  footer .nav-social li:last-child {
    border-right: 1px #5a5b5b solid;
  }
  footer .nav-mobile-app {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    float: left;
    padding: 5px;
    margin: 0;
  }
  footer .nav-mobile-app li {
    float: left;
    margin: 5px;
  }
  footer .sitemap-link {
    color: #b1a89d;
    padding: 16px 13px;
  }
  .mobile-menu-button {
    left: 7px;
  }
  .mobile-menu-button:before {
    background-position: -65px -25px;
    width: 20px;
    height: 16px;
  }
  .mobile-search-button {
    background-position: -116px -31px;
    right: 7px;
  }
  .mobile-menu {
    display: none;
    border-top: 1px #fff solid;
    margin-bottom: 0;
    position: relative;
    top: 16px;
    z-index: 9;
    width: 100%;
  }
  .mobile-menu .mobile-menu-item {
    display: block;
    border-bottom: 1px #434444 solid;
    background-color: #434444;
    clear: both;
  }
  .mobile-menu .mobile-menu-item.open:before,
  .mobile-menu .mobile-menu-item.open:after {
    content: " ";
    display: table;
  }
  .mobile-menu .mobile-menu-item.open:after {
    clear: both;
  }
  .mobile-menu .mobile-menu-item.open:before,
  .mobile-menu .mobile-menu-item.open:after {
    content: " ";
    display: table;
  }
  .mobile-menu .mobile-menu-item.open:after {
    clear: both;
  }
  .mobile-menu .mobile-menu-item.open > a {
    color: #ffffff;
  }
  .mobile-menu .mobile-menu-item.open > a span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-menu .mobile-menu-item > a {
    background-color: #2f2f2f;
    display: block;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    padding: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
  }
  .mobile-menu .mobile-menu-item > a:hover {
    color: #ffffff;
  }
  .mobile-menu .mobile-menu-item > a span {
    margin-right: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mobile-menu .mobile-menu-item > ul {
    background: #434444;
    padding-bottom: 20px;
    padding: 0 0 40px;
    display: none;
  }
  .mobile-menu .mobile-menu-item > ul > li {
    padding: 25px 20px 0;
    display: block !important;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu.open-sub > div {
    display: block !important;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu.open-sub > div div {
    display: block;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div {
    top: 0;
    display: none !important;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div {
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    width: 100%;
    border: none;
    background: #434444;
    padding: 0 !important;
    height: 0;
    display: none;
    background: none !important;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div:before {
    background: #434444;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div h2 {
    background: #2f2f2f;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    padding: 16px;
    color: #ffffff;
    cursor: pointer;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div h2:after {
    display: none;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div h2 span {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div h2 span:before {
    content: "\e251";
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div p {
    display: none;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul {
    padding: 20px 0;
  }
  .mobile-menu .mobile-menu-item > ul > li:before {
    display: none;
  }
  .mobile-menu .mobile-menu-item > ul > li > a {
    padding-bottom: 23px;
    padding-left: 20px;
    width: 85%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    letter-spacing: 2.5px;
  }
  .mobile-menu .mobile-menu-item > ul > li > a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    width: 80% !important;
    border-bottom: 1px #5d5d5d solid;
    height: 0 !important;
  }
  .mobile-menu .mobile-menu-item > ul > li > a:after {
    top: 8px;
    bottom: initial !important;
    border-top: 4px transparent solid !important;
    border-left: 4px #ee3524 solid !important;
    border-bottom: 4px transparent solid;
    left: 0;
  }
  .mobile-menu .mobile-menu-item > ul > li > a:hover {
    color: #ee3524;
    text-decoration: none;
  }
  .mobile-menu .mobile-menu-item > ul > li > a span {
    display: none;
  }
  .search-form {
    width: 10%;
    min-width: 60px;
    top: -15px;
    /*
        div {
            span {
                line-height:43px;
            }
        } // div*/
  }
  .search-form input[type="text"] {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-right: 77px;
  }
  .search-form span {
    width: 50px;
    height: 50px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #5d5d5d;
    top: 15px;
    right: 7px;
    color: #fff;
  }
  .search-form span:hover {
    color: #fff;
  }
  .search-form.open {
    width: 100%;
  }
  .search-form.open input[type="text"] {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .search-form.open span {
    color: #ee3524;
  }
  .search-form.open span {
    background-color: transparent;
  }
  .nav-1 ul li:first-child {
    display: none;
  }
  .nav-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-2 .nav-group {
    display: none;
  }
  .nav-2 .nav-main > li:not(.sub-menu) a {
    padding-left: 20px;
  }
  .nav-2 .container {
    padding: 0;
  }
  .nav-2 .logo {
    display: block;
    margin: 0 auto;
    height: 53px;
    overflow: hidden;
  }
  .listing-1-container > .row > div:last-child {
    display: block;
  }
  .listing-1-container > .row > div:last-child .col-xs-12 {
    width: 100% !important;
  }
  .listing-1-container > .row > div:last-child > div {
    display: block !important;
    background-color: transparent !important;
  }
  .listing-1-container > .row > div:last-child > div .calendar {
    border-bottom: 1px #fff solid;
  }
  .listing-2 .listing-2-item.big > img {
    max-width: 270px;
    max-height: 163px;
  }
  .calendar .ui-datepicker-calendar td a {
    margin-left: 4px;
    margin-right: 4px;
  }
  .tw-ticker {
    /*
        .row {
            > div {
                padding:0;
            }
        } // . row
        */
  }
  .tw-ticker .content {
    background: #33698c;
    padding: 13px 35px;
  }
  .tw-ticker .content .heading,
  .tw-ticker .content p {
    color: #fff;
  }
  .tw-ticker .content p a {
    color: #fff;
  }
  .tw-ticker .content .icon {
    display: none;
  }
  .detail-1 > ul {
    display: block;
  }
  .detail-1 > ul > li {
    display: block;
    float: left;
  }
  .detail-1 > ul > li:first-child {
    text-align: left;
    margin-bottom: 10px;
  }
  #faculty-page-foans .calendar .ui-datepicker-calendar td a {
    margin-left: 2px;
    margin-right: 2px;
  }
  .big-tabs .tab-content {
    padding: 15px;
  }
  .detail-4 {
    padding: 0;
  }
  .detail-4 .items ol li.total-units:before {
    width: 100%;
    left: 0;
    right: 0;
  }
  .detail-4 .items ol li.empty {
    display: none;
  }
  .detail-4.type-3 .items ol {
    width: 100%;
  }
  .detail-4.type-3 .items ol li {
    margin-right: 0;
  }
  .listing-9.subpage-floater {
    max-width: 100%;
    margin-left: 0;
  }
  .listing-10 li:nth-child(1) h3 {
    padding-right: 0;
  }
  .listing-10 li:nth-child(1) h3 label {
    position: static;
    display: block;
    margin-top: 5px;
  }
  #news-page .news-listing-2-container > h3 {
    line-height: 75px;
    margin-top: 25px;
  }
  #news-page .news-listing-2 {
    padding: 15px 0 18px;
  }
  .listing-11 ul {
    padding-right: 0;
  }
  .slick-news-container {
    padding-left: 5px;
  }
  .detail-6 blockquote.highlighted {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail-8 > ul > li h2 {
    margin-top: 0;
  }
  .listing-4 ul.row > li > div {
    padding: 25px 20px 125px;
  }
  .listing-4 ul.row > li > div .arrow-outer:before {
    left: -15px;
  }
  .listing-4 ul.row > li > div ul.links {
    padding: 0 20px 25px;
    width: 100%;
  }
  #outreach .detail {
    padding: 15px;
  }
  #outreach .listing-8 {
    margin-top: 10px;
  }
  #ogc .listing-6 li label {
    font-size: 13px;
    height: 35px;
  }
  #libraries .listing-4 ul.row > li > div {
    margin-top: 10px;
  }
  .search-box .row > div:last-child {
    padding-left: 20px;
  }
  .search-box .tab-c .search-bar,
  .search-box .tab-d .search-bar,
  .search-box .tab-je .search-bar {
    width: 100%;
  }
  .cform fieldset input[type="text"],
  .cform fieldset textarea {
    padding: 10px;
  }
  .cform .multiple-file-upload > ul:first-of-type > li .button-add {
    display: none;
  }
  .cform .multiple-file-upload > ul:last-of-type > li:last-child {
    margin-top: 20px;
  }
  .cform .multiple-file-upload > ul:last-of-type > li .button-add {
    display: block;
  }
  .cform .multiple-file-upload > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .cform .multiple-file-upload .real-file-holder:before {
    padding: 0 10px;
  }
  #meet-librarian .calendar-2 {
    margin-top: 10px;
  }
  #libraries-search .search-box {
    background-color: transparent;
  }
  #libraries-search .search-box .search-bar > span {
    width: 65%;
    margin-right: 10px;
  }
  #libraries-search .search-box .selectric-wrapper {
    width: 100px;
  }
  #libraries-search .listing-14-container {
    margin-bottom: 0;
  }
  #libraries-search-content .listing-14-container article:last-child {
    margin-bottom: 5px;
  }
  #libraries-search-content.open .content-column {
    position: relative;
    overflow: hidden;
  }
  #libraries-search-content.open .content-column:before {
    content: "";
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
  #libraries-search-content.open .filter-column > button span:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #libraries-search-content .content-column .search-box {
    margin-bottom: 60px;
  }
  #libraries-search-content .filter-column {
    position: absolute;
    top: 115px;
    background-color: #fff;
    z-index: 2;
  }
  #libraries-search-content .filter-column .listing-9 {
    display: none;
  }
  #libraries-search-content .filter-column > button {
    display: block;
    border: none;
    background: none;
    color: #ee3524;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    margin: 20px 30px;
    padding: 0;
    outline: none;
  }
  #libraries-search-content .filter-column > button span {
    margin-right: 7px;
  }
  #libraries-search-content .filter-group {
    padding-right: 50px;
    display: none;
  }
  #web-search .content-column .search-box {
    margin-bottom: 0;
  }
  #web-search .search-box .search-bar {
    padding-right: 0;
  }
  #web-search .search-box .search-bar .selectric-holder {
    float: none;
    clear: both;
  }
  #web-search .search-box .search-bar > span {
    width: 70%;
  }
  #web-search .search-box .search-bar > span.advanced {
    width: 100%;
    margin-right: 0;
  }
  #web-search .search-box .people-advanced-search-form {
    width: 100%;
  }
  #web-search .search-box .people-advanced-search-form fieldset > div > span {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #event-submit .calendar {
    margin-top: 50px;
  }
  .padding-40 {
    padding-top: 0px;
  }
  .accordion .accordion-toggle {
    padding: 10px 25px 5px 10px;
  }
  .accordion .accordion-toggle:after {
    right: 10px;
    top: 10px;
  }
  .accordion .accordion-inner {
    padding: 5px 25px 10px 10px;
  }
  .accordion.members-accordion {
    margin: 0px 0 30px 0;
  }
  .accordion.members-accordion .accordion-group .accordion-heading {
    margin-right: 0px;
  }
  .accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle {
    padding: 20px 0px 10px 1px;
    width: 290px;
    font-size: 14px;
  }
  .accordion.members-accordion .accordion-body.in:before {
    margin-right: 0px;
  }
  .accordion.members-accordion .accordion-inner {
    padding: 5px 10px 10px;
  }
  .accordion.members-accordion .accordion-inner .heading,
  .accordion.members-accordion .accordion-inner .description {
    display: block;
  }
  .accordion.members-accordion .accordion-inner .heading {
    width: auto;
    padding-left: 15px;
  }
  .accordion.members-accordion .accordion-inner .heading .title {
    margin-top: 0;
  }
  .accordion.members-accordion .accordion-inner .description {
    margin-bottom: 20px;
    padding-left: 15px;
    max-width: 100%;
  }
  .members-accordion.members-accordion {
    margin: 0px 0 30px 0;
  }
  .members-accordion.members-accordion .accordion-group {
    margin-right: 0px;
  }
  .members-accordion.members-accordion .accordion-group .accordion-heading .accordion-toggle {
    padding: 20px 0px 10px 1px;
    width: 290px;
    font-size: 14px;
  }
  .members-accordion.members-accordion .accordion-body.in:before {
    margin-right: 0px;
  }
  .members-accordion.members-accordion .accordion-inner {
    padding: 5px 10px 10px;
  }
  .members-accordion.members-accordion .accordion-inner .heading,
  .members-accordion.members-accordion .accordion-inner .description {
    display: block;
    padding-top: 5px;
  }
  .members-accordion.members-accordion .accordion-inner .heading {
    width: auto;
    padding-left: 15px;
  }
  .members-accordion.members-accordion .accordion-inner .heading .title {
    margin-top: 0;
  }
  .members-accordion.members-accordion .accordion-inner .description {
    margin-bottom: 20px;
    padding-left: 15px;
    max-width: 100%;
  }
  .layout-notice {
    padding: 20px;
  }
  .layout-notice .title {
    font-size: 35px;
  }
  .layout-notice .error-title {
    font-size: 22px;
    margin: 15px 0 20px;
  }
  .alphabit-container {
    padding: 0 5px;
    margin: 20px 0px;
  }
  .subpage .sub-title.osb-theme:before {
    width: 100px;
  }
  .subpage .sub-title.osb-theme > span {
    padding-left: 115px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .listing-1-container > .row > div:last-child .col-100p.no-padding:first-child {
    background-color: #434444;
  }
  .listing-1-container > .row > div:last-child .col-100p.no-padding:last-child {
    background-color: #5d5d5d;
  }
  .calendar {
    border-bottom: none;
  }
  .calendar-details {
    top: 0;
    height: 100%;
  }
  .listing-3 .text,
  .listing-3 .list {
    padding: 25px;
  }
  .listing-4 ul.row > li > div {
    padding-bottom: 160px;
  }
  .news-listing-3 .pdf-button span {
    display: none;
  }
  .detail-6 img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
  .listing-2 .listing-2-item.big > img {
    float: left;
    margin-right: 10px;
  }
  .listing-2 .listing-2-item:not(.big) > img {
    width: 100%;
  }
  .news-listing-1 img {
    float: left;
    margin-right: 10px;
  }
  .news-listing-3.big > div {
    padding: 10px 25px 25px;
  }
  .listing-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .listing-7 li a {
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .listing-7 li a:before {
    left: 13px;
  }
  .listing-7 li a:after {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 10px;
  }
  .listing-7 li a label {
    position: static;
  }
  .listing-8 li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .listing-8 li a:before {
    left: 13px;
  }
  #events-page .search-container {
    margin-top: 10px;
  }
  #faculty-page-foans .calendar-tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .subpage .sub-title {
    font-size: 20px;
    height: 75px;
  }
  .subpage .sub-title > span span {
    font-size: 14px;
  }
  .search-box .tab-btn li a {
    padding: 5px;
  }
  .slick-events .slick-slide.yt > div {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col-100p {
    width: 100%;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li {
    /*
                                        //width:100%;
                                        a {
                                            font-size:14px !important;
                                        }
                                        */
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul {
    padding-left: 10px;
  }
  .mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul > li ul li:before {
    left: 0;
  }
  .nav-1 ul li:last-child a {
    padding: 8px 10px 8px 5px;
  }
  .nav-1 ul li:last-child a:first-child {
    padding-left: 0;
  }
  .nav-1 ul li:last-child a:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
  .news-listing-1 img {
    width: 100%;
    float: none;
  }
  .listing-2 .listing-2-item.big img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
  .listing-2 .content {
    clear: both;
  }
  .listing-2 .content > strong {
    display: none;
  }
  .listing-3 .text,
  .listing-3 .list {
    height: auto !important;
    min-height: auto !important;
  }
  .listing-3 .list ul li {
    display: inline-block;
  }
  .listing-3 .list ul li:nth-child(1) {
    width: 25%;
  }
  .listing-3 .list ul li:nth-child(2) {
    width: 49%;
    text-align: center;
  }
  .listing-3 .list ul li:nth-child(3) {
    width: 23%;
    text-align: right;
  }
  .listing-3 .list ul li a {
    white-space: nowrap;
  }
  .home-tab .calendar,
  .home-tab .calendar-tab,
  .home-tab .calendar-details > div {
    width: 310px;
    margin: 0 auto;
  }
  .home-tab .calendar {
    margin-top: 10px;
  }
  .home-tab .calendar .ui-datepicker-next,
  .home-tab .calendar .ui-datepicker-prev {
    top: 4px;
  }
  .home-tab .calendar .calendar-search {
    top: 9px;
  }
  .home-tab .calendar .calendar-download {
    display: none;
  }
  .home-tab .calendar-tab {
    margin-bottom: 20px;
  }
  .home-tab .calendar-details {
    padding: 0;
    border: none;
    background: none;
    height: 100%;
    bottom: 20px;
  }
  .home-tab .calendar-details > div {
    padding: 25px 5px 35px 20px;
    border: 1px #3e3c3b solid;
    background-color: #b1a89d;
  }
  .listing-2 .listing-2-item .content > span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .listing-3 .listing-3-item {
    width: 100%;
  }
  .listing-4 ul.row > li {
    width: 100%;
  }
  .listing-5 ul.row li {
    font-size: 12px;
    width: 100%;
  }
  #faculty-page-foans .calendar-tab-content,
  #faculty-page-foans .listing-9 {
    margin: 0 auto 10px;
  }
  .col-100p-480px {
    width: 100%;
  }
  .slick-01 {
    max-width: 290px;
    height: 290px;
  }
  .slick-01 ul {
    height: 290px;
  }
  .big-tabs .nav li a {
    font-size: 11px;
    letter-spacing: 0;
  }
  .detail-4 .items ol {
    padding-left: 25px;
    padding-right: 25px;
  }
  .listing-10 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-listing-3.image > div {
    padding-left: 25px;
  }
  .news-listing-3.image > div figure {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .news-listing-3.image > div figure img {
    width: 100%;
  }
  .detail-6 {
    padding: 20px 5px;
  }
  .detail-6 img {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  #events-page .bar {
    margin-left: -5px;
    margin-right: -5px;
  }
  #events-page .bar .datepicker-container,
  #events-page .bar .selectric-container,
  #events-page .bar .search-container {
    width: 100%;
    margin-top: 10px;
  }
  .subpage .sub-title {
    font-size: 18px;
    height: 70px;
    padding-left: 5px;
  }
  .subpage .sub-title:after {
    left: 5px;
  }
  .subpage .sub-title > span span {
    font-size: 12px;
  }
  #research .listing-4 ul.row > li > div ul.links.static {
    position: static;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .search-box .tab-btn li:nth-child(3):after {
    display: none;
  }
  .search-box .tab-btn li:nth-child(4) a {
    padding-left: 0;
  }
  .listing-14-container article ul li.table label {
    width: 100% !important;
    float: none;
    margin-bottom: 15px;
  }
  #libraries-search .search-box {
    padding-left: 5px;
    padding-right: 5px;
  }
  #libraries-search .search-box .search-bar {
    padding-right: 45px;
  }
  #libraries-search .search-box .search-bar > span {
    width: 150px;
  }
  #libraries-search .search-box .search-bar button {
    bottom: initial;
    top: -4px;
    width: 40px;
  }
  #libraries-search .search-box .selectric-wrapper {
    width: 90px;
  }
  #libraries-search .search-box .cb-group input + label {
    margin-right: 0;
  }
  .grid .dataTables_info {
    padding-bottom: 1rem;
  }
  .grid .dataTables_paginate {
    padding: 0 0.5rem 2rem;
    width: 100%;
  }
  .tab-buttons li a.s-tab {
    line-height: 15px;
    padding: 4px;
  }
}
@media screen and (max-width: 479px) {
  .padding-5-fix-left {
    padding-left: 5px;
  }
  .padding-5-fix-right {
    padding-right: 5px;
  }
  .padding-5-fix {
    padding-left: 5px;
    padding-right: 5px;
  }
  .padding-10-fix-left {
    padding-left: 10px;
  }
  .padding-10-fix-right {
    padding-right: 10px;
  }
  .padding-10-fix {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    max-width: 320px;
  }
  .nav-2 .nav-main > li > a {
    padding-left: 10px !important;
    white-space: nowrap;
  }
  .nav-2 .nav-main > li > a:before {
    left: 10px !important;
  }
  .mobile-menu .mobile-menu-item > ul {
    width: 45%;
  }
  .mobile-no-wrap {
    white-space: nowrap;
  }
  .breadcrumb-container .breadcrumb {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .news-listing-3.image > div,
  .news-listing-3.big > div {
    padding-left: 10px;
  }
  .news-listing-3 > div {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #events-page .listing-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #events-page .bar .datepicker {
    padding-left: 10px;
  }
  #events-page .selectric .label {
    padding-left: 10px;
  }
  #events-page .search-container span:first-child input {
    padding-left: 10px;
  }
  #faculty-page-doand .news-listing-1-container .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  #faculty-page-doand .news-listing-1 p {
    font-size: 12px;
  }
  .detail-1,
  .detail-3,
  .detail-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .detail-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #news-page .news-listing-2-container .listing-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .filter-group.date fieldset span {
    width: 100%;
    margin-bottom: 5px;
  }
  .slick-events .slick-slide.yt > div {
    padding-bottom: 42%;
  }
}
@media screen and (max-width: 320px) {
  mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul {
    padding: 10px 0;
  }
  mobile-menu .mobile-menu-item > ul > li.sub-menu > div div > ul li:before {
    margin-right: 5px !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */