/* Toolbar / Top Nav */
/**importing bootstrap inside of a wrapper class to avoid conflicts with admin and group site styles**/
/**vendor**/
@import "../select2/select2.css";
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#wpadminbar #wp-admin-bar-openlab-sign-in.menupop.hover ul li .ab-item.ab-empty-item {
  height: 12px;
}
#wpadminbar .logo-wrapper img {
  height: 32px;
  vertical-align: top;
}
#wpadminbar .my-openlab-logo {
  display: inline-block;
  height: 20px;
}
@media (max-width: 767px) {
  #wpadminbar .my-openlab-logo {
    display: block;
    height: 32px !important;
  }
}
#wpadminbar #wp-admin-bar-my-account > a.ab-item {
  padding-right: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-right: 16px;
}
#wpadminbar #wp-admin-bar-my-account > a.ab-item:before {
  content: '';
  margin: 0;
}
@media (max-width: 767px) {
  #wpadminbar #wp-admin-bar-my-account > a.ab-item {
    margin-right: 0;
  }
}
#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
  margin-left: 72px;
}
@media (max-width: 767px) {
  #wpadminbar #wp-admin-bar-user-actions.ab-submenu {
    margin-left: 0;
  }
}
#wpadminbar #wp-admin-bar-user-info > a {
  color: #f0f0f1;
}
#wpadminbar #wp-admin-bar-user-info .username {
  color: #f0f0f1;
  font-size: 14px;
}
#wpadminbar #wp-admin-bar-user-info .nicename {
  font-size: 11px;
}
@media (max-width: 767px) {
  #wpadminbar #wp-admin-bar-user-info .user-avatar {
    display: none;
  }
  #wpadminbar #wp-admin-bar-user-info .username {
    font-size: 18px;
  }
}
#wpadminbar #wp-admin-bar-my-openlab-link {
  margin-bottom: 8px;
}
#wpadminbar #wp-admin-bar-my-openlab-link > a {
  color: #f0f0f1;
}
#wp-toolbar a:focus-visible {
  outline-style: auto;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in {
  position: relative;
  color: #fff;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .ab-sub-wrapper {
  left: auto;
  right: 0;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .ab-sub-wrapper a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info {
  min-width: 300px;
  padding: 0 16px;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-tagline {
  font-size: 9px;
  line-height: 1.4em;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-signin {
  margin-top: 12px;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-signin,
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-signin > a {
  line-height: 1.4em;
  font-size: 12px;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-in-info-logo {
  flex: 50% 0 0;
}
#wp-toolbar > ul > li#wp-admin-bar-openlab-sign-in .openlab-sign-up-info-sign-up {
  margin-top: 20px;
}
.oplb-bs {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  /*
Custom Vars
*/
  /**header margins**/
  /**types, not included p tags**/
  /**custom border radius**/
  /**custom border**/
  /*
Bootstrap variable overrides
*/
  /**Mixins**/
  /**sitewide search**/
  /**footer - also a sitewide component**/
  /**go to the top button (mobile only)**/
}
.oplb-bs html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.oplb-bs body {
  margin: 0;
}
.oplb-bs article,
.oplb-bs aside,
.oplb-bs details,
.oplb-bs figcaption,
.oplb-bs figure,
.oplb-bs footer,
.oplb-bs header,
.oplb-bs hgroup,
.oplb-bs main,
.oplb-bs nav,
.oplb-bs section,
.oplb-bs summary {
  display: block;
}
.oplb-bs audio,
.oplb-bs canvas,
.oplb-bs progress,
.oplb-bs video {
  display: inline-block;
  vertical-align: baseline;
}
.oplb-bs audio:not([controls]) {
  display: none;
  height: 0;
}
.oplb-bs [hidden],
.oplb-bs template {
  display: none;
}
.oplb-bs a {
  background: transparent;
}
.oplb-bs a:active,
.oplb-bs a:hover {
  outline: 0;
}
.oplb-bs abbr[title] {
  border-bottom: 1px dotted;
}
.oplb-bs b,
.oplb-bs strong {
  font-weight: bold;
}
.oplb-bs dfn {
  font-style: italic;
}
.oplb-bs h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.oplb-bs mark {
  background: #ff0;
  color: #000;
}
.oplb-bs small {
  font-size: 80%;
}
.oplb-bs sub,
.oplb-bs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.oplb-bs sup {
  top: -0.5em;
}
.oplb-bs sub {
  bottom: -0.25em;
}
.oplb-bs img {
  border: 0;
}
.oplb-bs svg:not(:root) {
  overflow: hidden;
}
.oplb-bs figure {
  margin: 1em 40px;
}
.oplb-bs hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.oplb-bs pre {
  overflow: auto;
}
.oplb-bs code,
.oplb-bs kbd,
.oplb-bs pre,
.oplb-bs samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.oplb-bs button,
.oplb-bs input,
.oplb-bs optgroup,
.oplb-bs select,
.oplb-bs textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.oplb-bs button {
  overflow: visible;
}
.oplb-bs button,
.oplb-bs select {
  text-transform: none;
}
.oplb-bs button,
.oplb-bs html input[type="button"],
.oplb-bs input[type="reset"],
.oplb-bs input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.oplb-bs button[disabled],
.oplb-bs html input[disabled] {
  cursor: default;
}
.oplb-bs button::-moz-focus-inner,
.oplb-bs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.oplb-bs input {
  line-height: normal;
}
.oplb-bs input[type="checkbox"],
.oplb-bs input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.oplb-bs input[type="number"]::-webkit-inner-spin-button,
.oplb-bs input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.oplb-bs input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.oplb-bs input[type="search"]::-webkit-search-cancel-button,
.oplb-bs input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.oplb-bs fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.oplb-bs legend {
  border: 0;
  padding: 0;
}
.oplb-bs textarea {
  overflow: auto;
}
.oplb-bs optgroup {
  font-weight: bold;
}
.oplb-bs table {
  border-collapse: collapse;
  border-spacing: 0;
}
.oplb-bs td,
.oplb-bs th {
  padding: 0;
}
@media print {
  .oplb-bs * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .oplb-bs a,
  .oplb-bs a:visited {
    text-decoration: underline;
  }
  .oplb-bs a[href]:after {
    content: " (" attr(href) ")";
  }
  .oplb-bs abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .oplb-bs a[href^="javascript:"]:after,
  .oplb-bs a[href^="#"]:after {
    content: "";
  }
  .oplb-bs pre,
  .oplb-bs blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .oplb-bs thead {
    display: table-header-group;
  }
  .oplb-bs tr,
  .oplb-bs img {
    page-break-inside: avoid;
  }
  .oplb-bs img {
    max-width: 100% !important;
  }
  .oplb-bs p,
  .oplb-bs h2,
  .oplb-bs h3 {
    orphans: 3;
    widows: 3;
  }
  .oplb-bs h2,
  .oplb-bs h3 {
    page-break-after: avoid;
  }
  .oplb-bs select {
    background: #fff !important;
  }
  .oplb-bs .navbar {
    display: none;
  }
  .oplb-bs .table td,
  .oplb-bs .table th {
    background-color: #fff !important;
  }
  .oplb-bs .btn > .caret,
  .oplb-bs .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .oplb-bs .label {
    border: 1px solid #000;
  }
  .oplb-bs .table {
    border-collapse: collapse !important;
  }
  .oplb-bs .table-bordered th,
  .oplb-bs .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.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.oplb-bs .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;
}
.oplb-bs .glyphicon-asterisk:before {
  content: "\2a";
}
.oplb-bs .glyphicon-plus:before {
  content: "\2b";
}
.oplb-bs .glyphicon-euro:before {
  content: "\20ac";
}
.oplb-bs .glyphicon-minus:before {
  content: "\2212";
}
.oplb-bs .glyphicon-cloud:before {
  content: "\2601";
}
.oplb-bs .glyphicon-envelope:before {
  content: "\2709";
}
.oplb-bs .glyphicon-pencil:before {
  content: "\270f";
}
.oplb-bs .glyphicon-glass:before {
  content: "\e001";
}
.oplb-bs .glyphicon-music:before {
  content: "\e002";
}
.oplb-bs .glyphicon-search:before {
  content: "\e003";
}
.oplb-bs .glyphicon-heart:before {
  content: "\e005";
}
.oplb-bs .glyphicon-star:before {
  content: "\e006";
}
.oplb-bs .glyphicon-star-empty:before {
  content: "\e007";
}
.oplb-bs .glyphicon-user:before {
  content: "\e008";
}
.oplb-bs .glyphicon-film:before {
  content: "\e009";
}
.oplb-bs .glyphicon-th-large:before {
  content: "\e010";
}
.oplb-bs .glyphicon-th:before {
  content: "\e011";
}
.oplb-bs .glyphicon-th-list:before {
  content: "\e012";
}
.oplb-bs .glyphicon-ok:before {
  content: "\e013";
}
.oplb-bs .glyphicon-remove:before {
  content: "\e014";
}
.oplb-bs .glyphicon-zoom-in:before {
  content: "\e015";
}
.oplb-bs .glyphicon-zoom-out:before {
  content: "\e016";
}
.oplb-bs .glyphicon-off:before {
  content: "\e017";
}
.oplb-bs .glyphicon-signal:before {
  content: "\e018";
}
.oplb-bs .glyphicon-cog:before {
  content: "\e019";
}
.oplb-bs .glyphicon-trash:before {
  content: "\e020";
}
.oplb-bs .glyphicon-home:before {
  content: "\e021";
}
.oplb-bs .glyphicon-file:before {
  content: "\e022";
}
.oplb-bs .glyphicon-time:before {
  content: "\e023";
}
.oplb-bs .glyphicon-road:before {
  content: "\e024";
}
.oplb-bs .glyphicon-download-alt:before {
  content: "\e025";
}
.oplb-bs .glyphicon-download:before {
  content: "\e026";
}
.oplb-bs .glyphicon-upload:before {
  content: "\e027";
}
.oplb-bs .glyphicon-inbox:before {
  content: "\e028";
}
.oplb-bs .glyphicon-play-circle:before {
  content: "\e029";
}
.oplb-bs .glyphicon-repeat:before {
  content: "\e030";
}
.oplb-bs .glyphicon-refresh:before {
  content: "\e031";
}
.oplb-bs .glyphicon-list-alt:before {
  content: "\e032";
}
.oplb-bs .glyphicon-lock:before {
  content: "\e033";
}
.oplb-bs .glyphicon-flag:before {
  content: "\e034";
}
.oplb-bs .glyphicon-headphones:before {
  content: "\e035";
}
.oplb-bs .glyphicon-volume-off:before {
  content: "\e036";
}
.oplb-bs .glyphicon-volume-down:before {
  content: "\e037";
}
.oplb-bs .glyphicon-volume-up:before {
  content: "\e038";
}
.oplb-bs .glyphicon-qrcode:before {
  content: "\e039";
}
.oplb-bs .glyphicon-barcode:before {
  content: "\e040";
}
.oplb-bs .glyphicon-tag:before {
  content: "\e041";
}
.oplb-bs .glyphicon-tags:before {
  content: "\e042";
}
.oplb-bs .glyphicon-book:before {
  content: "\e043";
}
.oplb-bs .glyphicon-bookmark:before {
  content: "\e044";
}
.oplb-bs .glyphicon-print:before {
  content: "\e045";
}
.oplb-bs .glyphicon-camera:before {
  content: "\e046";
}
.oplb-bs .glyphicon-font:before {
  content: "\e047";
}
.oplb-bs .glyphicon-bold:before {
  content: "\e048";
}
.oplb-bs .glyphicon-italic:before {
  content: "\e049";
}
.oplb-bs .glyphicon-text-height:before {
  content: "\e050";
}
.oplb-bs .glyphicon-text-width:before {
  content: "\e051";
}
.oplb-bs .glyphicon-align-left:before {
  content: "\e052";
}
.oplb-bs .glyphicon-align-center:before {
  content: "\e053";
}
.oplb-bs .glyphicon-align-right:before {
  content: "\e054";
}
.oplb-bs .glyphicon-align-justify:before {
  content: "\e055";
}
.oplb-bs .glyphicon-list:before {
  content: "\e056";
}
.oplb-bs .glyphicon-indent-left:before {
  content: "\e057";
}
.oplb-bs .glyphicon-indent-right:before {
  content: "\e058";
}
.oplb-bs .glyphicon-facetime-video:before {
  content: "\e059";
}
.oplb-bs .glyphicon-picture:before {
  content: "\e060";
}
.oplb-bs .glyphicon-map-marker:before {
  content: "\e062";
}
.oplb-bs .glyphicon-adjust:before {
  content: "\e063";
}
.oplb-bs .glyphicon-tint:before {
  content: "\e064";
}
.oplb-bs .glyphicon-edit:before {
  content: "\e065";
}
.oplb-bs .glyphicon-share:before {
  content: "\e066";
}
.oplb-bs .glyphicon-check:before {
  content: "\e067";
}
.oplb-bs .glyphicon-move:before {
  content: "\e068";
}
.oplb-bs .glyphicon-step-backward:before {
  content: "\e069";
}
.oplb-bs .glyphicon-fast-backward:before {
  content: "\e070";
}
.oplb-bs .glyphicon-backward:before {
  content: "\e071";
}
.oplb-bs .glyphicon-play:before {
  content: "\e072";
}
.oplb-bs .glyphicon-pause:before {
  content: "\e073";
}
.oplb-bs .glyphicon-stop:before {
  content: "\e074";
}
.oplb-bs .glyphicon-forward:before {
  content: "\e075";
}
.oplb-bs .glyphicon-fast-forward:before {
  content: "\e076";
}
.oplb-bs .glyphicon-step-forward:before {
  content: "\e077";
}
.oplb-bs .glyphicon-eject:before {
  content: "\e078";
}
.oplb-bs .glyphicon-chevron-left:before {
  content: "\e079";
}
.oplb-bs .glyphicon-chevron-right:before {
  content: "\e080";
}
.oplb-bs .glyphicon-plus-sign:before {
  content: "\e081";
}
.oplb-bs .glyphicon-minus-sign:before {
  content: "\e082";
}
.oplb-bs .glyphicon-remove-sign:before {
  content: "\e083";
}
.oplb-bs .glyphicon-ok-sign:before {
  content: "\e084";
}
.oplb-bs .glyphicon-question-sign:before {
  content: "\e085";
}
.oplb-bs .glyphicon-info-sign:before {
  content: "\e086";
}
.oplb-bs .glyphicon-screenshot:before {
  content: "\e087";
}
.oplb-bs .glyphicon-remove-circle:before {
  content: "\e088";
}
.oplb-bs .glyphicon-ok-circle:before {
  content: "\e089";
}
.oplb-bs .glyphicon-ban-circle:before {
  content: "\e090";
}
.oplb-bs .glyphicon-arrow-left:before {
  content: "\e091";
}
.oplb-bs .glyphicon-arrow-right:before {
  content: "\e092";
}
.oplb-bs .glyphicon-arrow-up:before {
  content: "\e093";
}
.oplb-bs .glyphicon-arrow-down:before {
  content: "\e094";
}
.oplb-bs .glyphicon-share-alt:before {
  content: "\e095";
}
.oplb-bs .glyphicon-resize-full:before {
  content: "\e096";
}
.oplb-bs .glyphicon-resize-small:before {
  content: "\e097";
}
.oplb-bs .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.oplb-bs .glyphicon-gift:before {
  content: "\e102";
}
.oplb-bs .glyphicon-leaf:before {
  content: "\e103";
}
.oplb-bs .glyphicon-fire:before {
  content: "\e104";
}
.oplb-bs .glyphicon-eye-open:before {
  content: "\e105";
}
.oplb-bs .glyphicon-eye-close:before {
  content: "\e106";
}
.oplb-bs .glyphicon-warning-sign:before {
  content: "\e107";
}
.oplb-bs .glyphicon-plane:before {
  content: "\e108";
}
.oplb-bs .glyphicon-calendar:before {
  content: "\e109";
}
.oplb-bs .glyphicon-random:before {
  content: "\e110";
}
.oplb-bs .glyphicon-comment:before {
  content: "\e111";
}
.oplb-bs .glyphicon-magnet:before {
  content: "\e112";
}
.oplb-bs .glyphicon-chevron-up:before {
  content: "\e113";
}
.oplb-bs .glyphicon-chevron-down:before {
  content: "\e114";
}
.oplb-bs .glyphicon-retweet:before {
  content: "\e115";
}
.oplb-bs .glyphicon-shopping-cart:before {
  content: "\e116";
}
.oplb-bs .glyphicon-folder-close:before {
  content: "\e117";
}
.oplb-bs .glyphicon-folder-open:before {
  content: "\e118";
}
.oplb-bs .glyphicon-resize-vertical:before {
  content: "\e119";
}
.oplb-bs .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.oplb-bs .glyphicon-hdd:before {
  content: "\e121";
}
.oplb-bs .glyphicon-bullhorn:before {
  content: "\e122";
}
.oplb-bs .glyphicon-bell:before {
  content: "\e123";
}
.oplb-bs .glyphicon-certificate:before {
  content: "\e124";
}
.oplb-bs .glyphicon-thumbs-up:before {
  content: "\e125";
}
.oplb-bs .glyphicon-thumbs-down:before {
  content: "\e126";
}
.oplb-bs .glyphicon-hand-right:before {
  content: "\e127";
}
.oplb-bs .glyphicon-hand-left:before {
  content: "\e128";
}
.oplb-bs .glyphicon-hand-up:before {
  content: "\e129";
}
.oplb-bs .glyphicon-hand-down:before {
  content: "\e130";
}
.oplb-bs .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.oplb-bs .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.oplb-bs .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.oplb-bs .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.oplb-bs .glyphicon-globe:before {
  content: "\e135";
}
.oplb-bs .glyphicon-wrench:before {
  content: "\e136";
}
.oplb-bs .glyphicon-tasks:before {
  content: "\e137";
}
.oplb-bs .glyphicon-filter:before {
  content: "\e138";
}
.oplb-bs .glyphicon-briefcase:before {
  content: "\e139";
}
.oplb-bs .glyphicon-fullscreen:before {
  content: "\e140";
}
.oplb-bs .glyphicon-dashboard:before {
  content: "\e141";
}
.oplb-bs .glyphicon-paperclip:before {
  content: "\e142";
}
.oplb-bs .glyphicon-heart-empty:before {
  content: "\e143";
}
.oplb-bs .glyphicon-link:before {
  content: "\e144";
}
.oplb-bs .glyphicon-phone:before {
  content: "\e145";
}
.oplb-bs .glyphicon-pushpin:before {
  content: "\e146";
}
.oplb-bs .glyphicon-usd:before {
  content: "\e148";
}
.oplb-bs .glyphicon-gbp:before {
  content: "\e149";
}
.oplb-bs .glyphicon-sort:before {
  content: "\e150";
}
.oplb-bs .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.oplb-bs .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.oplb-bs .glyphicon-sort-by-order:before {
  content: "\e153";
}
.oplb-bs .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.oplb-bs .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.oplb-bs .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.oplb-bs .glyphicon-unchecked:before {
  content: "\e157";
}
.oplb-bs .glyphicon-expand:before {
  content: "\e158";
}
.oplb-bs .glyphicon-collapse-down:before {
  content: "\e159";
}
.oplb-bs .glyphicon-collapse-up:before {
  content: "\e160";
}
.oplb-bs .glyphicon-log-in:before {
  content: "\e161";
}
.oplb-bs .glyphicon-flash:before {
  content: "\e162";
}
.oplb-bs .glyphicon-log-out:before {
  content: "\e163";
}
.oplb-bs .glyphicon-new-window:before {
  content: "\e164";
}
.oplb-bs .glyphicon-record:before {
  content: "\e165";
}
.oplb-bs .glyphicon-save:before {
  content: "\e166";
}
.oplb-bs .glyphicon-open:before {
  content: "\e167";
}
.oplb-bs .glyphicon-saved:before {
  content: "\e168";
}
.oplb-bs .glyphicon-import:before {
  content: "\e169";
}
.oplb-bs .glyphicon-export:before {
  content: "\e170";
}
.oplb-bs .glyphicon-send:before {
  content: "\e171";
}
.oplb-bs .glyphicon-floppy-disk:before {
  content: "\e172";
}
.oplb-bs .glyphicon-floppy-saved:before {
  content: "\e173";
}
.oplb-bs .glyphicon-floppy-remove:before {
  content: "\e174";
}
.oplb-bs .glyphicon-floppy-save:before {
  content: "\e175";
}
.oplb-bs .glyphicon-floppy-open:before {
  content: "\e176";
}
.oplb-bs .glyphicon-credit-card:before {
  content: "\e177";
}
.oplb-bs .glyphicon-transfer:before {
  content: "\e178";
}
.oplb-bs .glyphicon-cutlery:before {
  content: "\e179";
}
.oplb-bs .glyphicon-header:before {
  content: "\e180";
}
.oplb-bs .glyphicon-compressed:before {
  content: "\e181";
}
.oplb-bs .glyphicon-earphone:before {
  content: "\e182";
}
.oplb-bs .glyphicon-phone-alt:before {
  content: "\e183";
}
.oplb-bs .glyphicon-tower:before {
  content: "\e184";
}
.oplb-bs .glyphicon-stats:before {
  content: "\e185";
}
.oplb-bs .glyphicon-sd-video:before {
  content: "\e186";
}
.oplb-bs .glyphicon-hd-video:before {
  content: "\e187";
}
.oplb-bs .glyphicon-subtitles:before {
  content: "\e188";
}
.oplb-bs .glyphicon-sound-stereo:before {
  content: "\e189";
}
.oplb-bs .glyphicon-sound-dolby:before {
  content: "\e190";
}
.oplb-bs .glyphicon-sound-5-1:before {
  content: "\e191";
}
.oplb-bs .glyphicon-sound-6-1:before {
  content: "\e192";
}
.oplb-bs .glyphicon-sound-7-1:before {
  content: "\e193";
}
.oplb-bs .glyphicon-copyright-mark:before {
  content: "\e194";
}
.oplb-bs .glyphicon-registration-mark:before {
  content: "\e195";
}
.oplb-bs .glyphicon-cloud-download:before {
  content: "\e197";
}
.oplb-bs .glyphicon-cloud-upload:before {
  content: "\e198";
}
.oplb-bs .glyphicon-tree-conifer:before {
  content: "\e199";
}
.oplb-bs .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.oplb-bs * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oplb-bs *:before,
.oplb-bs *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oplb-bs html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.oplb-bs body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.oplb-bs input,
.oplb-bs button,
.oplb-bs select,
.oplb-bs textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.oplb-bs a {
  color: #333333;
  text-decoration: none;
}
.oplb-bs a:hover,
.oplb-bs a:focus {
  color: #0d0d0d;
  text-decoration: underline;
}
.oplb-bs a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.oplb-bs figure {
  margin: 0;
}
.oplb-bs img {
  vertical-align: middle;
}
.oplb-bs .img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.oplb-bs .img-rounded {
  border-radius: 4px;
}
.oplb-bs .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.oplb-bs .img-circle {
  border-radius: 50%;
}
.oplb-bs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.oplb-bs .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.oplb-bs .sr-only-focusable:active,
.oplb-bs .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.oplb-bs h1,
.oplb-bs h2,
.oplb-bs h3,
.oplb-bs h4,
.oplb-bs h5,
.oplb-bs h6,
.oplb-bs .h1,
.oplb-bs .h2,
.oplb-bs .h3,
.oplb-bs .h4,
.oplb-bs .h5,
.oplb-bs .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.25;
  color: inherit;
}
.oplb-bs h1 small,
.oplb-bs h2 small,
.oplb-bs h3 small,
.oplb-bs h4 small,
.oplb-bs h5 small,
.oplb-bs h6 small,
.oplb-bs .h1 small,
.oplb-bs .h2 small,
.oplb-bs .h3 small,
.oplb-bs .h4 small,
.oplb-bs .h5 small,
.oplb-bs .h6 small,
.oplb-bs h1 .small,
.oplb-bs h2 .small,
.oplb-bs h3 .small,
.oplb-bs h4 .small,
.oplb-bs h5 .small,
.oplb-bs h6 .small,
.oplb-bs .h1 .small,
.oplb-bs .h2 .small,
.oplb-bs .h3 .small,
.oplb-bs .h4 .small,
.oplb-bs .h5 .small,
.oplb-bs .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.oplb-bs h1,
.oplb-bs .h1,
.oplb-bs h2,
.oplb-bs .h2,
.oplb-bs h3,
.oplb-bs .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.oplb-bs h1 small,
.oplb-bs .h1 small,
.oplb-bs h2 small,
.oplb-bs .h2 small,
.oplb-bs h3 small,
.oplb-bs .h3 small,
.oplb-bs h1 .small,
.oplb-bs .h1 .small,
.oplb-bs h2 .small,
.oplb-bs .h2 .small,
.oplb-bs h3 .small,
.oplb-bs .h3 .small {
  font-size: 65%;
}
.oplb-bs h4,
.oplb-bs .h4,
.oplb-bs h5,
.oplb-bs .h5,
.oplb-bs h6,
.oplb-bs .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.oplb-bs h4 small,
.oplb-bs .h4 small,
.oplb-bs h5 small,
.oplb-bs .h5 small,
.oplb-bs h6 small,
.oplb-bs .h6 small,
.oplb-bs h4 .small,
.oplb-bs .h4 .small,
.oplb-bs h5 .small,
.oplb-bs .h5 .small,
.oplb-bs h6 .small,
.oplb-bs .h6 .small {
  font-size: 75%;
}
.oplb-bs h1,
.oplb-bs .h1 {
  font-size: 18px;
}
.oplb-bs h2,
.oplb-bs .h2 {
  font-size: 18px;
}
.oplb-bs h3,
.oplb-bs .h3 {
  font-size: 24px;
}
.oplb-bs h4,
.oplb-bs .h4 {
  font-size: 18px;
}
.oplb-bs h5,
.oplb-bs .h5 {
  font-size: 16px;
}
.oplb-bs h6,
.oplb-bs .h6 {
  font-size: 12px;
}
.oplb-bs p {
  margin: 0 0 10px;
}
.oplb-bs .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .oplb-bs .lead {
    font-size: 21px;
  }
}
.oplb-bs small,
.oplb-bs .small {
  font-size: 85%;
}
.oplb-bs cite {
  font-style: normal;
}
.oplb-bs mark,
.oplb-bs .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.oplb-bs .text-left {
  text-align: left;
}
.oplb-bs .text-right {
  text-align: right;
}
.oplb-bs .text-center {
  text-align: center;
}
.oplb-bs .text-justify {
  text-align: justify;
}
.oplb-bs .text-nowrap {
  white-space: nowrap;
}
.oplb-bs .text-lowercase {
  text-transform: lowercase;
}
.oplb-bs .text-uppercase {
  text-transform: uppercase;
}
.oplb-bs .text-capitalize {
  text-transform: capitalize;
}
.oplb-bs .text-muted {
  color: #777777;
}
.oplb-bs .text-primary {
  color: #428bca;
}
a.oplb-bs .text-primary:hover {
  color: #3071a9;
}
.oplb-bs .text-success {
  color: #3c763d;
}
a.oplb-bs .text-success:hover {
  color: #2b542c;
}
.oplb-bs .text-info {
  color: #31708f;
}
a.oplb-bs .text-info:hover {
  color: #245269;
}
.oplb-bs .text-warning {
  color: #8a6d3b;
}
a.oplb-bs .text-warning:hover {
  color: #66512c;
}
.oplb-bs .text-danger {
  color: #e60000;
}
a.oplb-bs .text-danger:hover {
  color: #b30000;
}
.oplb-bs .bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.oplb-bs .bg-primary:hover {
  background-color: #3071a9;
}
.oplb-bs .bg-success {
  background-color: #dff0d8;
}
a.oplb-bs .bg-success:hover {
  background-color: #c1e2b3;
}
.oplb-bs .bg-info {
  background-color: #d9edf7;
}
a.oplb-bs .bg-info:hover {
  background-color: #afd9ee;
}
.oplb-bs .bg-warning {
  background-color: #fcf8e3;
}
a.oplb-bs .bg-warning:hover {
  background-color: #f7ecb5;
}
.oplb-bs .bg-danger {
  background-color: #f2dede;
}
a.oplb-bs .bg-danger:hover {
  background-color: #e4b9b9;
}
.oplb-bs .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.oplb-bs ul,
.oplb-bs ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.oplb-bs ul ul,
.oplb-bs ol ul,
.oplb-bs ul ol,
.oplb-bs ol ol {
  margin-bottom: 0;
}
.oplb-bs .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.oplb-bs .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.oplb-bs .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.oplb-bs dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.oplb-bs dt,
.oplb-bs dd {
  line-height: 1.42857143;
}
.oplb-bs dt {
  font-weight: bold;
}
.oplb-bs dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .oplb-bs .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .oplb-bs .dl-horizontal dd {
    margin-left: 180px;
  }
}
.oplb-bs abbr[title],
.oplb-bs abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.oplb-bs .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.oplb-bs blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #dddddd;
}
.oplb-bs blockquote p:last-child,
.oplb-bs blockquote ul:last-child,
.oplb-bs blockquote ol:last-child {
  margin-bottom: 0;
}
.oplb-bs blockquote footer,
.oplb-bs blockquote small,
.oplb-bs blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.oplb-bs blockquote footer:before,
.oplb-bs blockquote small:before,
.oplb-bs blockquote .small:before {
  content: '\2014 \00A0';
}
.oplb-bs .blockquote-reverse,
.oplb-bs blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
  text-align: right;
}
.oplb-bs .blockquote-reverse footer:before,
.oplb-bs blockquote.pull-right footer:before,
.oplb-bs .blockquote-reverse small:before,
.oplb-bs blockquote.pull-right small:before,
.oplb-bs .blockquote-reverse .small:before,
.oplb-bs blockquote.pull-right .small:before {
  content: '';
}
.oplb-bs .blockquote-reverse footer:after,
.oplb-bs blockquote.pull-right footer:after,
.oplb-bs .blockquote-reverse small:after,
.oplb-bs blockquote.pull-right small:after,
.oplb-bs .blockquote-reverse .small:after,
.oplb-bs blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.oplb-bs blockquote:before,
.oplb-bs blockquote:after {
  content: "";
}
.oplb-bs address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.oplb-bs code,
.oplb-bs kbd,
.oplb-bs pre,
.oplb-bs samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.oplb-bs code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.oplb-bs kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.oplb-bs kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
.oplb-bs 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 #ccc;
  border-radius: 4px;
}
.oplb-bs pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.oplb-bs .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.oplb-bs .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .oplb-bs .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .oplb-bs .container {
    width: 955px;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .container {
    width: 1155px;
  }
}
.oplb-bs .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.oplb-bs .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.oplb-bs .col-xs-1,
.oplb-bs .col-sm-1,
.oplb-bs .col-md-1,
.oplb-bs .col-lg-1,
.oplb-bs .col-xs-2,
.oplb-bs .col-sm-2,
.oplb-bs .col-md-2,
.oplb-bs .col-lg-2,
.oplb-bs .col-xs-3,
.oplb-bs .col-sm-3,
.oplb-bs .col-md-3,
.oplb-bs .col-lg-3,
.oplb-bs .col-xs-4,
.oplb-bs .col-sm-4,
.oplb-bs .col-md-4,
.oplb-bs .col-lg-4,
.oplb-bs .col-xs-5,
.oplb-bs .col-sm-5,
.oplb-bs .col-md-5,
.oplb-bs .col-lg-5,
.oplb-bs .col-xs-6,
.oplb-bs .col-sm-6,
.oplb-bs .col-md-6,
.oplb-bs .col-lg-6,
.oplb-bs .col-xs-7,
.oplb-bs .col-sm-7,
.oplb-bs .col-md-7,
.oplb-bs .col-lg-7,
.oplb-bs .col-xs-8,
.oplb-bs .col-sm-8,
.oplb-bs .col-md-8,
.oplb-bs .col-lg-8,
.oplb-bs .col-xs-9,
.oplb-bs .col-sm-9,
.oplb-bs .col-md-9,
.oplb-bs .col-lg-9,
.oplb-bs .col-xs-10,
.oplb-bs .col-sm-10,
.oplb-bs .col-md-10,
.oplb-bs .col-lg-10,
.oplb-bs .col-xs-11,
.oplb-bs .col-sm-11,
.oplb-bs .col-md-11,
.oplb-bs .col-lg-11,
.oplb-bs .col-xs-12,
.oplb-bs .col-sm-12,
.oplb-bs .col-md-12,
.oplb-bs .col-lg-12,
.oplb-bs .col-xs-13,
.oplb-bs .col-sm-13,
.oplb-bs .col-md-13,
.oplb-bs .col-lg-13,
.oplb-bs .col-xs-14,
.oplb-bs .col-sm-14,
.oplb-bs .col-md-14,
.oplb-bs .col-lg-14,
.oplb-bs .col-xs-15,
.oplb-bs .col-sm-15,
.oplb-bs .col-md-15,
.oplb-bs .col-lg-15,
.oplb-bs .col-xs-16,
.oplb-bs .col-sm-16,
.oplb-bs .col-md-16,
.oplb-bs .col-lg-16,
.oplb-bs .col-xs-17,
.oplb-bs .col-sm-17,
.oplb-bs .col-md-17,
.oplb-bs .col-lg-17,
.oplb-bs .col-xs-18,
.oplb-bs .col-sm-18,
.oplb-bs .col-md-18,
.oplb-bs .col-lg-18,
.oplb-bs .col-xs-19,
.oplb-bs .col-sm-19,
.oplb-bs .col-md-19,
.oplb-bs .col-lg-19,
.oplb-bs .col-xs-20,
.oplb-bs .col-sm-20,
.oplb-bs .col-md-20,
.oplb-bs .col-lg-20,
.oplb-bs .col-xs-21,
.oplb-bs .col-sm-21,
.oplb-bs .col-md-21,
.oplb-bs .col-lg-21,
.oplb-bs .col-xs-22,
.oplb-bs .col-sm-22,
.oplb-bs .col-md-22,
.oplb-bs .col-lg-22,
.oplb-bs .col-xs-23,
.oplb-bs .col-sm-23,
.oplb-bs .col-md-23,
.oplb-bs .col-lg-23,
.oplb-bs .col-xs-24,
.oplb-bs .col-sm-24,
.oplb-bs .col-md-24,
.oplb-bs .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.oplb-bs .col-xs-1,
.oplb-bs .col-xs-2,
.oplb-bs .col-xs-3,
.oplb-bs .col-xs-4,
.oplb-bs .col-xs-5,
.oplb-bs .col-xs-6,
.oplb-bs .col-xs-7,
.oplb-bs .col-xs-8,
.oplb-bs .col-xs-9,
.oplb-bs .col-xs-10,
.oplb-bs .col-xs-11,
.oplb-bs .col-xs-12,
.oplb-bs .col-xs-13,
.oplb-bs .col-xs-14,
.oplb-bs .col-xs-15,
.oplb-bs .col-xs-16,
.oplb-bs .col-xs-17,
.oplb-bs .col-xs-18,
.oplb-bs .col-xs-19,
.oplb-bs .col-xs-20,
.oplb-bs .col-xs-21,
.oplb-bs .col-xs-22,
.oplb-bs .col-xs-23,
.oplb-bs .col-xs-24 {
  float: left;
}
.oplb-bs .col-xs-24 {
  width: 100%;
}
.oplb-bs .col-xs-23 {
  width: 95.83333333%;
}
.oplb-bs .col-xs-22 {
  width: 91.66666667%;
}
.oplb-bs .col-xs-21 {
  width: 87.5%;
}
.oplb-bs .col-xs-20 {
  width: 83.33333333%;
}
.oplb-bs .col-xs-19 {
  width: 79.16666667%;
}
.oplb-bs .col-xs-18 {
  width: 75%;
}
.oplb-bs .col-xs-17 {
  width: 70.83333333%;
}
.oplb-bs .col-xs-16 {
  width: 66.66666667%;
}
.oplb-bs .col-xs-15 {
  width: 62.5%;
}
.oplb-bs .col-xs-14 {
  width: 58.33333333%;
}
.oplb-bs .col-xs-13 {
  width: 54.16666667%;
}
.oplb-bs .col-xs-12 {
  width: 50%;
}
.oplb-bs .col-xs-11 {
  width: 45.83333333%;
}
.oplb-bs .col-xs-10 {
  width: 41.66666667%;
}
.oplb-bs .col-xs-9 {
  width: 37.5%;
}
.oplb-bs .col-xs-8 {
  width: 33.33333333%;
}
.oplb-bs .col-xs-7 {
  width: 29.16666667%;
}
.oplb-bs .col-xs-6 {
  width: 25%;
}
.oplb-bs .col-xs-5 {
  width: 20.83333333%;
}
.oplb-bs .col-xs-4 {
  width: 16.66666667%;
}
.oplb-bs .col-xs-3 {
  width: 12.5%;
}
.oplb-bs .col-xs-2 {
  width: 8.33333333%;
}
.oplb-bs .col-xs-1 {
  width: 4.16666667%;
}
.oplb-bs .col-xs-pull-24 {
  right: 100%;
}
.oplb-bs .col-xs-pull-23 {
  right: 95.83333333%;
}
.oplb-bs .col-xs-pull-22 {
  right: 91.66666667%;
}
.oplb-bs .col-xs-pull-21 {
  right: 87.5%;
}
.oplb-bs .col-xs-pull-20 {
  right: 83.33333333%;
}
.oplb-bs .col-xs-pull-19 {
  right: 79.16666667%;
}
.oplb-bs .col-xs-pull-18 {
  right: 75%;
}
.oplb-bs .col-xs-pull-17 {
  right: 70.83333333%;
}
.oplb-bs .col-xs-pull-16 {
  right: 66.66666667%;
}
.oplb-bs .col-xs-pull-15 {
  right: 62.5%;
}
.oplb-bs .col-xs-pull-14 {
  right: 58.33333333%;
}
.oplb-bs .col-xs-pull-13 {
  right: 54.16666667%;
}
.oplb-bs .col-xs-pull-12 {
  right: 50%;
}
.oplb-bs .col-xs-pull-11 {
  right: 45.83333333%;
}
.oplb-bs .col-xs-pull-10 {
  right: 41.66666667%;
}
.oplb-bs .col-xs-pull-9 {
  right: 37.5%;
}
.oplb-bs .col-xs-pull-8 {
  right: 33.33333333%;
}
.oplb-bs .col-xs-pull-7 {
  right: 29.16666667%;
}
.oplb-bs .col-xs-pull-6 {
  right: 25%;
}
.oplb-bs .col-xs-pull-5 {
  right: 20.83333333%;
}
.oplb-bs .col-xs-pull-4 {
  right: 16.66666667%;
}
.oplb-bs .col-xs-pull-3 {
  right: 12.5%;
}
.oplb-bs .col-xs-pull-2 {
  right: 8.33333333%;
}
.oplb-bs .col-xs-pull-1 {
  right: 4.16666667%;
}
.oplb-bs .col-xs-pull-0 {
  right: auto;
}
.oplb-bs .col-xs-push-24 {
  left: 100%;
}
.oplb-bs .col-xs-push-23 {
  left: 95.83333333%;
}
.oplb-bs .col-xs-push-22 {
  left: 91.66666667%;
}
.oplb-bs .col-xs-push-21 {
  left: 87.5%;
}
.oplb-bs .col-xs-push-20 {
  left: 83.33333333%;
}
.oplb-bs .col-xs-push-19 {
  left: 79.16666667%;
}
.oplb-bs .col-xs-push-18 {
  left: 75%;
}
.oplb-bs .col-xs-push-17 {
  left: 70.83333333%;
}
.oplb-bs .col-xs-push-16 {
  left: 66.66666667%;
}
.oplb-bs .col-xs-push-15 {
  left: 62.5%;
}
.oplb-bs .col-xs-push-14 {
  left: 58.33333333%;
}
.oplb-bs .col-xs-push-13 {
  left: 54.16666667%;
}
.oplb-bs .col-xs-push-12 {
  left: 50%;
}
.oplb-bs .col-xs-push-11 {
  left: 45.83333333%;
}
.oplb-bs .col-xs-push-10 {
  left: 41.66666667%;
}
.oplb-bs .col-xs-push-9 {
  left: 37.5%;
}
.oplb-bs .col-xs-push-8 {
  left: 33.33333333%;
}
.oplb-bs .col-xs-push-7 {
  left: 29.16666667%;
}
.oplb-bs .col-xs-push-6 {
  left: 25%;
}
.oplb-bs .col-xs-push-5 {
  left: 20.83333333%;
}
.oplb-bs .col-xs-push-4 {
  left: 16.66666667%;
}
.oplb-bs .col-xs-push-3 {
  left: 12.5%;
}
.oplb-bs .col-xs-push-2 {
  left: 8.33333333%;
}
.oplb-bs .col-xs-push-1 {
  left: 4.16666667%;
}
.oplb-bs .col-xs-push-0 {
  left: auto;
}
.oplb-bs .col-xs-offset-24 {
  margin-left: 100%;
}
.oplb-bs .col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.oplb-bs .col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.oplb-bs .col-xs-offset-21 {
  margin-left: 87.5%;
}
.oplb-bs .col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.oplb-bs .col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.oplb-bs .col-xs-offset-18 {
  margin-left: 75%;
}
.oplb-bs .col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.oplb-bs .col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.oplb-bs .col-xs-offset-15 {
  margin-left: 62.5%;
}
.oplb-bs .col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.oplb-bs .col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.oplb-bs .col-xs-offset-12 {
  margin-left: 50%;
}
.oplb-bs .col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.oplb-bs .col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.oplb-bs .col-xs-offset-9 {
  margin-left: 37.5%;
}
.oplb-bs .col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.oplb-bs .col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.oplb-bs .col-xs-offset-6 {
  margin-left: 25%;
}
.oplb-bs .col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.oplb-bs .col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.oplb-bs .col-xs-offset-3 {
  margin-left: 12.5%;
}
.oplb-bs .col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.oplb-bs .col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.oplb-bs .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .oplb-bs .col-sm-1,
  .oplb-bs .col-sm-2,
  .oplb-bs .col-sm-3,
  .oplb-bs .col-sm-4,
  .oplb-bs .col-sm-5,
  .oplb-bs .col-sm-6,
  .oplb-bs .col-sm-7,
  .oplb-bs .col-sm-8,
  .oplb-bs .col-sm-9,
  .oplb-bs .col-sm-10,
  .oplb-bs .col-sm-11,
  .oplb-bs .col-sm-12,
  .oplb-bs .col-sm-13,
  .oplb-bs .col-sm-14,
  .oplb-bs .col-sm-15,
  .oplb-bs .col-sm-16,
  .oplb-bs .col-sm-17,
  .oplb-bs .col-sm-18,
  .oplb-bs .col-sm-19,
  .oplb-bs .col-sm-20,
  .oplb-bs .col-sm-21,
  .oplb-bs .col-sm-22,
  .oplb-bs .col-sm-23,
  .oplb-bs .col-sm-24 {
    float: left;
  }
  .oplb-bs .col-sm-24 {
    width: 100%;
  }
  .oplb-bs .col-sm-23 {
    width: 95.83333333%;
  }
  .oplb-bs .col-sm-22 {
    width: 91.66666667%;
  }
  .oplb-bs .col-sm-21 {
    width: 87.5%;
  }
  .oplb-bs .col-sm-20 {
    width: 83.33333333%;
  }
  .oplb-bs .col-sm-19 {
    width: 79.16666667%;
  }
  .oplb-bs .col-sm-18 {
    width: 75%;
  }
  .oplb-bs .col-sm-17 {
    width: 70.83333333%;
  }
  .oplb-bs .col-sm-16 {
    width: 66.66666667%;
  }
  .oplb-bs .col-sm-15 {
    width: 62.5%;
  }
  .oplb-bs .col-sm-14 {
    width: 58.33333333%;
  }
  .oplb-bs .col-sm-13 {
    width: 54.16666667%;
  }
  .oplb-bs .col-sm-12 {
    width: 50%;
  }
  .oplb-bs .col-sm-11 {
    width: 45.83333333%;
  }
  .oplb-bs .col-sm-10 {
    width: 41.66666667%;
  }
  .oplb-bs .col-sm-9 {
    width: 37.5%;
  }
  .oplb-bs .col-sm-8 {
    width: 33.33333333%;
  }
  .oplb-bs .col-sm-7 {
    width: 29.16666667%;
  }
  .oplb-bs .col-sm-6 {
    width: 25%;
  }
  .oplb-bs .col-sm-5 {
    width: 20.83333333%;
  }
  .oplb-bs .col-sm-4 {
    width: 16.66666667%;
  }
  .oplb-bs .col-sm-3 {
    width: 12.5%;
  }
  .oplb-bs .col-sm-2 {
    width: 8.33333333%;
  }
  .oplb-bs .col-sm-1 {
    width: 4.16666667%;
  }
  .oplb-bs .col-sm-pull-24 {
    right: 100%;
  }
  .oplb-bs .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .oplb-bs .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .oplb-bs .col-sm-pull-21 {
    right: 87.5%;
  }
  .oplb-bs .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .oplb-bs .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .oplb-bs .col-sm-pull-18 {
    right: 75%;
  }
  .oplb-bs .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .oplb-bs .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .oplb-bs .col-sm-pull-15 {
    right: 62.5%;
  }
  .oplb-bs .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .oplb-bs .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .oplb-bs .col-sm-pull-12 {
    right: 50%;
  }
  .oplb-bs .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .oplb-bs .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .oplb-bs .col-sm-pull-9 {
    right: 37.5%;
  }
  .oplb-bs .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .oplb-bs .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .oplb-bs .col-sm-pull-6 {
    right: 25%;
  }
  .oplb-bs .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .oplb-bs .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .oplb-bs .col-sm-pull-3 {
    right: 12.5%;
  }
  .oplb-bs .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .oplb-bs .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .oplb-bs .col-sm-pull-0 {
    right: auto;
  }
  .oplb-bs .col-sm-push-24 {
    left: 100%;
  }
  .oplb-bs .col-sm-push-23 {
    left: 95.83333333%;
  }
  .oplb-bs .col-sm-push-22 {
    left: 91.66666667%;
  }
  .oplb-bs .col-sm-push-21 {
    left: 87.5%;
  }
  .oplb-bs .col-sm-push-20 {
    left: 83.33333333%;
  }
  .oplb-bs .col-sm-push-19 {
    left: 79.16666667%;
  }
  .oplb-bs .col-sm-push-18 {
    left: 75%;
  }
  .oplb-bs .col-sm-push-17 {
    left: 70.83333333%;
  }
  .oplb-bs .col-sm-push-16 {
    left: 66.66666667%;
  }
  .oplb-bs .col-sm-push-15 {
    left: 62.5%;
  }
  .oplb-bs .col-sm-push-14 {
    left: 58.33333333%;
  }
  .oplb-bs .col-sm-push-13 {
    left: 54.16666667%;
  }
  .oplb-bs .col-sm-push-12 {
    left: 50%;
  }
  .oplb-bs .col-sm-push-11 {
    left: 45.83333333%;
  }
  .oplb-bs .col-sm-push-10 {
    left: 41.66666667%;
  }
  .oplb-bs .col-sm-push-9 {
    left: 37.5%;
  }
  .oplb-bs .col-sm-push-8 {
    left: 33.33333333%;
  }
  .oplb-bs .col-sm-push-7 {
    left: 29.16666667%;
  }
  .oplb-bs .col-sm-push-6 {
    left: 25%;
  }
  .oplb-bs .col-sm-push-5 {
    left: 20.83333333%;
  }
  .oplb-bs .col-sm-push-4 {
    left: 16.66666667%;
  }
  .oplb-bs .col-sm-push-3 {
    left: 12.5%;
  }
  .oplb-bs .col-sm-push-2 {
    left: 8.33333333%;
  }
  .oplb-bs .col-sm-push-1 {
    left: 4.16666667%;
  }
  .oplb-bs .col-sm-push-0 {
    left: auto;
  }
  .oplb-bs .col-sm-offset-24 {
    margin-left: 100%;
  }
  .oplb-bs .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .oplb-bs .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .oplb-bs .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .oplb-bs .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .oplb-bs .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .oplb-bs .col-sm-offset-18 {
    margin-left: 75%;
  }
  .oplb-bs .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .oplb-bs .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .oplb-bs .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .oplb-bs .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .oplb-bs .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .oplb-bs .col-sm-offset-12 {
    margin-left: 50%;
  }
  .oplb-bs .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .oplb-bs .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .oplb-bs .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .oplb-bs .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .oplb-bs .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .oplb-bs .col-sm-offset-6 {
    margin-left: 25%;
  }
  .oplb-bs .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .oplb-bs .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .oplb-bs .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .oplb-bs .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .oplb-bs .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .oplb-bs .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .oplb-bs .col-md-1,
  .oplb-bs .col-md-2,
  .oplb-bs .col-md-3,
  .oplb-bs .col-md-4,
  .oplb-bs .col-md-5,
  .oplb-bs .col-md-6,
  .oplb-bs .col-md-7,
  .oplb-bs .col-md-8,
  .oplb-bs .col-md-9,
  .oplb-bs .col-md-10,
  .oplb-bs .col-md-11,
  .oplb-bs .col-md-12,
  .oplb-bs .col-md-13,
  .oplb-bs .col-md-14,
  .oplb-bs .col-md-15,
  .oplb-bs .col-md-16,
  .oplb-bs .col-md-17,
  .oplb-bs .col-md-18,
  .oplb-bs .col-md-19,
  .oplb-bs .col-md-20,
  .oplb-bs .col-md-21,
  .oplb-bs .col-md-22,
  .oplb-bs .col-md-23,
  .oplb-bs .col-md-24 {
    float: left;
  }
  .oplb-bs .col-md-24 {
    width: 100%;
  }
  .oplb-bs .col-md-23 {
    width: 95.83333333%;
  }
  .oplb-bs .col-md-22 {
    width: 91.66666667%;
  }
  .oplb-bs .col-md-21 {
    width: 87.5%;
  }
  .oplb-bs .col-md-20 {
    width: 83.33333333%;
  }
  .oplb-bs .col-md-19 {
    width: 79.16666667%;
  }
  .oplb-bs .col-md-18 {
    width: 75%;
  }
  .oplb-bs .col-md-17 {
    width: 70.83333333%;
  }
  .oplb-bs .col-md-16 {
    width: 66.66666667%;
  }
  .oplb-bs .col-md-15 {
    width: 62.5%;
  }
  .oplb-bs .col-md-14 {
    width: 58.33333333%;
  }
  .oplb-bs .col-md-13 {
    width: 54.16666667%;
  }
  .oplb-bs .col-md-12 {
    width: 50%;
  }
  .oplb-bs .col-md-11 {
    width: 45.83333333%;
  }
  .oplb-bs .col-md-10 {
    width: 41.66666667%;
  }
  .oplb-bs .col-md-9 {
    width: 37.5%;
  }
  .oplb-bs .col-md-8 {
    width: 33.33333333%;
  }
  .oplb-bs .col-md-7 {
    width: 29.16666667%;
  }
  .oplb-bs .col-md-6 {
    width: 25%;
  }
  .oplb-bs .col-md-5 {
    width: 20.83333333%;
  }
  .oplb-bs .col-md-4 {
    width: 16.66666667%;
  }
  .oplb-bs .col-md-3 {
    width: 12.5%;
  }
  .oplb-bs .col-md-2 {
    width: 8.33333333%;
  }
  .oplb-bs .col-md-1 {
    width: 4.16666667%;
  }
  .oplb-bs .col-md-pull-24 {
    right: 100%;
  }
  .oplb-bs .col-md-pull-23 {
    right: 95.83333333%;
  }
  .oplb-bs .col-md-pull-22 {
    right: 91.66666667%;
  }
  .oplb-bs .col-md-pull-21 {
    right: 87.5%;
  }
  .oplb-bs .col-md-pull-20 {
    right: 83.33333333%;
  }
  .oplb-bs .col-md-pull-19 {
    right: 79.16666667%;
  }
  .oplb-bs .col-md-pull-18 {
    right: 75%;
  }
  .oplb-bs .col-md-pull-17 {
    right: 70.83333333%;
  }
  .oplb-bs .col-md-pull-16 {
    right: 66.66666667%;
  }
  .oplb-bs .col-md-pull-15 {
    right: 62.5%;
  }
  .oplb-bs .col-md-pull-14 {
    right: 58.33333333%;
  }
  .oplb-bs .col-md-pull-13 {
    right: 54.16666667%;
  }
  .oplb-bs .col-md-pull-12 {
    right: 50%;
  }
  .oplb-bs .col-md-pull-11 {
    right: 45.83333333%;
  }
  .oplb-bs .col-md-pull-10 {
    right: 41.66666667%;
  }
  .oplb-bs .col-md-pull-9 {
    right: 37.5%;
  }
  .oplb-bs .col-md-pull-8 {
    right: 33.33333333%;
  }
  .oplb-bs .col-md-pull-7 {
    right: 29.16666667%;
  }
  .oplb-bs .col-md-pull-6 {
    right: 25%;
  }
  .oplb-bs .col-md-pull-5 {
    right: 20.83333333%;
  }
  .oplb-bs .col-md-pull-4 {
    right: 16.66666667%;
  }
  .oplb-bs .col-md-pull-3 {
    right: 12.5%;
  }
  .oplb-bs .col-md-pull-2 {
    right: 8.33333333%;
  }
  .oplb-bs .col-md-pull-1 {
    right: 4.16666667%;
  }
  .oplb-bs .col-md-pull-0 {
    right: auto;
  }
  .oplb-bs .col-md-push-24 {
    left: 100%;
  }
  .oplb-bs .col-md-push-23 {
    left: 95.83333333%;
  }
  .oplb-bs .col-md-push-22 {
    left: 91.66666667%;
  }
  .oplb-bs .col-md-push-21 {
    left: 87.5%;
  }
  .oplb-bs .col-md-push-20 {
    left: 83.33333333%;
  }
  .oplb-bs .col-md-push-19 {
    left: 79.16666667%;
  }
  .oplb-bs .col-md-push-18 {
    left: 75%;
  }
  .oplb-bs .col-md-push-17 {
    left: 70.83333333%;
  }
  .oplb-bs .col-md-push-16 {
    left: 66.66666667%;
  }
  .oplb-bs .col-md-push-15 {
    left: 62.5%;
  }
  .oplb-bs .col-md-push-14 {
    left: 58.33333333%;
  }
  .oplb-bs .col-md-push-13 {
    left: 54.16666667%;
  }
  .oplb-bs .col-md-push-12 {
    left: 50%;
  }
  .oplb-bs .col-md-push-11 {
    left: 45.83333333%;
  }
  .oplb-bs .col-md-push-10 {
    left: 41.66666667%;
  }
  .oplb-bs .col-md-push-9 {
    left: 37.5%;
  }
  .oplb-bs .col-md-push-8 {
    left: 33.33333333%;
  }
  .oplb-bs .col-md-push-7 {
    left: 29.16666667%;
  }
  .oplb-bs .col-md-push-6 {
    left: 25%;
  }
  .oplb-bs .col-md-push-5 {
    left: 20.83333333%;
  }
  .oplb-bs .col-md-push-4 {
    left: 16.66666667%;
  }
  .oplb-bs .col-md-push-3 {
    left: 12.5%;
  }
  .oplb-bs .col-md-push-2 {
    left: 8.33333333%;
  }
  .oplb-bs .col-md-push-1 {
    left: 4.16666667%;
  }
  .oplb-bs .col-md-push-0 {
    left: auto;
  }
  .oplb-bs .col-md-offset-24 {
    margin-left: 100%;
  }
  .oplb-bs .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .oplb-bs .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .oplb-bs .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .oplb-bs .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .oplb-bs .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .oplb-bs .col-md-offset-18 {
    margin-left: 75%;
  }
  .oplb-bs .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .oplb-bs .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .oplb-bs .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .oplb-bs .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .oplb-bs .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .oplb-bs .col-md-offset-12 {
    margin-left: 50%;
  }
  .oplb-bs .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .oplb-bs .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .oplb-bs .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .oplb-bs .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .oplb-bs .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .oplb-bs .col-md-offset-6 {
    margin-left: 25%;
  }
  .oplb-bs .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .oplb-bs .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .oplb-bs .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .oplb-bs .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .oplb-bs .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .oplb-bs .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .col-lg-1,
  .oplb-bs .col-lg-2,
  .oplb-bs .col-lg-3,
  .oplb-bs .col-lg-4,
  .oplb-bs .col-lg-5,
  .oplb-bs .col-lg-6,
  .oplb-bs .col-lg-7,
  .oplb-bs .col-lg-8,
  .oplb-bs .col-lg-9,
  .oplb-bs .col-lg-10,
  .oplb-bs .col-lg-11,
  .oplb-bs .col-lg-12,
  .oplb-bs .col-lg-13,
  .oplb-bs .col-lg-14,
  .oplb-bs .col-lg-15,
  .oplb-bs .col-lg-16,
  .oplb-bs .col-lg-17,
  .oplb-bs .col-lg-18,
  .oplb-bs .col-lg-19,
  .oplb-bs .col-lg-20,
  .oplb-bs .col-lg-21,
  .oplb-bs .col-lg-22,
  .oplb-bs .col-lg-23,
  .oplb-bs .col-lg-24 {
    float: left;
  }
  .oplb-bs .col-lg-24 {
    width: 100%;
  }
  .oplb-bs .col-lg-23 {
    width: 95.83333333%;
  }
  .oplb-bs .col-lg-22 {
    width: 91.66666667%;
  }
  .oplb-bs .col-lg-21 {
    width: 87.5%;
  }
  .oplb-bs .col-lg-20 {
    width: 83.33333333%;
  }
  .oplb-bs .col-lg-19 {
    width: 79.16666667%;
  }
  .oplb-bs .col-lg-18 {
    width: 75%;
  }
  .oplb-bs .col-lg-17 {
    width: 70.83333333%;
  }
  .oplb-bs .col-lg-16 {
    width: 66.66666667%;
  }
  .oplb-bs .col-lg-15 {
    width: 62.5%;
  }
  .oplb-bs .col-lg-14 {
    width: 58.33333333%;
  }
  .oplb-bs .col-lg-13 {
    width: 54.16666667%;
  }
  .oplb-bs .col-lg-12 {
    width: 50%;
  }
  .oplb-bs .col-lg-11 {
    width: 45.83333333%;
  }
  .oplb-bs .col-lg-10 {
    width: 41.66666667%;
  }
  .oplb-bs .col-lg-9 {
    width: 37.5%;
  }
  .oplb-bs .col-lg-8 {
    width: 33.33333333%;
  }
  .oplb-bs .col-lg-7 {
    width: 29.16666667%;
  }
  .oplb-bs .col-lg-6 {
    width: 25%;
  }
  .oplb-bs .col-lg-5 {
    width: 20.83333333%;
  }
  .oplb-bs .col-lg-4 {
    width: 16.66666667%;
  }
  .oplb-bs .col-lg-3 {
    width: 12.5%;
  }
  .oplb-bs .col-lg-2 {
    width: 8.33333333%;
  }
  .oplb-bs .col-lg-1 {
    width: 4.16666667%;
  }
  .oplb-bs .col-lg-pull-24 {
    right: 100%;
  }
  .oplb-bs .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .oplb-bs .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .oplb-bs .col-lg-pull-21 {
    right: 87.5%;
  }
  .oplb-bs .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .oplb-bs .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .oplb-bs .col-lg-pull-18 {
    right: 75%;
  }
  .oplb-bs .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .oplb-bs .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .oplb-bs .col-lg-pull-15 {
    right: 62.5%;
  }
  .oplb-bs .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .oplb-bs .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .oplb-bs .col-lg-pull-12 {
    right: 50%;
  }
  .oplb-bs .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .oplb-bs .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .oplb-bs .col-lg-pull-9 {
    right: 37.5%;
  }
  .oplb-bs .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .oplb-bs .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .oplb-bs .col-lg-pull-6 {
    right: 25%;
  }
  .oplb-bs .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .oplb-bs .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .oplb-bs .col-lg-pull-3 {
    right: 12.5%;
  }
  .oplb-bs .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .oplb-bs .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .oplb-bs .col-lg-pull-0 {
    right: auto;
  }
  .oplb-bs .col-lg-push-24 {
    left: 100%;
  }
  .oplb-bs .col-lg-push-23 {
    left: 95.83333333%;
  }
  .oplb-bs .col-lg-push-22 {
    left: 91.66666667%;
  }
  .oplb-bs .col-lg-push-21 {
    left: 87.5%;
  }
  .oplb-bs .col-lg-push-20 {
    left: 83.33333333%;
  }
  .oplb-bs .col-lg-push-19 {
    left: 79.16666667%;
  }
  .oplb-bs .col-lg-push-18 {
    left: 75%;
  }
  .oplb-bs .col-lg-push-17 {
    left: 70.83333333%;
  }
  .oplb-bs .col-lg-push-16 {
    left: 66.66666667%;
  }
  .oplb-bs .col-lg-push-15 {
    left: 62.5%;
  }
  .oplb-bs .col-lg-push-14 {
    left: 58.33333333%;
  }
  .oplb-bs .col-lg-push-13 {
    left: 54.16666667%;
  }
  .oplb-bs .col-lg-push-12 {
    left: 50%;
  }
  .oplb-bs .col-lg-push-11 {
    left: 45.83333333%;
  }
  .oplb-bs .col-lg-push-10 {
    left: 41.66666667%;
  }
  .oplb-bs .col-lg-push-9 {
    left: 37.5%;
  }
  .oplb-bs .col-lg-push-8 {
    left: 33.33333333%;
  }
  .oplb-bs .col-lg-push-7 {
    left: 29.16666667%;
  }
  .oplb-bs .col-lg-push-6 {
    left: 25%;
  }
  .oplb-bs .col-lg-push-5 {
    left: 20.83333333%;
  }
  .oplb-bs .col-lg-push-4 {
    left: 16.66666667%;
  }
  .oplb-bs .col-lg-push-3 {
    left: 12.5%;
  }
  .oplb-bs .col-lg-push-2 {
    left: 8.33333333%;
  }
  .oplb-bs .col-lg-push-1 {
    left: 4.16666667%;
  }
  .oplb-bs .col-lg-push-0 {
    left: auto;
  }
  .oplb-bs .col-lg-offset-24 {
    margin-left: 100%;
  }
  .oplb-bs .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .oplb-bs .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .oplb-bs .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .oplb-bs .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .oplb-bs .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .oplb-bs .col-lg-offset-18 {
    margin-left: 75%;
  }
  .oplb-bs .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .oplb-bs .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .oplb-bs .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .oplb-bs .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .oplb-bs .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .oplb-bs .col-lg-offset-12 {
    margin-left: 50%;
  }
  .oplb-bs .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .oplb-bs .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .oplb-bs .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .oplb-bs .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .oplb-bs .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .oplb-bs .col-lg-offset-6 {
    margin-left: 25%;
  }
  .oplb-bs .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .oplb-bs .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .oplb-bs .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .oplb-bs .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .oplb-bs .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .oplb-bs .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.oplb-bs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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;
}
.oplb-bs .btn:focus,
.oplb-bs .btn:active:focus,
.oplb-bs .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.oplb-bs .btn:hover,
.oplb-bs .btn:focus {
  color: #333;
  text-decoration: none;
}
.oplb-bs .btn:active,
.oplb-bs .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);
}
.oplb-bs .btn.disabled,
.oplb-bs .btn[disabled],
fieldset[disabled] .oplb-bs .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oplb-bs .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.oplb-bs .btn-default:hover,
.oplb-bs .btn-default:focus,
.oplb-bs .btn-default:active,
.oplb-bs .btn-default.active,
.open > .dropdown-toggle.oplb-bs .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.oplb-bs .btn-default:active,
.oplb-bs .btn-default.active,
.open > .dropdown-toggle.oplb-bs .btn-default {
  background-image: none;
}
.oplb-bs .btn-default.disabled,
.oplb-bs .btn-default[disabled],
fieldset[disabled] .oplb-bs .btn-default,
.oplb-bs .btn-default.disabled:hover,
.oplb-bs .btn-default[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-default:hover,
.oplb-bs .btn-default.disabled:focus,
.oplb-bs .btn-default[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-default:focus,
.oplb-bs .btn-default.disabled:active,
.oplb-bs .btn-default[disabled]:active,
fieldset[disabled] .oplb-bs .btn-default:active,
.oplb-bs .btn-default.disabled.active,
.oplb-bs .btn-default[disabled].active,
fieldset[disabled] .oplb-bs .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.oplb-bs .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.oplb-bs .btn-default:hover,
.oplb-bs .btn-default:focus,
.oplb-bs .btn-default:active,
.oplb-bs .btn-default.active,
.open > .dropdown-toggle.oplb-bs .btn-default {
  color: #8ccae4;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.oplb-bs .btn-default:active,
.oplb-bs .btn-default.active,
.open > .dropdown-toggle.oplb-bs .btn-default {
  background-image: none;
}
.oplb-bs .btn-default.disabled,
.oplb-bs .btn-default[disabled],
fieldset[disabled] .oplb-bs .btn-default,
.oplb-bs .btn-default.disabled:hover,
.oplb-bs .btn-default[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-default:hover,
.oplb-bs .btn-default.disabled:focus,
.oplb-bs .btn-default[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-default:focus,
.oplb-bs .btn-default.disabled:active,
.oplb-bs .btn-default[disabled]:active,
fieldset[disabled] .oplb-bs .btn-default:active,
.oplb-bs .btn-default.disabled.active,
.oplb-bs .btn-default[disabled].active,
fieldset[disabled] .oplb-bs .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.oplb-bs .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.oplb-bs .btn-primary {
  color: #fff;
  background-color: #444444;
  border-color: #373737;
}
.oplb-bs .btn-primary:hover,
.oplb-bs .btn-primary:focus,
.oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.active,
.open > .dropdown-toggle.oplb-bs .btn-primary {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #191919;
}
.oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.active,
.open > .dropdown-toggle.oplb-bs .btn-primary {
  background-image: none;
}
.oplb-bs .btn-primary.disabled,
.oplb-bs .btn-primary[disabled],
fieldset[disabled] .oplb-bs .btn-primary,
.oplb-bs .btn-primary.disabled:hover,
.oplb-bs .btn-primary[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-primary:hover,
.oplb-bs .btn-primary.disabled:focus,
.oplb-bs .btn-primary[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-primary:focus,
.oplb-bs .btn-primary.disabled:active,
.oplb-bs .btn-primary[disabled]:active,
fieldset[disabled] .oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.disabled.active,
.oplb-bs .btn-primary[disabled].active,
fieldset[disabled] .oplb-bs .btn-primary.active {
  background-color: #444444;
  border-color: #373737;
}
.oplb-bs .btn-primary .badge {
  color: #444444;
  background-color: #fff;
}
.oplb-bs .btn-primary:hover,
.oplb-bs .btn-primary:focus,
.oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.active,
.open > .dropdown-toggle.oplb-bs .btn-primary {
  color: #8ccae4;
  background-color: #2b2b2b;
  border-color: #191919;
}
.oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.active,
.open > .dropdown-toggle.oplb-bs .btn-primary {
  background-image: none;
}
.oplb-bs .btn-primary.disabled,
.oplb-bs .btn-primary[disabled],
fieldset[disabled] .oplb-bs .btn-primary,
.oplb-bs .btn-primary.disabled:hover,
.oplb-bs .btn-primary[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-primary:hover,
.oplb-bs .btn-primary.disabled:focus,
.oplb-bs .btn-primary[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-primary:focus,
.oplb-bs .btn-primary.disabled:active,
.oplb-bs .btn-primary[disabled]:active,
fieldset[disabled] .oplb-bs .btn-primary:active,
.oplb-bs .btn-primary.disabled.active,
.oplb-bs .btn-primary[disabled].active,
fieldset[disabled] .oplb-bs .btn-primary.active {
  background-color: #444444;
  border-color: #373737;
}
.oplb-bs .btn-primary .badge {
  color: #444444;
  background-color: #fff;
}
.oplb-bs .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.oplb-bs .btn-success:hover,
.oplb-bs .btn-success:focus,
.oplb-bs .btn-success:active,
.oplb-bs .btn-success.active,
.open > .dropdown-toggle.oplb-bs .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.oplb-bs .btn-success:active,
.oplb-bs .btn-success.active,
.open > .dropdown-toggle.oplb-bs .btn-success {
  background-image: none;
}
.oplb-bs .btn-success.disabled,
.oplb-bs .btn-success[disabled],
fieldset[disabled] .oplb-bs .btn-success,
.oplb-bs .btn-success.disabled:hover,
.oplb-bs .btn-success[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-success:hover,
.oplb-bs .btn-success.disabled:focus,
.oplb-bs .btn-success[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-success:focus,
.oplb-bs .btn-success.disabled:active,
.oplb-bs .btn-success[disabled]:active,
fieldset[disabled] .oplb-bs .btn-success:active,
.oplb-bs .btn-success.disabled.active,
.oplb-bs .btn-success[disabled].active,
fieldset[disabled] .oplb-bs .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.oplb-bs .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.oplb-bs .btn-success:hover,
.oplb-bs .btn-success:focus,
.oplb-bs .btn-success:active,
.oplb-bs .btn-success.active,
.open > .dropdown-toggle.oplb-bs .btn-success {
  color: #8ccae4;
  background-color: #449d44;
  border-color: #398439;
}
.oplb-bs .btn-success:active,
.oplb-bs .btn-success.active,
.open > .dropdown-toggle.oplb-bs .btn-success {
  background-image: none;
}
.oplb-bs .btn-success.disabled,
.oplb-bs .btn-success[disabled],
fieldset[disabled] .oplb-bs .btn-success,
.oplb-bs .btn-success.disabled:hover,
.oplb-bs .btn-success[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-success:hover,
.oplb-bs .btn-success.disabled:focus,
.oplb-bs .btn-success[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-success:focus,
.oplb-bs .btn-success.disabled:active,
.oplb-bs .btn-success[disabled]:active,
fieldset[disabled] .oplb-bs .btn-success:active,
.oplb-bs .btn-success.disabled.active,
.oplb-bs .btn-success[disabled].active,
fieldset[disabled] .oplb-bs .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.oplb-bs .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.oplb-bs .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.oplb-bs .btn-info:hover,
.oplb-bs .btn-info:focus,
.oplb-bs .btn-info:active,
.oplb-bs .btn-info.active,
.open > .dropdown-toggle.oplb-bs .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.oplb-bs .btn-info:active,
.oplb-bs .btn-info.active,
.open > .dropdown-toggle.oplb-bs .btn-info {
  background-image: none;
}
.oplb-bs .btn-info.disabled,
.oplb-bs .btn-info[disabled],
fieldset[disabled] .oplb-bs .btn-info,
.oplb-bs .btn-info.disabled:hover,
.oplb-bs .btn-info[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-info:hover,
.oplb-bs .btn-info.disabled:focus,
.oplb-bs .btn-info[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-info:focus,
.oplb-bs .btn-info.disabled:active,
.oplb-bs .btn-info[disabled]:active,
fieldset[disabled] .oplb-bs .btn-info:active,
.oplb-bs .btn-info.disabled.active,
.oplb-bs .btn-info[disabled].active,
fieldset[disabled] .oplb-bs .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.oplb-bs .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.oplb-bs .btn-info:hover,
.oplb-bs .btn-info:focus,
.oplb-bs .btn-info:active,
.oplb-bs .btn-info.active,
.open > .dropdown-toggle.oplb-bs .btn-info {
  color: #8ccae4;
  background-color: #31b0d5;
  border-color: #269abc;
}
.oplb-bs .btn-info:active,
.oplb-bs .btn-info.active,
.open > .dropdown-toggle.oplb-bs .btn-info {
  background-image: none;
}
.oplb-bs .btn-info.disabled,
.oplb-bs .btn-info[disabled],
fieldset[disabled] .oplb-bs .btn-info,
.oplb-bs .btn-info.disabled:hover,
.oplb-bs .btn-info[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-info:hover,
.oplb-bs .btn-info.disabled:focus,
.oplb-bs .btn-info[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-info:focus,
.oplb-bs .btn-info.disabled:active,
.oplb-bs .btn-info[disabled]:active,
fieldset[disabled] .oplb-bs .btn-info:active,
.oplb-bs .btn-info.disabled.active,
.oplb-bs .btn-info[disabled].active,
fieldset[disabled] .oplb-bs .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.oplb-bs .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.oplb-bs .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.oplb-bs .btn-warning:hover,
.oplb-bs .btn-warning:focus,
.oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.active,
.open > .dropdown-toggle.oplb-bs .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.active,
.open > .dropdown-toggle.oplb-bs .btn-warning {
  background-image: none;
}
.oplb-bs .btn-warning.disabled,
.oplb-bs .btn-warning[disabled],
fieldset[disabled] .oplb-bs .btn-warning,
.oplb-bs .btn-warning.disabled:hover,
.oplb-bs .btn-warning[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-warning:hover,
.oplb-bs .btn-warning.disabled:focus,
.oplb-bs .btn-warning[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-warning:focus,
.oplb-bs .btn-warning.disabled:active,
.oplb-bs .btn-warning[disabled]:active,
fieldset[disabled] .oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.disabled.active,
.oplb-bs .btn-warning[disabled].active,
fieldset[disabled] .oplb-bs .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.oplb-bs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.oplb-bs .btn-warning:hover,
.oplb-bs .btn-warning:focus,
.oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.active,
.open > .dropdown-toggle.oplb-bs .btn-warning {
  color: #8ccae4;
  background-color: #ec971f;
  border-color: #d58512;
}
.oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.active,
.open > .dropdown-toggle.oplb-bs .btn-warning {
  background-image: none;
}
.oplb-bs .btn-warning.disabled,
.oplb-bs .btn-warning[disabled],
fieldset[disabled] .oplb-bs .btn-warning,
.oplb-bs .btn-warning.disabled:hover,
.oplb-bs .btn-warning[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-warning:hover,
.oplb-bs .btn-warning.disabled:focus,
.oplb-bs .btn-warning[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-warning:focus,
.oplb-bs .btn-warning.disabled:active,
.oplb-bs .btn-warning[disabled]:active,
fieldset[disabled] .oplb-bs .btn-warning:active,
.oplb-bs .btn-warning.disabled.active,
.oplb-bs .btn-warning[disabled].active,
fieldset[disabled] .oplb-bs .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.oplb-bs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.oplb-bs .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.oplb-bs .btn-danger:hover,
.oplb-bs .btn-danger:focus,
.oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.active,
.open > .dropdown-toggle.oplb-bs .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.active,
.open > .dropdown-toggle.oplb-bs .btn-danger {
  background-image: none;
}
.oplb-bs .btn-danger.disabled,
.oplb-bs .btn-danger[disabled],
fieldset[disabled] .oplb-bs .btn-danger,
.oplb-bs .btn-danger.disabled:hover,
.oplb-bs .btn-danger[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-danger:hover,
.oplb-bs .btn-danger.disabled:focus,
.oplb-bs .btn-danger[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-danger:focus,
.oplb-bs .btn-danger.disabled:active,
.oplb-bs .btn-danger[disabled]:active,
fieldset[disabled] .oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.disabled.active,
.oplb-bs .btn-danger[disabled].active,
fieldset[disabled] .oplb-bs .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.oplb-bs .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.oplb-bs .btn-danger:hover,
.oplb-bs .btn-danger:focus,
.oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.active,
.open > .dropdown-toggle.oplb-bs .btn-danger {
  color: #8ccae4;
  background-color: #c9302c;
  border-color: #ac2925;
}
.oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.active,
.open > .dropdown-toggle.oplb-bs .btn-danger {
  background-image: none;
}
.oplb-bs .btn-danger.disabled,
.oplb-bs .btn-danger[disabled],
fieldset[disabled] .oplb-bs .btn-danger,
.oplb-bs .btn-danger.disabled:hover,
.oplb-bs .btn-danger[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-danger:hover,
.oplb-bs .btn-danger.disabled:focus,
.oplb-bs .btn-danger[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-danger:focus,
.oplb-bs .btn-danger.disabled:active,
.oplb-bs .btn-danger[disabled]:active,
fieldset[disabled] .oplb-bs .btn-danger:active,
.oplb-bs .btn-danger.disabled.active,
.oplb-bs .btn-danger[disabled].active,
fieldset[disabled] .oplb-bs .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.oplb-bs .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.oplb-bs .btn-link {
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.oplb-bs .btn-link,
.oplb-bs .btn-link:active,
.oplb-bs .btn-link[disabled],
fieldset[disabled] .oplb-bs .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oplb-bs .btn-link,
.oplb-bs .btn-link:hover,
.oplb-bs .btn-link:focus,
.oplb-bs .btn-link:active {
  border-color: transparent;
}
.oplb-bs .btn-link:hover,
.oplb-bs .btn-link:focus {
  color: #0d0d0d;
  text-decoration: underline;
  background-color: transparent;
}
.oplb-bs .btn-link[disabled]:hover,
fieldset[disabled] .oplb-bs .btn-link:hover,
.oplb-bs .btn-link[disabled]:focus,
fieldset[disabled] .oplb-bs .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.oplb-bs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
}
.oplb-bs .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.oplb-bs .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.oplb-bs .btn-block {
  display: block;
  width: 100%;
}
.oplb-bs .btn-block + .btn-block {
  margin-top: 5px;
}
.oplb-bs input[type="submit"].btn-block,
.oplb-bs input[type="reset"].btn-block,
.oplb-bs input[type="button"].btn-block {
  width: 100%;
}
.oplb-bs .clearfix:before,
.oplb-bs .clearfix:after,
.oplb-bs .oplb-bs .dl-horizontal dd:before,
.oplb-bs .oplb-bs .dl-horizontal dd:after,
.oplb-bs .oplb-bs .container:before,
.oplb-bs .oplb-bs .container:after,
.oplb-bs .oplb-bs .container-fluid:before,
.oplb-bs .oplb-bs .container-fluid:after,
.oplb-bs .oplb-bs .row:before,
.oplb-bs .oplb-bs .row:after {
  content: " ";
  display: table;
}
.oplb-bs .clearfix:after,
.oplb-bs .oplb-bs .dl-horizontal dd:after,
.oplb-bs .oplb-bs .container:after,
.oplb-bs .oplb-bs .container-fluid:after,
.oplb-bs .oplb-bs .row:after {
  clear: both;
}
.oplb-bs .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.oplb-bs .pull-right {
  float: right !important;
}
.oplb-bs .pull-left {
  float: left !important;
}
.oplb-bs .hide {
  display: none !important;
}
.oplb-bs .show {
  display: block !important;
}
.oplb-bs .invisible {
  visibility: hidden;
}
.oplb-bs .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.oplb-bs .hidden {
  display: none !important;
  visibility: hidden !important;
}
.oplb-bs .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.oplb-bs .visible-xs,
.oplb-bs .visible-sm,
.oplb-bs .visible-md,
.oplb-bs .visible-lg {
  display: none !important;
}
.oplb-bs .visible-xs-block,
.oplb-bs .visible-xs-inline,
.oplb-bs .visible-xs-inline-block,
.oplb-bs .visible-sm-block,
.oplb-bs .visible-sm-inline,
.oplb-bs .visible-sm-inline-block,
.oplb-bs .visible-md-block,
.oplb-bs .visible-md-inline,
.oplb-bs .visible-md-inline-block,
.oplb-bs .visible-lg-block,
.oplb-bs .visible-lg-inline,
.oplb-bs .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .oplb-bs .visible-xs {
    display: block !important;
  }
  table.oplb-bs .visible-xs {
    display: table;
  }
  tr.oplb-bs .visible-xs {
    display: table-row !important;
  }
  th.oplb-bs .visible-xs,
  td.oplb-bs .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .oplb-bs .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .oplb-bs .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .oplb-bs .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oplb-bs .visible-sm {
    display: block !important;
  }
  table.oplb-bs .visible-sm {
    display: table;
  }
  tr.oplb-bs .visible-sm {
    display: table-row !important;
  }
  th.oplb-bs .visible-sm,
  td.oplb-bs .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oplb-bs .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oplb-bs .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oplb-bs .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oplb-bs .visible-md {
    display: block !important;
  }
  table.oplb-bs .visible-md {
    display: table;
  }
  tr.oplb-bs .visible-md {
    display: table-row !important;
  }
  th.oplb-bs .visible-md,
  td.oplb-bs .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oplb-bs .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oplb-bs .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oplb-bs .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .visible-lg {
    display: block !important;
  }
  table.oplb-bs .visible-lg {
    display: table;
  }
  tr.oplb-bs .visible-lg {
    display: table-row !important;
  }
  th.oplb-bs .visible-lg,
  td.oplb-bs .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .oplb-bs .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .oplb-bs .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .oplb-bs .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .oplb-bs .hidden-lg {
    display: none !important;
  }
}
.oplb-bs .visible-print {
  display: none !important;
}
@media print {
  .oplb-bs .visible-print {
    display: block !important;
  }
  table.oplb-bs .visible-print {
    display: table;
  }
  tr.oplb-bs .visible-print {
    display: table-row !important;
  }
  th.oplb-bs .visible-print,
  td.oplb-bs .visible-print {
    display: table-cell !important;
  }
}
.oplb-bs .visible-print-block {
  display: none !important;
}
@media print {
  .oplb-bs .visible-print-block {
    display: block !important;
  }
}
.oplb-bs .visible-print-inline {
  display: none !important;
}
@media print {
  .oplb-bs .visible-print-inline {
    display: inline !important;
  }
}
.oplb-bs .visible-print-inline-block {
  display: none !important;
}
@media print {
  .oplb-bs .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .oplb-bs .hidden-print {
    display: none !important;
  }
}
.oplb-bs a {
  text-decoration: underline;
}
.oplb-bs a:hover {
  text-decoration: none;
}
.oplb-bs .search {
  position: relative;
  z-index: 999999;
}
.oplb-bs .search.search-form {
  z-index: 999998;
}
.oplb-bs .search .search-form-wrapper {
  background: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  width: 336px;
  border: 1px solid #dddddd;
  border-radius: 4px 0 4px 4px;
}
.oplb-bs .search .search-form-wrapper .form-group {
  margin-left: 18px;
  padding: 5px 0;
  width: 100%;
}
.oplb-bs .search .search-form-wrapper #search-terms-desktop-header {
  width: 258px;
}
@media (max-width: 767px) {
  .oplb-bs .search .search-form-wrapper {
    position: relative;
    top: 0;
    width: 100%;
  }
  .oplb-bs .search .search-form-wrapper .form-group {
    margin-bottom: 0;
  }
  .oplb-bs .search .search-form-wrapper .form-group .form-control {
    display: inline-block;
    vertical-align: top;
  }
  .oplb-bs .search .search-form-wrapper .form-group .form-control.search-terms-mobile {
    width: calc(100% - 6% - 62px);
  }
}
.oplb-bs .search .search-trigger-wrapper {
  height: 59px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
  cursor: pointer;
  color: #444444;
}
.oplb-bs .search .search-trigger-wrapper:hover {
  color: #000;
}
.oplb-bs .search .search-trigger-wrapper .search-trigger {
  display: block;
  outline: none;
  padding: 0 0 0 4px;
}
.oplb-bs .search .search-trigger-wrapper .search-trigger:focus {
  outline: thin dotted;
}
.oplb-bs .search .search-trigger-wrapper span {
  line-height: 4.5;
}
.oplb-bs .search .search-trigger-wrapper.search-live {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  box-sizing: padding-box;
  height: 67px;
  z-index: 999999;
}
.oplb-bs .search .search-trigger-wrapper.search-live span {
  color: #000;
}
@media (max-width: 767px) {
  .oplb-bs .search .search-trigger-wrapper span {
    line-height: 4;
  }
  .oplb-bs .search .search-trigger-wrapper.search-live {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .oplb-bs .search.search-trigger {
    z-index: 1;
  }
}
.oplb-bs .search-mode-mobile .search-submit {
  height: 35px;
  padding: 0 3%;
  vertical-align: top;
}
.oplb-bs .see-all {
  font-size: 12px;
}
.oplb-bs .see-all a {
  text-decoration: underline;
}
.oplb-bs .see-all a:hover {
  text-decoration: none;
}
.oplb-bs#openlab-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.oplb-bs#openlab-footer.placeholder {
  position: relative;
  visibility: hidden;
}
.oplb-bs#openlab-footer .container-fluid {
  max-width: 1155px;
}
.oplb-bs#openlab-footer .semibold {
  font-weight: 600;
}
.oplb-bs#openlab-footer .bold {
  font-weight: 700;
}
.oplb-bs#openlab-footer .regular {
  font-weight: 400;
}
.oplb-bs#openlab-footer .deco {
  text-decoration: underline;
}
.oplb-bs#openlab-footer .cuny-logo {
  max-width: 74px !important;
}
.oplb-bs#openlab-footer .cboxol-footer-logo img {
  margin-left: -5px;
}
.oplb-bs#openlab-footer p,
.oplb-bs#openlab-footer a {
  font-size: 14px;
}
.oplb-bs#openlab-footer p,
.oplb-bs#openlab-footer a,
.oplb-bs#openlab-footer h2 {
  text-shadow: none !important;
}
.oplb-bs#openlab-footer .footer-wrapper {
  color: #333333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  background: #f0f0f0;
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .footer-wrapper {
    width: 95%;
  }
  .oplb-bs#openlab-footer .footer-wrapper .cboxol-footer-middle-para {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.oplb-bs#openlab-footer .row {
  display: table;
  padding-bottom: 40px;
}
.oplb-bs#openlab-footer .row h2 {
  color: #333;
  margin: 0 auto 22px;
  text-size: 20px;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row h2 {
    margin: 0 auto 8px 7.5px;
  }
}
.oplb-bs#openlab-footer .row [class*="col-"] {
  border-radius: 0;
}
.oplb-bs#openlab-footer .row .footer-section {
  float: none;
  display: table-cell;
  padding: 0 30px;
  border-right: 1px solid #aaa;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row .footer-section {
    border-right: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.oplb-bs#openlab-footer .row .footer-section:first-child {
  padding-left: 0;
}
.oplb-bs#openlab-footer .row .footer-section:last-child {
  border-right: none;
  padding-right: 0;
}
.oplb-bs#openlab-footer .row .footer-section .cboxol-footer-image {
  width: 100%;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row .footer-section .cboxol-footer-image {
    width: 76px;
  }
}
.oplb-bs#openlab-footer .row .footer-section.footer-right {
  margin-left: 7.5px;
}
.oplb-bs#openlab-footer .row h3 {
  font-size: 13px;
  text-decoration: underline;
}
.oplb-bs#openlab-footer .footer-widget {
  width: 45%;
  float: left;
  padding: 0 5% 30px 0;
}
.oplb-bs#openlab-footer .col-logos {
  display: inline-block;
}
.oplb-bs#openlab-footer .col-logos p {
  color: #444;
  float: right;
  width: 72%;
}
.oplb-bs#openlab-footer .col-logos a img {
  padding-top: 5px;
  margin-right: 15px;
}
.oplb-bs#openlab-footer .col-logos a.citytech-logo {
  width: 12%;
}
.oplb-bs#openlab-footer .col-logos a.cuny-logo {
  width: 14%;
}
.oplb-bs#openlab-footer .col-logos h2 span {
  vertical-align: middle;
}
.oplb-bs#openlab-footer .col-logos h2 span:first-child {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .col-logos {
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 18px;
    margin-bottom: 20px;
  }
  .oplb-bs#openlab-footer .col-logos h2 span {
    display: block;
    font-size: 18px;
  }
  .oplb-bs#openlab-footer .col-logos h2 span:last-child {
    font-size: 11px;
  }
  .oplb-bs#openlab-footer .col-logos a.citytech-logo {
    width: 9%;
    min-width: 63px;
  }
  .oplb-bs#openlab-footer .col-logos a.cuny-logo {
    min-width: 74px;
  }
  .oplb-bs#openlab-footer .col-logos p {
    font-size: 11px;
    margin-bottom: 8px;
    width: 100%;
  }
}
.oplb-bs#openlab-footer .col-links {
  color: #333333;
}
.oplb-bs#openlab-footer .col-links .first-header {
  margin-bottom: 19px;
}
.oplb-bs#openlab-footer .col-links .second-header {
  margin: 22px 0 18px;
}
.oplb-bs#openlab-footer .col-links .statement {
  margin-bottom: 3px;
}
.oplb-bs#openlab-footer .col-links a {
  color: #333333;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .col-links .horiz-divider {
    display: none;
  }
  .oplb-bs#openlab-footer .col-links a {
    display: block;
  }
}
.oplb-bs#openlab-footer .col-copyright {
  padding-right: 0;
}
.oplb-bs#openlab-footer .col-copyright ul {
  font-style: italic;
  padding-left: 0;
  list-style-type: none;
  font-size: 13px;
}
.oplb-bs#openlab-footer .col-copyright img {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .col-copyright {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.oplb-bs#openlab-footer .horiz-bar-wrapper {
  float: left;
  width: 2%;
}
.oplb-bs#openlab-footer .horiz-bar-wrapper .horiz-bar {
  background: none repeat scroll 0 0 #bbbbbb;
  margin-left: 35%;
  padding-top: 135px;
  width: 1px;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .horiz-bar-wrapper {
    display: none;
  }
}
.oplb-bs#openlab-footer .row-copyright {
  margin-bottom: 100px;
  margin-top: 17px;
}
.oplb-bs#openlab-footer .row-copyright p,
.oplb-bs#openlab-footer .row-copyright span,
.oplb-bs#openlab-footer .row-copyright a {
  color: #333333;
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row-copyright p,
  .oplb-bs#openlab-footer .row-copyright span,
  .oplb-bs#openlab-footer .row-copyright a {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row-copyright {
    margin-bottom: 0;
  }
  .oplb-bs#openlab-footer .row-copyright p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .oplb-bs#openlab-footer .row-footer,
  .oplb-bs#openlab-footer .row-copyright {
    margin: 0;
  }
}
.oplb-bs #go-to-top {
  background: rgba(209, 209, 209, 0.42);
  bottom: 5%;
  display: none;
  font-size: 13px;
  font-style: italic;
  padding: 6px 12px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10;
}
html {
  position: relative;
  height: auto;
}
/**for content placement on group sites and admin**/
body .page-table {
  display: table;
  width: 100%;
}
body .page-table .page-table-row {
  display: table-row;
  height: 0;
}
body .page-table .page-table-row.expanded {
  height: 100%;
}
body .screen-reader-shortcut:focus {
  top: 0;
}
/* Block editor */
#editor .editor-post-publish-panel,
#editor .edit-post-editor-regions {
  top: 110px;
}
.interface-interface-skeleton,
.block-editor-editor-skeleton {
  top: 112px;
}
.block-editor-block-toolbar {
  overflow: hidden;
}
@media (min-width: 782px) {
  #editor .editor-post-publish-panel,
  #editor .edit-post-editor-regions {
    top: 74px;
  }
  .edit-post-sidebar {
    top: 128px;
  }
  .block-editor__container {
    min-height: calc(100vh - 79px);
  }
  .interface-interface-skeleton,
  .block-editor-editor-skeleton {
    top: 72px;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .edit-post-header {
    top: 110px;
  }
}
