table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, table.dataentrytable, table.datadisplaytable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, table.dataentrytable > thead > tr > th, table.datadisplaytable > thead > tr > th,
  .table > thead > tr > td,
  table.dataentrytable > thead > tr > td,
  table.datadisplaytable > thead > tr > td,
  .table > tbody > tr > th,
  table.dataentrytable > tbody > tr > th,
  table.datadisplaytable > tbody > tr > th,
  .table > tbody > tr > td,
  table.dataentrytable > tbody > tr > td,
  table.datadisplaytable > tbody > tr > td,
  .table > tfoot > tr > th,
  table.dataentrytable > tfoot > tr > th,
  table.datadisplaytable > tfoot > tr > th,
  .table > tfoot > tr > td,
  table.dataentrytable > tfoot > tr > td,
  table.datadisplaytable > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, table.dataentrytable > thead > tr > th, table.datadisplaytable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, table.dataentrytable > caption + thead > tr:first-child > th, table.datadisplaytable > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  table.dataentrytable > caption + thead > tr:first-child > td,
  table.datadisplaytable > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  table.dataentrytable > colgroup + thead > tr:first-child > th,
  table.datadisplaytable > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  table.dataentrytable > colgroup + thead > tr:first-child > td,
  table.datadisplaytable > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  table.dataentrytable > thead:first-child > tr:first-child > th,
  table.datadisplaytable > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  table.dataentrytable > thead:first-child > tr:first-child > td,
  table.datadisplaytable > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, table.dataentrytable > tbody + tbody, table.datadisplaytable > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, table.dataentrytable .table, table.datadisplaytable .table, .table table.dataentrytable, table.dataentrytable table.dataentrytable, table.datadisplaytable table.dataentrytable, .table table.datadisplaytable, table.dataentrytable table.datadisplaytable, table.datadisplaytable table.datadisplaytable {
    background-color: #fff; }

.table-condensed > thead > tr > th, table.datadisplaytable > thead > tr > th,
.table-condensed > thead > tr > td,
table.datadisplaytable > thead > tr > td,
.table-condensed > tbody > tr > th,
table.datadisplaytable > tbody > tr > th,
.table-condensed > tbody > tr > td,
table.datadisplaytable > tbody > tr > td,
.table-condensed > tfoot > tr > th,
table.datadisplaytable > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
table.datadisplaytable > tfoot > tr > td {
  padding: 5px; }

.table-bordered, table.datadisplaytable {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, table.datadisplaytable > thead > tr > th,
  .table-bordered > thead > tr > td,
  table.datadisplaytable > thead > tr > td,
  .table-bordered > tbody > tr > th,
  table.datadisplaytable > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  table.datadisplaytable > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  table.datadisplaytable > tfoot > tr > th,
  .table-bordered > tfoot > tr > td,
  table.datadisplaytable > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, table.datadisplaytable > thead > tr > th,
  .table-bordered > thead > tr > td,
  table.datadisplaytable > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd), table.dataentrytable > tbody > tr:nth-of-type(odd), table.datadisplaytable > 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.dataentrytable > thead > tr > td.active, table.datadisplaytable > thead > tr > td.active,
.table > thead > tr > th.active,
table.dataentrytable > thead > tr > th.active,
table.datadisplaytable > thead > tr > th.active, .table > thead > tr.active > td, table.dataentrytable > thead > tr.active > td, table.datadisplaytable > thead > tr.active > td, .table > thead > tr.active > th, table.dataentrytable > thead > tr.active > th, table.datadisplaytable > thead > tr.active > th,
.table > tbody > tr > td.active,
table.dataentrytable > tbody > tr > td.active,
table.datadisplaytable > tbody > tr > td.active,
.table > tbody > tr > th.active,
table.dataentrytable > tbody > tr > th.active,
table.datadisplaytable > tbody > tr > th.active,
.table > tbody > tr.active > td,
table.dataentrytable > tbody > tr.active > td,
table.datadisplaytable > tbody > tr.active > td,
.table > tbody > tr.active > th,
table.dataentrytable > tbody > tr.active > th,
table.datadisplaytable > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table.dataentrytable > tfoot > tr > td.active,
table.datadisplaytable > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table.dataentrytable > tfoot > tr > th.active,
table.datadisplaytable > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table.dataentrytable > tfoot > tr.active > td,
table.datadisplaytable > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table.dataentrytable > tfoot > tr.active > th,
table.datadisplaytable > 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.dataentrytable > thead > tr > td.success, table.datadisplaytable > thead > tr > td.success,
.table > thead > tr > th.success,
table.dataentrytable > thead > tr > th.success,
table.datadisplaytable > thead > tr > th.success, .table > thead > tr.success > td, table.dataentrytable > thead > tr.success > td, table.datadisplaytable > thead > tr.success > td, .table > thead > tr.success > th, table.dataentrytable > thead > tr.success > th, table.datadisplaytable > thead > tr.success > th,
.table > tbody > tr > td.success,
table.dataentrytable > tbody > tr > td.success,
table.datadisplaytable > tbody > tr > td.success,
.table > tbody > tr > th.success,
table.dataentrytable > tbody > tr > th.success,
table.datadisplaytable > tbody > tr > th.success,
.table > tbody > tr.success > td,
table.dataentrytable > tbody > tr.success > td,
table.datadisplaytable > tbody > tr.success > td,
.table > tbody > tr.success > th,
table.dataentrytable > tbody > tr.success > th,
table.datadisplaytable > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table.dataentrytable > tfoot > tr > td.success,
table.datadisplaytable > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table.dataentrytable > tfoot > tr > th.success,
table.datadisplaytable > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table.dataentrytable > tfoot > tr.success > td,
table.datadisplaytable > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table.dataentrytable > tfoot > tr.success > th,
table.datadisplaytable > 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.dataentrytable > thead > tr > td.info, table.datadisplaytable > thead > tr > td.info,
.table > thead > tr > th.info,
table.dataentrytable > thead > tr > th.info,
table.datadisplaytable > thead > tr > th.info, .table > thead > tr.info > td, table.dataentrytable > thead > tr.info > td, table.datadisplaytable > thead > tr.info > td, .table > thead > tr.info > th, table.dataentrytable > thead > tr.info > th, table.datadisplaytable > thead > tr.info > th,
.table > tbody > tr > td.info,
table.dataentrytable > tbody > tr > td.info,
table.datadisplaytable > tbody > tr > td.info,
.table > tbody > tr > th.info,
table.dataentrytable > tbody > tr > th.info,
table.datadisplaytable > tbody > tr > th.info,
.table > tbody > tr.info > td,
table.dataentrytable > tbody > tr.info > td,
table.datadisplaytable > tbody > tr.info > td,
.table > tbody > tr.info > th,
table.dataentrytable > tbody > tr.info > th,
table.datadisplaytable > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table.dataentrytable > tfoot > tr > td.info,
table.datadisplaytable > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table.dataentrytable > tfoot > tr > th.info,
table.datadisplaytable > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table.dataentrytable > tfoot > tr.info > td,
table.datadisplaytable > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table.dataentrytable > tfoot > tr.info > th,
table.datadisplaytable > 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.dataentrytable > thead > tr > td.warning, table.datadisplaytable > thead > tr > td.warning,
.table > thead > tr > th.warning,
table.dataentrytable > thead > tr > th.warning,
table.datadisplaytable > thead > tr > th.warning, .table > thead > tr.warning > td, table.dataentrytable > thead > tr.warning > td, table.datadisplaytable > thead > tr.warning > td, .table > thead > tr.warning > th, table.dataentrytable > thead > tr.warning > th, table.datadisplaytable > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table.dataentrytable > tbody > tr > td.warning,
table.datadisplaytable > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table.dataentrytable > tbody > tr > th.warning,
table.datadisplaytable > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table.dataentrytable > tbody > tr.warning > td,
table.datadisplaytable > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table.dataentrytable > tbody > tr.warning > th,
table.datadisplaytable > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table.dataentrytable > tfoot > tr > td.warning,
table.datadisplaytable > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table.dataentrytable > tfoot > tr > th.warning,
table.datadisplaytable > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table.dataentrytable > tfoot > tr.warning > td,
table.datadisplaytable > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table.dataentrytable > tfoot > tr.warning > th,
table.datadisplaytable > 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.dataentrytable > thead > tr > td.danger, table.datadisplaytable > thead > tr > td.danger,
.table > thead > tr > th.danger,
table.dataentrytable > thead > tr > th.danger,
table.datadisplaytable > thead > tr > th.danger, .table > thead > tr.danger > td, table.dataentrytable > thead > tr.danger > td, table.datadisplaytable > thead > tr.danger > td, .table > thead > tr.danger > th, table.dataentrytable > thead > tr.danger > th, table.datadisplaytable > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table.dataentrytable > tbody > tr > td.danger,
table.datadisplaytable > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table.dataentrytable > tbody > tr > th.danger,
table.datadisplaytable > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table.dataentrytable > tbody > tr.danger > td,
table.datadisplaytable > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table.dataentrytable > tbody > tr.danger > th,
table.datadisplaytable > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table.dataentrytable > tfoot > tr > td.danger,
table.datadisplaytable > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table.dataentrytable > tfoot > tr > th.danger,
table.datadisplaytable > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table.dataentrytable > tfoot > tr.danger > td,
table.datadisplaytable > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table.dataentrytable > tfoot > tr.danger > th,
table.datadisplaytable > 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 #ddd; }
      .table-responsive > .table, .table-responsive > table.dataentrytable, .table-responsive > table.datadisplaytable {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > table.dataentrytable > thead > tr > th, .table-responsive > table.datadisplaytable > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > table.dataentrytable > thead > tr > td,
        .table-responsive > table.datadisplaytable > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > table.dataentrytable > tbody > tr > th,
        .table-responsive > table.datadisplaytable > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > table.dataentrytable > tbody > tr > td,
        .table-responsive > table.datadisplaytable > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > table.dataentrytable > tfoot > tr > th,
        .table-responsive > table.datadisplaytable > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > table.dataentrytable > tfoot > tr > td,
        .table-responsive > table.datadisplaytable > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered, .table-responsive > table.datadisplaytable {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > table.datadisplaytable > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > table.datadisplaytable > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > table.datadisplaytable > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > table.datadisplaytable > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > table.datadisplaytable > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child,
        .table-responsive > table.datadisplaytable > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > table.datadisplaytable > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > table.datadisplaytable > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > table.datadisplaytable > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > table.datadisplaytable > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > table.datadisplaytable > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child,
        .table-responsive > table.datadisplaytable > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > table.datadisplaytable > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > table.datadisplaytable > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > table.datadisplaytable > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        .table-responsive > table.datadisplaytable > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.badge, span.blue, .sc-spot-content ul li a span, span.green, span.crimson, span.orange, span.indigo, span.cyan {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty, span.blue:empty, .sc-spot-content ul li a span:empty, span.green:empty, span.crimson:empty, span.orange:empty, span.indigo:empty, span.cyan:empty {
    display: none; }
  .btn .badge, .menubutton .badge, input[type=submit] .badge, th input[type="submit"] .badge, .btn span.blue, .menubutton span.blue, input[type=submit] span.blue, th input[type="submit"] span.blue, .btn .sc-spot-content ul li a span, .sc-spot-content ul li a .btn span, .menubutton .sc-spot-content ul li a span, .sc-spot-content ul li a .menubutton span, input[type=submit] .sc-spot-content ul li a span, .sc-spot-content ul li a input[type=submit] span, th input[type="submit"] .sc-spot-content ul li a span, .sc-spot-content ul li a th input[type="submit"] span, .btn span.green, .menubutton span.green, input[type=submit] span.green, th input[type="submit"] span.green, .btn span.crimson, .menubutton span.crimson, input[type=submit] span.crimson, th input[type="submit"] span.crimson, .btn span.orange, .menubutton span.orange, input[type=submit] span.orange, th input[type="submit"] span.orange, .btn span.indigo, .menubutton span.indigo, input[type=submit] span.indigo, th input[type="submit"] span.indigo, .btn span.cyan, .menubutton span.cyan, input[type=submit] span.cyan, th input[type="submit"] span.cyan {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-xs span.blue, .btn-xs .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-xs span, .btn-xs span.green, .btn-xs span.crimson, .btn-xs span.orange, .btn-xs span.indigo, .btn-xs span.cyan, .btn-group-xs > .btn .badge, .btn-group-xs > .menubutton .badge, .btn-group-xs > input[type=submit] .badge, th .btn-group-xs > input[type="submit"] .badge, .btn-group-xs > .btn span.blue, .btn-group-xs > .menubutton span.blue, .btn-group-xs > input[type=submit] span.blue, th .btn-group-xs > input[type="submit"] span.blue, .btn-group-xs > .btn .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-group-xs > .btn span, .btn-group-xs > .menubutton .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-group-xs > .menubutton span, .btn-group-xs > input[type=submit] .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-group-xs > input[type=submit] span, th .btn-group-xs > input[type="submit"] .sc-spot-content ul li a span, .sc-spot-content ul li a th .btn-group-xs > input[type="submit"] span, .btn-group-xs > .btn span.green, .btn-group-xs > .menubutton span.green, .btn-group-xs > input[type=submit] span.green, th .btn-group-xs > input[type="submit"] span.green, .btn-group-xs > .btn span.crimson, .btn-group-xs > .menubutton span.crimson, .btn-group-xs > input[type=submit] span.crimson, th .btn-group-xs > input[type="submit"] span.crimson, .btn-group-xs > .btn span.orange, .btn-group-xs > .menubutton span.orange, .btn-group-xs > input[type=submit] span.orange, th .btn-group-xs > input[type="submit"] span.orange, .btn-group-xs > .btn span.indigo, .btn-group-xs > .menubutton span.indigo, .btn-group-xs > input[type=submit] span.indigo, th .btn-group-xs > input[type="submit"] span.indigo, .btn-group-xs > .btn span.cyan, .btn-group-xs > .menubutton span.cyan, .btn-group-xs > input[type=submit] span.cyan, th .btn-group-xs > input[type="submit"] span.cyan {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .list-group-item.active > span.blue, .sc-spot-content ul li a .list-group-item.active > span, .list-group-item.active > span.green, .list-group-item.active > span.crimson, .list-group-item.active > span.orange, .list-group-item.active > span.indigo, .list-group-item.active > span.cyan, .nav-pills > .active > a > .badge, .nav-pills > .active > a > span.blue, .sc-spot-content ul li .nav-pills > .active > a > span, .nav-pills > .active > a > span.green, .nav-pills > .active > a > span.crimson, .nav-pills > .active > a > span.orange, .nav-pills > .active > a > span.indigo, .nav-pills > .active > a > span.cyan {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge, .list-group-item > span.blue, .sc-spot-content ul li a .list-group-item > span, .list-group-item > span.green, .list-group-item > span.crimson, .list-group-item > span.orange, .list-group-item > span.indigo, .list-group-item > span.cyan {
    float: right; }
  .list-group-item > .badge + .badge, .list-group-item > span.blue + .badge, .sc-spot-content ul li a .list-group-item > span + .badge, .list-group-item > span.green + .badge, .list-group-item > span.crimson + .badge, .list-group-item > span.orange + .badge, .list-group-item > span.indigo + .badge, .list-group-item > span.cyan + .badge, .list-group-item > .badge + span.blue, .list-group-item > span.blue + span.blue, .sc-spot-content ul li a .list-group-item > span + span.blue, .list-group-item > span.green + span.blue, .list-group-item > span.crimson + span.blue, .list-group-item > span.orange + span.blue, .list-group-item > span.indigo + span.blue, .list-group-item > span.cyan + span.blue, .sc-spot-content ul li a .list-group-item > .badge + span, .sc-spot-content ul li a .list-group-item > span.blue + span, .sc-spot-content ul li a .list-group-item > span + span, .sc-spot-content ul li a .list-group-item > span.green + span, .sc-spot-content ul li a .list-group-item > span.crimson + span, .sc-spot-content ul li a .list-group-item > span.orange + span, .sc-spot-content ul li a .list-group-item > span.indigo + span, .sc-spot-content ul li a .list-group-item > span.cyan + span, .list-group-item > .badge + span.green, .list-group-item > span.blue + span.green, .sc-spot-content ul li a .list-group-item > span + span.green, .list-group-item > span.green + span.green, .list-group-item > span.crimson + span.green, .list-group-item > span.orange + span.green, .list-group-item > span.indigo + span.green, .list-group-item > span.cyan + span.green, .list-group-item > .badge + span.crimson, .list-group-item > span.blue + span.crimson, .sc-spot-content ul li a .list-group-item > span + span.crimson, .list-group-item > span.green + span.crimson, .list-group-item > span.crimson + span.crimson, .list-group-item > span.orange + span.crimson, .list-group-item > span.indigo + span.crimson, .list-group-item > span.cyan + span.crimson, .list-group-item > .badge + span.orange, .list-group-item > span.blue + span.orange, .sc-spot-content ul li a .list-group-item > span + span.orange, .list-group-item > span.green + span.orange, .list-group-item > span.crimson + span.orange, .list-group-item > span.orange + span.orange, .list-group-item > span.indigo + span.orange, .list-group-item > span.cyan + span.orange, .list-group-item > .badge + span.indigo, .list-group-item > span.blue + span.indigo, .sc-spot-content ul li a .list-group-item > span + span.indigo, .list-group-item > span.green + span.indigo, .list-group-item > span.crimson + span.indigo, .list-group-item > span.orange + span.indigo, .list-group-item > span.indigo + span.indigo, .list-group-item > span.cyan + span.indigo, .list-group-item > .badge + span.cyan, .list-group-item > span.blue + span.cyan, .sc-spot-content ul li a .list-group-item > span + span.cyan, .list-group-item > span.green + span.cyan, .list-group-item > span.crimson + span.cyan, .list-group-item > span.orange + span.cyan, .list-group-item > span.indigo + span.cyan, .list-group-item > span.cyan + span.cyan {
    margin-right: 5px; }
  .nav-pills > li > a > .badge, .nav-pills > li > a > span.blue, .sc-spot-content ul .nav-pills > li > a > span, .nav-pills > li > a > span.green, .nav-pills > li > a > span.crimson, .nav-pills > li > a > span.orange, .nav-pills > li > a > span.indigo, .nav-pills > li > a > span.cyan {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.btn, .menubutton, input[type=submit], th input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .menubutton:focus, input[type=submit]:focus, th input[type="submit"]:focus, .btn.focus, .focus.menubutton, input.focus[type=submit], th input.focus[type="submit"], .btn:active:focus, .menubutton:active:focus, input[type=submit]:active:focus, th input[type="submit"]:active:focus, .btn:active.focus, .menubutton:active.focus, input[type=submit]:active.focus, th input[type="submit"]:active.focus, .btn.active:focus, .active.menubutton:focus, input.active[type=submit]:focus, th input.active[type="submit"]:focus, .btn.active.focus, .active.focus.menubutton, input.active.focus[type=submit], th input.active.focus[type="submit"] {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .menubutton:hover, input[type=submit]:hover, th input[type="submit"]:hover, .btn:focus, .menubutton:focus, input[type=submit]:focus, th input[type="submit"]:focus, .btn.focus, .focus.menubutton, input.focus[type=submit], th input.focus[type="submit"] {
    color: #333;
    text-decoration: none; }
  .btn:active, .menubutton:active, input[type=submit]:active, th input[type="submit"]:active, .btn.active, .active.menubutton, input.active[type=submit], th input.active[type="submit"] {
    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, .disabled.menubutton, input.disabled[type=submit], th input.disabled[type="submit"], .btn[disabled], [disabled].menubutton, input[disabled][type=submit], th input[disabled][type="submit"], fieldset[disabled] .btn, fieldset[disabled] .menubutton, fieldset[disabled] input[type=submit], fieldset[disabled] th input[type="submit"], th fieldset[disabled] input[type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.menubutton, fieldset[disabled] a.btn, fieldset[disabled] a.menubutton {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-default span.blue, .btn-default .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-default span, .btn-default span.green, .btn-default span.crimson, .btn-default span.orange, .btn-default span.indigo, .btn-default span.cyan {
    color: #fff;
    background-color: #333; }

.btn-primary, .menubutton, input[type=submit] {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .menubutton:focus, input[type=submit]:focus, .btn-primary.focus, .focus.menubutton, input.focus[type=submit] {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .menubutton:hover, input[type=submit]:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .menubutton:active, input[type=submit]:active, .btn-primary.active, .active.menubutton, input.active[type=submit], .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.menubutton, .open > input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .menubutton:active:hover, input[type=submit]:active:hover, .btn-primary:active:focus, .menubutton:active:focus, input[type=submit]:active:focus, .btn-primary:active.focus, .menubutton:active.focus, input[type=submit]:active.focus, .btn-primary.active:hover, .active.menubutton:hover, input.active[type=submit]:hover, .btn-primary.active:focus, .active.menubutton:focus, input.active[type=submit]:focus, .btn-primary.active.focus, .active.focus.menubutton, input.active.focus[type=submit], .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.menubutton:hover, .open > input.dropdown-toggle[type=submit]:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.menubutton:focus, .open > input.dropdown-toggle[type=submit]:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.menubutton, .open > input.dropdown-toggle.focus[type=submit] {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .menubutton:active, input[type=submit]:active, .btn-primary.active, .active.menubutton, input.active[type=submit], .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.menubutton, .open > input.dropdown-toggle[type=submit] {
    background-image: none; }
  .btn-primary.disabled:hover, .disabled.menubutton:hover, input.disabled[type=submit]:hover, .btn-primary.disabled:focus, .disabled.menubutton:focus, input.disabled[type=submit]:focus, .btn-primary.disabled.focus, .disabled.focus.menubutton, input.disabled.focus[type=submit], .btn-primary[disabled]:hover, [disabled].menubutton:hover, input[disabled][type=submit]:hover, .btn-primary[disabled]:focus, [disabled].menubutton:focus, input[disabled][type=submit]:focus, .btn-primary[disabled].focus, [disabled].focus.menubutton, input[disabled].focus[type=submit], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .menubutton:hover, fieldset[disabled] input[type=submit]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .menubutton:focus, fieldset[disabled] input[type=submit]:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.menubutton, fieldset[disabled] input.focus[type=submit] {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, .menubutton .badge, input[type=submit] .badge, .btn-primary span.blue, .menubutton span.blue, input[type=submit] span.blue, .btn-primary .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-primary span, .menubutton .sc-spot-content ul li a span, .sc-spot-content ul li a .menubutton span, input[type=submit] .sc-spot-content ul li a span, .sc-spot-content ul li a input[type=submit] span, .btn-primary span.green, .menubutton span.green, input[type=submit] span.green, .btn-primary span.crimson, .menubutton span.crimson, input[type=submit] span.crimson, .btn-primary span.orange, .menubutton span.orange, input[type=submit] span.orange, .btn-primary span.indigo, .menubutton span.indigo, input[type=submit] span.indigo, .btn-primary span.cyan, .menubutton span.cyan, input[type=submit] span.cyan {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge, .btn-success span.blue, .btn-success .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-success span, .btn-success span.green, .btn-success span.crimson, .btn-success span.orange, .btn-success span.indigo, .btn-success span.cyan {
    color: #5cb85c;
    background-color: #fff; }

.btn-info, th input[type="submit"] {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, th input[type="submit"]:focus, .btn-info.focus, th input.focus[type="submit"] {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover, th input[type="submit"]:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, th input[type="submit"]:active, .btn-info.active, th input.active[type="submit"], .open > .btn-info.dropdown-toggle, th .open > input.dropdown-toggle[type="submit"] {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, th input[type="submit"]:active:hover, .btn-info:active:focus, th input[type="submit"]:active:focus, .btn-info:active.focus, th input[type="submit"]:active.focus, .btn-info.active:hover, th input.active[type="submit"]:hover, .btn-info.active:focus, th input.active[type="submit"]:focus, .btn-info.active.focus, th input.active.focus[type="submit"], .open > .btn-info.dropdown-toggle:hover, th .open > input.dropdown-toggle[type="submit"]:hover, .open > .btn-info.dropdown-toggle:focus, th .open > input.dropdown-toggle[type="submit"]:focus, .open > .btn-info.dropdown-toggle.focus, th .open > input.dropdown-toggle.focus[type="submit"] {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, th input[type="submit"]:active, .btn-info.active, th input.active[type="submit"], .open > .btn-info.dropdown-toggle, th .open > input.dropdown-toggle[type="submit"] {
    background-image: none; }
  .btn-info.disabled:hover, th input.disabled[type="submit"]:hover, .btn-info.disabled:focus, th input.disabled[type="submit"]:focus, .btn-info.disabled.focus, th input.disabled.focus[type="submit"], .btn-info[disabled]:hover, th input[disabled][type="submit"]:hover, .btn-info[disabled]:focus, th input[disabled][type="submit"]:focus, .btn-info[disabled].focus, th input[disabled].focus[type="submit"], fieldset[disabled] .btn-info:hover, fieldset[disabled] th input[type="submit"]:hover, th fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] th input[type="submit"]:focus, th fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] th input.focus[type="submit"], th fieldset[disabled] input.focus[type="submit"] {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge, th input[type="submit"] .badge, .btn-info span.blue, th input[type="submit"] span.blue, .btn-info .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-info span, th input[type="submit"] .sc-spot-content ul li a span, .sc-spot-content ul li a th input[type="submit"] span, .btn-info span.green, th input[type="submit"] span.green, .btn-info span.crimson, th input[type="submit"] span.crimson, .btn-info span.orange, th input[type="submit"] span.orange, .btn-info span.indigo, th input[type="submit"] span.indigo, .btn-info span.cyan, th input[type="submit"] span.cyan {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, .btn-warning span.blue, .btn-warning .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-warning span, .btn-warning span.green, .btn-warning span.crimson, .btn-warning span.orange, .btn-warning span.indigo, .btn-warning span.cyan {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge, .btn-danger span.blue, .btn-danger .sc-spot-content ul li a span, .sc-spot-content ul li a .btn-danger span, .btn-danger span.green, .btn-danger span.crimson, .btn-danger span.orange, .btn-danger span.indigo, .btn-danger span.cyan {
    color: #d9534f;
    background-color: #fff; }

.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, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  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%; }

/*
// Extra table styles
.datadisplaytable, .dataentrytable {
	@extend .table;
	margin: 10px 0 20px;
	width: auto;
	.delabel {
		font-weight: bold;
	}
}


th.ddheader {
    background-color: $color_7;
    color: $color_2;
}
*/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; }
  body p {
    margin: 1em 0em; }

.error {
  background-color: #eee; }
  .error .container blockquote {
    margin: 10px 0 0;
    background-color: #f2dede;
    color: #a94442;
    border-color: #a94442; }

header {
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.15); }
  header .logo h1 {
    max-width: 100%;
    margin: 15px 0 12px; }
    header .logo h1 a {
      max-width: 100%;
      height: 65px;
      font-size: 20px;
      line-height: 18px;
      padding: 0 0 0 65px;
      margin: 0;
      display: block;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background: url(https://www.ucd.ie/t4cms/ucdcollegesandschools_logo.png) no-repeat; }
      header .logo h1 a span {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -.93px;
        white-space: nowrap; }
        header .logo h1 a span:last-of-type {
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 400;
          letter-spacing: -.9px; }
        header .logo h1 a span:nth-of-type(2) {
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 400;
          letter-spacing: -.9px;
          font-size: 16px;
          line-height: 0; }
        .AGENT header .logo h1 a span, .EXTERNAL header .logo h1 a span {
          font-size: 24px;
          line-height: 28px; }
      header .logo h1 a:focus {
        text-decoration: none; }
      header .logo h1 a:hover {
        text-decoration: none; }
  header #mainNav {
    list-style: none;
    padding: 0;
    margin: 35px 0 36px; }
    header #mainNav li {
      display: inline;
      padding: 0 14px; }
      header #mainNav li .currentbranch0 {
        padding: 0; }
        header #mainNav li .currentbranch0 a {
          text-decoration: none;
          border-bottom: 1px solid #0073a4;
          padding: 0;
          letter-spacing: 0; }
      header #mainNav li a {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: inline-block;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.25px; }
        header #mainNav li a:active {
          text-decoration: none;
          border-bottom: 1px solid #0073a4; }
        header #mainNav li a:focus {
          text-decoration: none;
          border-bottom: 1px solid #0073a4; }
        header #mainNav li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #0073a4; }
      header #mainNav li:last-of-type {
        padding-right: 0; }
        header #mainNav li:last-of-type > a {
          letter-spacing: 0; }
  header nav {
    text-align: right; }

header#school {
  background-color: #3c3c3c; }
  header#school .logo h1 {
    max-width: 100%; }
    header#school .logo h1 a {
      max-width: 100%;
      color: #fff; }
      header#school .logo h1 a span {
        max-width: 100%;
        white-space: nowrap; }
  header#school #mainNav li a {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.25px;
    color: #fff; }
    header#school #mainNav li a:active {
      text-decoration: none;
      border-bottom: 1px solid #fff; }
    header#school #mainNav li a:focus {
      text-decoration: none;
      border-bottom: 1px solid #fff; }
    header#school #mainNav li a:hover {
      text-decoration: none;
      border-bottom: 1px solid #fff; }

#banner-panel {
  margin: 0;
  background: rgba(255, 255, 255, 0.51);
  padding: 6px;
  max-width: 470px; }
  #banner-panel .panel-default {
    margin: 0;
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb; }
    #banner-panel .panel-default .panel-body {
      background-color: #eee;
      padding: 0;
      border-radius: 0;
      border-top: 1px solid #d4d4d4; }
      #banner-panel .panel-default .panel-body ul {
        padding: 0;
        list-style: none;
        margin: 7px 15px 14px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px; }
        #banner-panel .panel-default .panel-body ul li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid;
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 400;
          color: #0073a4;
          font-size: 13px;
          line-height: 38px;
          text-align: left;
          border-bottom: 1px solid #d4d4d4;
          padding-left: 20px;
          position: relative; }
          #banner-panel .panel-default .panel-body ul li:before {
            content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
            position: absolute;
            left: 1px;
            top: 1px; }
          #banner-panel .panel-default .panel-body ul li a[href^=http] {
            padding-right: 9px; }
            #banner-panel .panel-default .panel-body ul li a[href^=http]:after {
              content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_new_window_icon.png);
              position: absolute;
              top: 1px;
              margin-left: 10px; }
    #banner-panel .panel-default .panel-heading {
      padding: 13px 20px 13px 15px;
      border-radius: 0;
      background-color: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
      #banner-panel .panel-default .panel-heading a.panel-title {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-size: 16px;
        display: block;
        position: relative;
        font-weight: 400;
        color: #007eb5; }
        #banner-panel .panel-default .panel-heading a.panel-title:after {
          color: #007eb5;
          font-size: 10.21px;
          text-align: left;
          content: "\2212";
          font-family: "Glyphicons Halflings";
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: -6px;
          top: 6px; }
        #banner-panel .panel-default .panel-heading a.panel-title:active {
          text-decoration: none; }
        #banner-panel .panel-default .panel-heading a.panel-title:focus {
          text-decoration: none; }
        #banner-panel .panel-default .panel-heading a.panel-title:hover {
          text-decoration: none; }
      #banner-panel .panel-default .panel-heading a.panel-title.collapsed:after {
        content: "\2b";
        right: -6px;
        top: 8px; }
    #banner-panel .panel-default .panel-collapse {
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

#expanding-panel .panel-default {
  border: 0;
  margin-bottom: 17px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  #expanding-panel .panel-default .panel-body {
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #ebebeb; }
    #expanding-panel .panel-default .panel-body .sc-spot-content {
      float: left;
      width: 75%; }
      #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 222px;
        -moz-column-width: 222px;
        column-width: 222px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        width: 90%; }
        #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
      #expanding-panel .panel-default .panel-body .sc-spot-content p {
        margin: 0;
        padding: 22px 40px 22px 28px;
        line-height: 1.55;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 19px;
        font-size: 1.9em;
        font-size: 1.9rem; }
      #expanding-panel .panel-default .panel-body .sc-spot-content ul {
        margin-bottom: 0;
        border-top: 1px solid #ebebeb; }
    #expanding-panel .panel-default .panel-body ul.col3 {
      margin: 0 30px 40px;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; }
      #expanding-panel .panel-default .panel-body ul.col3 li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; }
    #expanding-panel .panel-default .panel-body ul {
      padding: 0;
      margin: 0 30px 20px;
      list-style: none; }
      #expanding-panel .panel-default .panel-body ul li {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #0073a4;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid #ebebeb;
        padding: 14px 0;
        position: relative; }
        #expanding-panel .panel-default .panel-body ul li > a {
          display: block;
          padding: 0 18px;
          position: relative;
          font-size: 18px; }
          #expanding-panel .panel-default .panel-body ul li > a:before {
            content: url(https://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
            position: absolute;
            left: 0;
            top: 0; }
        #expanding-panel .panel-default .panel-body ul li small {
          padding: 0 18px;
          display: inherit; }
          #expanding-panel .panel-default .panel-body ul li small a .fa {
            display: inline; }
          #expanding-panel .panel-default .panel-body ul li small a:hover {
            text-decoration: none; }
            #expanding-panel .panel-default .panel-body ul li small a:hover .fa-star-o:before {
              content: "\f005"; }
    #expanding-panel .panel-default .panel-body .sc-spot, #expanding-panel .panel-default .panel-body > img {
      float: left;
      display: block;
      width: auto;
      max-width: 25%;
      margin-bottom: 0; }
  #expanding-panel .panel-default .panel-heading {
    padding: 14px 27px;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
    #expanding-panel .panel-default .panel-heading .panel-title {
      font-size: 18px;
      display: block;
      position: relative;
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #007eba;
      cursor: default; }
      #expanding-panel .panel-default .panel-heading .panel-title:after {
        color: #007eba;
        text-align: left;
        font-weight: 400;
        line-height: 1;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none;
        font-size: 13px;
        content: "\2212";
        font-family: "Glyphicons Halflings";
        position: absolute;
        right: -3px;
        top: 7px; }
      #expanding-panel .panel-default .panel-heading .panel-title:before {
        display: none;
        content: '';
        border-radius: 4px;
        background-color: #eee;
        height: 28px;
        width: 28px;
        position: absolute;
        right: -10px; }
      #expanding-panel .panel-default .panel-heading .panel-title:active {
        text-decoration: underline; }
      #expanding-panel .panel-default .panel-heading .panel-title:focus {
        text-decoration: underline; }
      #expanding-panel .panel-default .panel-heading .panel-title:hover {
        text-decoration: underline; }
    #expanding-panel .panel-default .panel-heading .panel-title.social-title {
      color: #00427a; }
      #expanding-panel .panel-default .panel-heading .panel-title.social-title:after {
        display: none; }
      #expanding-panel .panel-default .panel-heading .panel-title.social-title:before {
        display: none; }
      #expanding-panel .panel-default .panel-heading .panel-title.social-title:active {
        text-decoration: none; }
      #expanding-panel .panel-default .panel-heading .panel-title.social-title:focus {
        text-decoration: none; }
      #expanding-panel .panel-default .panel-heading .panel-title.social-title:hover {
        text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.no-desk:after {
      display: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.no-desk:before {
      display: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.no-desk:active {
      text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.no-desk:focus {
      text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.no-desk:hover {
      text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.collapsed:after {
      content: "\2b";
      right: -4px; }
    #expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
      display: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:active {
      text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:focus {
      text-decoration: none; }
    #expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:hover {
      text-decoration: none; }
  #expanding-panel .panel-default .panel-collapse .title-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #0073a4;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 20px 12px 15px 49px;
    position: relative;
    display: inline-block;
    line-height: 1.6; }
    #expanding-panel .panel-default .panel-collapse .title-link:after {
      content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
      position: absolute;
      top: 20px;
      left: 30px; }
  #expanding-panel .panel-default .facebook-feed {
    background-color: #fff;
    padding: 27px; }
  #expanding-panel .panel-default .instagram-grid {
    background-color: #fff;
    padding: 27px 27px 12px; }
  #expanding-panel .panel-default:last-of-type {
    margin-bottom: 0; }
#expanding-panel .panel-default.social-panel {
  background-color: transparent;
  width: 48.684%;
  float: left;
  margin-top: 0; }
  #expanding-panel .panel-default.social-panel:first-child {
    margin-right: 1.316%; }
  #expanding-panel .panel-default.social-panel:last-child {
    margin-left: 1.316%; }

.panel-default {
  margin-bottom: 17px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .panel-default .panel-body {
    /*
    .table-wrapper {
    	width: 100%;
    	overflow-y: auto;
    	padding-bottom: 3px;
    	margin-bottom: 15px;
    	&::-webkit-scrollbar {
    		-webkit-appearance: none;
    		width: 14px;
    		height: 14px;
    	}
    	&::-webkit-scrollbar-thumb {
    		border: 1px solid #a8a8a8;
    		background-color: #bcbcbc;
    	}
    }
    */ }
  .panel-default .panel-heading {
    padding: 15px 27px 15px 15px;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
    .query.panel-group .panel-default .panel-heading {
      padding: 0; }
      .query.panel-group .panel-default .panel-heading .panel-title > a {
        display: block;
        padding: 28px 30px 28px 20px; }
        .query.panel-group .panel-default .panel-heading .panel-title > a i.fa {
          float: right; }
        .query.panel-group .panel-default .panel-heading .panel-title > a:not(.collapsed) .fa:before {
          content: "\f0d7"; }
    .panel-default .panel-heading .panel-title {
      font-size: 18px;
      display: block;
      position: relative;
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #007eba;
      cursor: auto; }
      .panel-default .panel-heading .panel-title:after {
        color: #007eba;
        text-align: left;
        font-weight: 400;
        line-height: 1;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none;
        font-size: 13px;
        content: "\2212";
        font-family: "Glyphicons Halflings";
        position: absolute;
        right: -3px;
        top: 7px; }
      .panel-default .panel-heading .panel-title:before {
        display: none;
        content: '';
        border-radius: 4px;
        background-color: #eee;
        height: 28px;
        width: 28px;
        position: absolute;
        right: -10px; }
      .panel-default .panel-heading .panel-title:active {
        text-decoration: underline; }
      .panel-default .panel-heading .panel-title:focus {
        text-decoration: underline; }
      .panel-default .panel-heading .panel-title:hover {
        text-decoration: underline; }
    .panel-default .panel-heading .panel-title.social-title {
      color: #00427a; }
      .panel-default .panel-heading .panel-title.social-title:after {
        display: none; }
      .panel-default .panel-heading .panel-title.social-title:before {
        display: none; }
      .panel-default .panel-heading .panel-title.social-title:active {
        text-decoration: none; }
      .panel-default .panel-heading .panel-title.social-title:focus {
        text-decoration: none; }
      .panel-default .panel-heading .panel-title.social-title:hover {
        text-decoration: none; }
    .panel-default .panel-heading .panel-title.no-desk:after {
      display: inline-block; }
    .panel-default .panel-heading .panel-title.no-desk:before {
      display: inline-block; }
    .panel-default .panel-heading .panel-title.no-desk:active {
      text-decoration: none; }
    .panel-default .panel-heading .panel-title.no-desk:focus {
      text-decoration: none; }
    .panel-default .panel-heading .panel-title.no-desk:hover {
      text-decoration: none; }
    .panel-default .panel-heading .panel-title.collapsed:after {
      content: "\2b";
      right: -4px; }
    .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
      display: inline-block; }
    .panel-default .panel-heading .panel-title.collapsed.no-desk:active {
      text-decoration: none; }
    .panel-default .panel-heading .panel-title.collapsed.no-desk:focus {
      text-decoration: none; }
    .panel-default .panel-heading .panel-title.collapsed.no-desk:hover {
      text-decoration: none; }
  .panel-default .panel-collapse .title-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #0073a4;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 20px 12px 15px 49px;
    position: relative;
    display: inline-block;
    line-height: 1.6; }
    .panel-default .panel-collapse .title-link:after {
      content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
      position: absolute;
      top: 20px;
      left: 30px; }

h1.outline {
  display: none !important; }

h2.outline {
  display: none !important; }

h3.outline {
  display: none !important; }

h4.outline {
  display: none !important; }

h5.outline {
  display: none !important; }

h6.outline {
  display: none !important; }

a {
  color: #0073a4; }
  a:active {
    color: #0073a4;
    outline: 0; }
  a:focus {
    color: #0073a4;
    outline: 0; }
  a:hover {
    color: #0073a4;
    outline: 0; }

.user-icon {
  margin: 0 13px 0 5px;
  display: inline-block;
  width: 13px;
  height: 15px;
  position: relative; }
  .user-icon:before {
    content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_user.png);
    top: 2px;
    left: 2px;
    position: absolute; }

.user-icon.black:before {
  top: -1px;
  content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_user-black.png); }

#banner {
  min-height: 358px;
  position: relative; }
  #banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 37px;
    background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_banner-down-arrow.png) center center no-repeat;
    bottom: 0;
    margin: auto;
    z-index: 20; }
  #banner a:hover {
    text-decoration: none; }
  #banner .intro-box {
    min-height: 200px;
    max-width: 810px;
    margin: 68px auto 0;
    padding: 15px;
    position: relative; }
    #banner .intro-box h1 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 300;
      line-height: 1;
      text-align: center;
      font-size: 38px;
      color: #fff;
      margin: 0;
      padding: 40px 0 0; }
    #banner .intro-box .control {
      padding: 30px;
      position: absolute;
      top: -75px;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 150px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      background-color: #44617d;
      transition: all .1s ease-in-out;
      -webkit-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      -o-transition: all .1s ease-in-out; }
      #banner .intro-box .control button {
        background-color: #0073a4;
        width: 86px;
        height: 86px;
        border: 0;
        border-radius: 50%;
        color: #fff;
        font-size: 22px;
        text-align: center; }
        #banner .intro-box .control button:focus {
          outline: 0; }
        #banner .intro-box .control button:active {
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          margin-top: 1px; }
    #banner .intro-box .control + h1 {
      padding-top: 80px; }
    #banner .intro-box p {
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6em;
      font-size: 1.6rem;
      line-height: 25px;
      text-align: center;
      color: #fff; }
  #banner .background-span-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: -5px;
    width: 100%;
    height: 100%;
    min-height: 358px;
    overflow: hidden; }
    #banner .background-span-image img {
      box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15); }
  #banner.thin {
    min-height: 145px; }
    #banner.thin .background-span-image {
      min-height: 145px; }
    #banner.thin .intro-box {
      margin: 20px auto 0;
      min-height: 0; }
      #banner.thin .intro-box h1 {
        padding: 0; }
  #banner.left-slim {
    min-height: 300px; }
    #banner.left-slim .carousel .carousel-inner {
      min-height: 300px; }
    #banner.left-slim .background-span-image {
      min-height: 300px; }
    #banner.left-slim .intro-box {
      margin: 40px 0 0;
      min-height: 128px;
      max-width: 50%; }
      #banner.left-slim .intro-box h1 {
        padding: 0;
        text-align: left; }
      #banner.left-slim .intro-box p {
        text-align: left; }
  #banner .container {
    position: relative;
    z-index: 20; }
    #banner .container .row {
      margin: 0; }
  #banner .intro-box.green {
    background-color: rgba(1, 126, 63, 0.75); }
  #banner .intro-box.blue {
    background-color: rgba(0, 115, 164, 0.75); }
  #banner .carousel {
    margin-bottom: 0px; }
    #banner .carousel .carousel-inner {
      min-height: 358px; }
      #banner .carousel .carousel-inner .item img {
        min-width: 100%;
        min-height: 100%; }
    #banner .carousel .carousel-indicators {
      bottom: 40px; }
      #banner .carousel .carousel-indicators li {
        margin: 1px 5px; }

#breadcrumb {
  min-height: 45px;
  border-bottom: 1px solid #ebebeb; }
  #breadcrumb .container, #breadcrumb .container-fluid {
    position: relative; }
  #breadcrumb ul#breadcrumbs-nav {
    margin: 0;
    list-style: none; }
    #breadcrumb ul#breadcrumbs-nav li {
      display: inline-block;
      font-size: 12px;
      line-height: 3;
      color: #414141;
      padding: 5px 0 3px; }
      #breadcrumb ul#breadcrumbs-nav li:last-of-type {
        padding-left: 5px; }
        #breadcrumb ul#breadcrumbs-nav li:last-of-type:after {
          content: '';
          padding: 0; }
      #breadcrumb ul#breadcrumbs-nav li a {
        display: inline-block;
        padding-left: 5px;
        color: #007eba; }
      #breadcrumb ul#breadcrumbs-nav li:after {
        color: #414141;
        content: '/';
        padding-left: 9px; }
      #breadcrumb ul#breadcrumbs-nav li:first-of-type {
        padding-left: 0; }
        #breadcrumb ul#breadcrumbs-nav li:first-of-type a {
          padding-left: 0; }

#buttonbar {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 0px;
  font-family: FontAwesome; }
  #breadcrumb #buttonbar {
    top: 8px; }
  #single-column-content #buttonbar {
    top: -37px; }
  #buttonbar ul li {
    float: left;
    list-style: none;
    padding-left: 15px; }
    #buttonbar ul li button {
      border: none;
      padding: 0;
      background: none; }
      #buttonbar ul li button::after {
        font-size: 20px;
        color: #0073a4; }
      #buttonbar ul li button#save::after {
        content: "\f0c7"; }
      #buttonbar ul li button#delete::after {
        content: "\f1f8"; }
      #buttonbar ul li button#preview::after {
        content: "\f06e"; }
    #buttonbar ul li a {
      display: inline-block;
      text-decoration: none; }
      #buttonbar ul li a::after {
        font-size: 20px; }
      #buttonbar ul li a#pdf::after {
        content: "\f1c1"; }
      #buttonbar ul li a#print::after {
        content: "\f02f"; }
      #buttonbar ul li a#usage::after {
        content: "\f201"; }
      #buttonbar ul li a.queries::after, #buttonbar ul li a.menuitems::after {
        content: "\f03a"; }
      #buttonbar ul li a.edit::after {
        content: "\f044"; }
      #buttonbar ul li a.add::after {
        content: "\f067"; }
      #buttonbar ul li a.help:after {
        content: "\f128"; }
      #buttonbar ul li a.includeinactive::after {
        content: "\f204"; }
      #buttonbar ul li a.activeonly::after {
        content: "\f205"; }
      #buttonbar ul li a.parameters::after {
        content: "\f13e"; }
      #buttonbar ul li a#previous::after {
        content: "\f060"; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#topNav {
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.18);
  min-height: 45px;
  background: #007eb5; }
  #topNav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #topNav ul li {
      display: inline; }
      #topNav ul li a {
        font-size: 12px;
        line-height: 22px;
        display: inline-block;
        padding: 10px 8px;
        color: #fff;
        letter-spacing: -.1px; }
      #topNav ul li:first-of-type a {
        padding-left: 0; }
  #topNav .col-sm-9 {
    padding-left: 13px;
    width: 73%;
    padding-right: 0; }
  #topNav .col-sm-3 {
    padding-left: 0;
    padding-right: 10px; }
    #topNav .col-sm-3 ul {
      width: 100%; }
      #topNav .col-sm-3 ul li {
        float: right; }
        #topNav .col-sm-3 ul li .input-group {
          width: 178px;
          height: 28px;
          border-radius: 0;
          margin: 10px 0 0 10px; }
          #topNav .col-sm-3 ul li .input-group .form-control {
            font-size: 12px;
            border: none;
            border-radius: 0;
            padding: 0 10px;
            height: 28px; }
          #topNav .col-sm-3 ul li .input-group .input-group-addon {
            border-radius: 0;
            border: none;
            background-color: #fff;
            height: 28px;
            padding: 0; }
            #topNav .col-sm-3 ul li .input-group .input-group-addon input {
              background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_search-icon-blue.png) center 6px no-repeat #fff;
              border: none;
              height: 27px;
              width: 34px;
              text-indent: -100px; }
        #topNav .col-sm-3 ul li a {
          padding: 12px 3px; }
          #topNav .col-sm-3 ul li a span.glyphicon {
            font-size: 14px;
            top: 3px; }
        #topNav .col-sm-3 ul li:last-of-type a {
          padding-right: 5px; }

footer {
  clear: both;
  background-color: #00427a;
  padding: 30px 0;
  min-height: 350px;
  color: #fff; }
  footer .right {
    padding: 20px 15px; }
    footer .right h4 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 300;
      margin: 0;
      font-size: 18px;
      line-height: 31px; }
    footer .right ul {
      list-style: none;
      padding: 0;
      margin: 12px 0 0; }
      footer .right ul li a {
        font-size: 13px;
        line-height: 32px;
        color: #fff; }
        footer .right ul li a:active {
          text-decoration: none; }
        footer .right ul li a:focus {
          text-decoration: none; }
        footer .right ul li a:hover {
          text-decoration: none; }
  footer img {
    margin: 30px 0 23px; }
  footer p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px; }
  footer .right {
    padding-left: 13px; }

#socialLinks {
  background-color: #0f4d82; }
  #socialLinks .col-sm-2 {
    border-left: 1px solid #00427a; }
    #socialLinks .col-sm-2 a {
      font-size: 13px;
      line-height: 20px;
      color: #fff;
      padding: 33px 10px;
      display: inline-block;
      width: 100%;
      text-decoration: none; }
      #socialLinks .col-sm-2 a img {
        padding-right: 15px; }
    #socialLinks .col-sm-2:last-of-type {
      border-right: 1px solid #00427a; }
  #socialLinks span {
    vertical-align: middle;
    padding-left: 5px; }
  #socialLinks i.fa {
    font-size: 30px;
    vertical-align: middle; }

main, main .form-control, main .btn, main .menubutton, main input[type=submit], main th input[type="submit"], th main input[type="submit"], main .caret, main .input-group-addon, main .popover, main .popover-top {
  font-size: 13px; }

#single-column-content {
  padding-top: 0;
  background-color: #eee;
  padding-bottom: 25px;
  min-height: 400px; }
  #single-column-content h1 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: left;
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
    color: #00427a;
    margin: 18px 0; }
  #single-column-content h2 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    margin: 0;
    padding: 48px 0 43px;
    font-size: 24px;
    color: #00427a;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 34px; }
    #single-column-content h2:empty {
      display: none; }
  #single-column-content > .container {
    position: relative; }
  #single-column-content .content-byline {
    margin: -29px 0 36px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6em;
    font-size: 1.6rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  #single-column-content section h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400; }
  #single-column-content .narrative {
    margin: 0 0 10px 0; }
    #single-column-content .narrative:empty {
      display: none; }
    #single-column-content .narrative .panel {
      margin-top: 17px; }

.container h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 48px 0 43px;
  font-size: 24px;
  color: #00427a;
  position: relative;
  width: 100%; }
  .container h2:empty {
    display: none; }

.no-flexbox .row-eq-height {
  display: block; }
  .no-flexbox .row-eq-height .rightNav {
    float: left; }
  .no-flexbox .row-eq-height .standard {
    float: left; }

.modalBox {
  display: none; }

.open-close {
  position: absolute;
  right: 15px;
  top: 40px; }
  .open-close .close-text {
    display: none; }
  .open-close:before {
    color: #007eba;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    content: "\2b";
    font-family: "Glyphicons Halflings";
    position: absolute;
    left: -17px;
    top: 3px; }

.open-close.active .open-text {
  display: none; }
.open-close.active:before {
  content: "\2212"; }
.open-close.active .close-text {
  display: inline; }

#boxes {
  padding-top: 40px; }

.iw-modalOverlay {
  background-color: rgba(0, 0, 0, 0.5); }

.grid-panel {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  display: block; }
  .grid-panel .grid-item {
    width: 25%;
    min-width: 225px;
    min-height: 207px;
    height: 287px;
    display: inline-block;
    float: left;
    position: relative;
    text-align: left; }
    .grid-panel .grid-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      color: #fff;
      display: block; }
      .grid-panel .grid-item .overlay .number {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        float: left;
        font-weight: 400;
        margin: 0;
        padding: 30px 25px 18px;
        font-size: 60px;
        font-size: 6em;
        font-size: 6rem;
        clear: both;
        width: 100%;
        line-height: 1; }
      .grid-panel .grid-item .overlay .title {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        float: left;
        font-weight: 400;
        margin: 0;
        padding: 27px;
        min-height: 105px;
        line-height: 1.3;
        background-color: rgba(4, 43, 76, 0.6);
        display: block;
        font-size: 20px;
        font-size: 2em;
        font-size: 2rem;
        min-width: 140px;
        width: auto; }
      .grid-panel .grid-item .overlay .detail {
        padding: 0 0 0 30px;
        font-size: 15px;
        font-size: 1.5em;
        font-size: 1.5rem;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 1.666;
        display: block;
        width: 65%; }
    .grid-panel .grid-item .grid-link {
      text-decoration: none;
      display: block;
      width: 100%;
      min-width: 225px;
      min-height: 207px;
      height: 287px; }
      .grid-panel .grid-item .grid-link:hover {
        text-decoration: none;
        display: block;
        width: 100%;
        min-width: 225px;
        min-height: 207px;
        height: 287px; }
        .grid-panel .grid-item .grid-link:hover p {
          color: #414141; }
        .grid-panel .grid-item .grid-link:hover .pseudo {
          color: #007eba; }
      .grid-panel .grid-item .grid-link p {
        color: #414141; }
      .grid-panel .grid-item .grid-link .pseudo {
        color: #007eba; }
    .grid-panel .grid-item .grid-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      width: 100%;
      height: 100%;
      border: 0; }
  .grid-panel .grid-item.grid-tweet {
    background-color: #eee;
    padding: 40px 30px;
    height: 287px; }
    .grid-panel .grid-item.grid-tweet .grid-link {
      height: 207px; }
      .grid-panel .grid-item.grid-tweet .grid-link:hover {
        height: 207px; }
    .grid-panel .grid-item.grid-tweet blockquote {
      margin: 0;
      padding: 0; }
      .grid-panel .grid-item.grid-tweet blockquote .tweet-actions {
        display: none !important; }
      .grid-panel .grid-item.grid-tweet blockquote .tweet-card {
        display: none !important; }
      .grid-panel .grid-item.grid-tweet blockquote p {
        margin-top: 30px; }
    .grid-panel .grid-item.grid-tweet .interact {
      display: none; }
    .grid-panel .grid-item.grid-tweet .user {
      background-image: url(http://www.ucd.ie/t4cms/ucdmain_twitter.svg);
      background-size: 28px 28px;
      background-repeat: no-repeat;
      background-position: 0 0;
      color: #007eba;
      padding: 4px 0 5px 43px; }
    .grid-panel .grid-item.grid-tweet .tweet {
      margin-top: 34px;
      margin-bottom: 20px;
      line-height: 1.78; }
    .grid-panel .grid-item.grid-tweet .timePosted {
      margin: 0;
      line-height: 1; }
    .grid-panel .grid-item.grid-tweet time {
      line-height: 1;
      font-size: 13px;
      font-size: 1.3em;
      font-size: 1.3rem;
      margin: 0; }
  .grid-panel .grid-item.grid-tweet.light {
    background-color: #fff; }

.content {
  width: 68.3%;
  padding: 20px 30px 80px 0; }
  .content h2 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    margin: 0 0 28px;
    padding: 0;
    color: #00427a;
    text-align: left; }
  .content p {
    letter-spacing: -.49px;
    font-size: 14px;
    line-height: 26px;
    color: #414141;
    margin-bottom: 25px; }
    .content p:last-of-type {
      margin-bottom: 0; }
    .content p:first-of-type {
      margin-bottom: 25px; }

.quicklinks {
  clear: both;
  padding-top: 15px;
  max-width: 362px; }
  .quicklinks h3 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #0073a4;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px; }
  .quicklinks ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .quicklinks ul li {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #0073a4;
      font-size: 13px;
      line-height: 46px;
      text-align: left;
      border-bottom: 1px solid #ebebeb;
      padding-left: 20px;
      position: relative; }
      .quicklinks ul li a {
        padding-right: 7px; }
      .quicklinks ul li a[href^=http] {
        color: #0073a4; }
        .quicklinks ul li a[href^=http]:after {
          content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_new_window_icon.png);
          position: absolute;
          top: 12px;
          margin-left: 4px; }
      .quicklinks ul li:first-of-type {
        border-top: 1px solid #ebebeb; }
      .quicklinks ul li:before {
        content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
        position: absolute;
        left: 1px;
        top: 1px; }

.rightNav {
  width: 31.7%;
  margin-top: -36px;
  padding: 20px 15px;
  background-color: #eee; }
  .rightNav h4 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 17px;
    margin: 20px 0 18px;
    font-size: 18px;
    line-height: 26px;
    color: #00427a; }
  .rightNav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .rightNav ul li {
      padding: 0;
      border-top: 1px solid #ebebeb;
      box-shadow: inset 5px 0 0 #fff;
      background-color: #fff; }
      .rightNav ul li a {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        line-height: 1.5;
        position: relative;
        padding: 14px 10px 12px 35px;
        font-weight: 400;
        font-size: 13px;
        font-size: 1.3em;
        font-size: 1.3rem;
        color: #007eba;
        display: inline-block;
        width: 100%; }
        .rightNav ul li a:before {
          content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
          width: 8px;
          height: 10px;
          position: absolute;
          top: 13px;
          left: 18px; }
      .rightNav ul li > ul li a {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        line-height: 1.5;
        position: relative;
        padding: 14px 10px 12px 35px;
        font-weight: 400;
        font-size: 13px;
        font-size: 1.3em;
        font-size: 1.3rem;
        color: #007eba;
        display: inline-block;
        width: 100%; }
        .rightNav ul li > ul li a:before {
          content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
          width: 8px;
          height: 10px;
          position: absolute;
          top: 13px;
          left: 18px; }
      .rightNav ul li > ul li:first-of-type > a {
        padding-left: 35px; }
        .rightNav ul li > ul li:first-of-type > a:before {
          content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png); }
      .rightNav ul li ul li {
        padding: 0;
        border-top: 1px solid #ebebeb;
        box-shadow: inset 5px 0 0 #fff;
        background-color: #fff; }
      .rightNav ul li .currentbranch2 {
        box-shadow: inset 5px 0 0 #007eba;
        background-color: #f7f7f7;
        display: inline-block;
        padding: 14px 10px 12px 15px;
        width: 100%; }
        .rightNav ul li .currentbranch2 a {
          padding: 0 0 0 20px;
          color: #00427a;
          font-weight: 700; }
          .rightNav ul li .currentbranch2 a:before {
            content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
            left: 3px;
            top: 0; }
      .rightNav ul li .currentbranch1 a {
        padding: 14px 10px 12px 35px;
        color: #00427a;
        font-weight: 700; }
        .rightNav ul li .currentbranch1 a:before {
          left: 5px;
          top: 0; }
      .rightNav ul li:first-of-type > a {
        padding-left: 15px; }
        .rightNav ul li:first-of-type > a:before {
          content: ''; }
  .rightNav .white-box {
    margin-top: 15px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    width: 100%; }
  .rightNav li.active {
    box-shadow: inset 5px 0 0 #007eba;
    background-color: #f7f7f7;
    display: inline-block;
    width: 100%; }
    .rightNav li.active a:before {
      left: 5px;
      top: 0; }

.no-csscolumns #expanding-panel .panel-default .panel-body {
  padding-bottom: 0; }
  .no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li {
    margin-right: 40px;
    width: 45%;
    float: left; }
    .no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols li:nth-of-type(even) {
      margin-right: 0; }
  .no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content.col3 {
    width: 100%; }
    .no-csscolumns #expanding-panel .panel-default .panel-body .sc-spot-content.col3 li {
      overflow: auto;
      margin-right: 20px;
      width: 15%;
      float: left; }
  .no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 {
    padding-bottom: 30px; }
    .no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li {
      margin-right: 20px;
      width: 30%;
      float: left; }
      .no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li a {
        min-height: 40px !important;
        vertical-align: middle;
        display: table-cell; }
        .no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li a:before {
          top: 10px; }
      .no-csscolumns #expanding-panel .panel-default .panel-body ul.col3 li:nth-child(3n+3) {
        margin-right: 0; }
.no-csscolumns #banner-panel .panel-default .panel-body {
  padding-bottom: 15px; }
  .no-csscolumns #banner-panel .panel-default .panel-body ul li {
    margin-right: 40px;
    width: 45%;
    float: left; }
    .no-csscolumns #banner-panel .panel-default .panel-body ul li:nth-of-type(even) {
      margin-right: 0; }

.green-btn {
  font-weight: 700;
  padding: 20px 45px 17px 22px;
  background-color: #01813f;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  letter-spacing: -.4px;
  width: 100%;
  position: relative;
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out; }
  .green-btn:after {
    position: absolute;
    right: 18px;
    top: 20px;
    content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_new-window.png); }
  .green-btn:active {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }
  .green-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }
  .green-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }

.green-btn.hidden-sm {
  margin-top: 20px; }

.rightNav.standard-nav li.has-children span a {
  color: #00427a;
  font-weight: 700; }
  .rightNav.standard-nav li.has-children span a:before {
    content: ''; }

.img-row .left {
  float: left;
  margin-right: 13px; }
  .img-row .left img {
    display: block;
    max-height: 240px;
    width: 100%;
    height: auto;
    max-width: 262px; }
.img-row .right {
  float: left; }
  .img-row .right img {
    display: block;
    max-height: 240px;
    width: 100%;
    height: auto;
    max-width: 473px; }

h1 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  padding: 0;
  text-align: left;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  color: #00427a;
  margin: 28px 0; }
  h1 > a {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 28px; }

h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #0073a4;
  margin-bottom: 25px; }
  h2 > a {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px; }

table.table, table.dataentrytable, table.datadisplaytable {
  background-color: #fff; }
table.dataTable thead .sorting:after {
  opacity: .5; }
table.dataTable td.dataTables_empty {
  display: none; }
table.dataentrytable {
  margin: 10px 0 20px;
  width: auto; }
  table.dataentrytable .delabel {
    font-weight: bold; }
table.datadisplaytable {
  margin: 10px 0 20px;
  width: auto; }
  table.datadisplaytable thead tr th {
    box-shadow: none;
    color: #fff;
    background-color: #007eb5;
    font-weight: 700;
    border-bottom: 1px; }
    table.datadisplaytable thead tr th.no-sort {
      padding-right: 5px; }
  table.datadisplaytable tfoot {
    background-color: #eee; }
    table.datadisplaytable tfoot tr td {
      border-top-width: 5px; }
    table.datadisplaytable tfoot tr th {
      border-top-width: 5px; }
  table.datadisplaytable tr.colspan {
    background-color: #eee !important; }
    table.datadisplaytable tr.colspan th {
      position: relative;
      border-left: none;
      border-right: none;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      table.datadisplaytable tr.colspan th .group h1, table.datadisplaytable tr.colspan th .group h2, table.datadisplaytable tr.colspan th .group h3, table.datadisplaytable tr.colspan th .group h4 {
        display: inline-block; }
    table.datadisplaytable tr.colspan td {
      border-left: none;
      border-right: none;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      table.datadisplaytable tr.colspan td:nth-child(n+2) {
        display: none; }
  table.datadisplaytable tr th {
    box-shadow: none;
    color: #fff;
    background-color: #007eb5;
    font-weight: 700;
    border-bottom: 1px; }
    table.datadisplaytable tr th.ddlabel {
      background-color: transparent;
      color: inherit; }
    table.datadisplaytable tr th.ddheader {
      background-color: #007eb5;
      color: #fff; }
  table.datadisplaytable .delabel {
    font-weight: bold; }
table input, table .btn, table .menubutton, table input[type=submit], table th input[type="submit"], th table input[type="submit"] {
  white-space: normal; }
table p {
  margin: 0px;
  line-height: inherit;
  color: #414141;
  letter-spacing: .01px; }
table .centeraligntext {
  text-align: center; }
table .rightaligntext {
  text-align: right; }

h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 20px;
  color: #00427a;
  margin-bottom: 20px; }
  h3 > a {
    font-size: 20px;
    color: #00427a;
    margin-bottom: 20px; }

p.align-right {
  margin: -7px 0 26px;
  padding: 0 0 0 26px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: -.1px; }

p.h4style {
  position: relative; }
  p.h4style > span {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 26px;
    font-size: 15px;
    font-weight: 700;
    color: #00427a;
    margin-bottom: 20px; }
  p.h4style .open-close {
    top: 0;
    right: 0; }
    p.h4style .open-close:before {
      left: -18px;
      top: 7px; }

.embed-responsive {
  margin-bottom: 37px; }
  .embed-responsive iframe {
    margin-left: -10px; }

img.align-left {
  margin-bottom: 26px;
  width: auto;
  max-width: 50%;
  display: inline-block;
  vertical-align: top; }

> ul {
  margin: 0 0 25px;
  padding: 0 0 0 12px;
  list-style-position: outside;
  color: #0073a4; }
  > ul li {
    font-size: 12px;
    line-height: 26px; }
    > ul li span {
      font-size: 14px;
      color: #414141; }

> ul.pagination {
  margin: 0;
  padding: 0; }
  > ul.pagination li a {
    padding: 9px 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #414141; }
    > ul.pagination li a span {
      font-size: 10px; }
  > ul.pagination li span {
    padding: 9px 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #414141;
    border-color: #d8d8d8;
    background-color: #eee;
    color: #414141; }
  > ul.pagination li.active a {
    border-color: #d8d8d8;
    background-color: #eee;
    color: #414141; }
  > ul.pagination li.disabled > a {
    color: #d5d5d5; }
    > ul.pagination li.disabled > a > span {
      color: #d5d5d5; }

> ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style-position: outside;
  color: #0073a4; }
  > ol li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700; }
    > ol li span {
      font-weight: 400;
      color: #414141; }

a {
  color: #007eba; }

a.download-link {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  background-color: #007eba;
  color: #fff;
  padding: 25px;
  font-size: 13px;
  line-height: 24px;
  position: relative; }
  a.download-link .glyphicon {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 30px;
    line-height: 24px;
    margin-right: 15px; }
  a.download-link .title {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 15px 0 46px; }
  a.download-link .size {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 7px; }
  a.download-link .type {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 2px; }
  a.download-link:active {
    text-decoration: none; }
    a.download-link:active span {
      text-decoration: underline; }
  a.download-link:focus {
    text-decoration: none; }
    a.download-link:focus span {
      text-decoration: underline; }
  a.download-link:hover {
    text-decoration: none; }
    a.download-link:hover span {
      text-decoration: underline; }

#accordion-panel .panel-default {
  border: 1px solid #d8d8d8;
  margin-bottom: 13px;
  box-shadow: none;
  border-radius: 0; }
  #accordion-panel .panel-default .panel-heading {
    padding: 18px 23px;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
    #accordion-panel .panel-default .panel-heading .panel-title {
      font-size: 16px;
      display: block;
      position: relative;
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #007eba;
      cursor: default; }
      #accordion-panel .panel-default .panel-heading .panel-title:active {
        text-decoration: underline; }
      #accordion-panel .panel-default .panel-heading .panel-title:focus {
        text-decoration: underline; }
      #accordion-panel .panel-default .panel-heading .panel-title:hover {
        text-decoration: underline; }
      #accordion-panel .panel-default .panel-heading .panel-title:after {
        color: #007eba;
        font-size: 13px;
        text-align: left;
        content: "\2212";
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: -3px;
        top: 7px; }
      #accordion-panel .panel-default .panel-heading .panel-title:before {
        content: '';
        border-radius: 4px;
        background-color: #eee;
        height: 28px;
        width: 28px;
        position: absolute;
        right: -10px; }
    #accordion-panel .panel-default .panel-heading .panel-title.collapsed:after {
      content: "\2b";
      right: -4px; }
  #accordion-panel .panel-default .panel-collapse .title-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #0073a4;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 20px 12px 15px 49px;
    position: relative;
    display: inline-block;
    line-height: 1.6; }
    #accordion-panel .panel-default .panel-collapse .title-link:after {
      content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
      position: absolute;
      top: 20px;
      left: 30px; }
  #accordion-panel .panel-default .panel-body {
    padding: 20px 24px;
    line-height: 26px;
    border-radius: 0;
    border-top: 1px solid #d8d8d8; }

iframe {
  border: none;
  width: 100%;
  margin-bottom: 30px; }

iframe.googleForm {
  height: 673px; }

iframe.flickr-embed-frame {
  margin-top: 40px !important;
  max-width: 640px !important; }

.green-btn-mobile {
  font-weight: 700;
  padding: 18px 45px 18px 22px;
  background-color: #01813f;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  letter-spacing: -.4px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out; }
  .green-btn-mobile:after {
    position: absolute;
    right: 18px;
    top: 20px;
    content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_new-window.png); }
  .green-btn-mobile:active {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }
  .green-btn-mobile:focus {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }
  .green-btn-mobile:hover {
    color: #fff;
    text-decoration: none;
    background-color: #016833; }

.standard-nav .white-box.no-links {
  margin-top: 0; }
  .standard-nav .white-box.no-links ul li {
    padding: 14px 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #007eba;
    display: inline-block;
    width: 100%; }
.standard-nav .white-box.zero-top-margin {
  margin-top: 0; }
.standard-nav .white-box.no-left-arrow > ul > li > a {
  padding-left: 15px; }
  .standard-nav .white-box.no-left-arrow > ul > li > a:before {
    display: none; }
.standard-nav ul li a {
  font-size: 13px;
  position: relative;
  width: auto;
  padding: 12px 15px; }
  .standard-nav ul li a:before {
    display: none; }
.standard-nav ul li:first-of-type a:after {
  display: none; }
.standard-nav ul li a[href^=http] {
  padding-right: 21px; }
  .standard-nav ul li a[href^=http]:after {
    position: absolute;
    margin-left: 10px;
    right: 0;
    content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_new_window_icon.png); }

#staffProfile .box {
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  display: inline-block;
  width: 100%;
  padding: 17px 15px 0;
  min-height: 173px;
  margin-bottom: 25px; }
  #staffProfile .box .intro {
    float: left;
    width: 65%; }
    #staffProfile .box .intro h3 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      margin: 0 0 6px;
      color: #0073a4;
      font-size: 16px;
      line-height: 18px; }
    #staffProfile .box .intro p {
      text-transform: uppercase;
      margin: 0 0 10px;
      padding-bottom: 10px;
      font-size: 12px;
      line-height: 18px;
      border-bottom: 1px solid #d8d8d8; }
    #staffProfile .box .intro a {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #0073a4;
      display: inline-block;
      width: 100%; }
      #staffProfile .box .intro a:before {
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        position: relative;
        top: 1px;
        left: 2px;
        margin-right: 12px; }
    #staffProfile .box .intro a.email:before {
      content: "\2709"; }
    #staffProfile .box .intro a.phone:before {
      content: "\e182"; }
  #staffProfile .box img {
    max-width: 96px;
    max-height: 134px;
    display: block;
    width: auto;
    height: auto;
    float: left;
    margin: 0 18px 0 0; }
#staffProfile h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0073a4;
  margin-bottom: 12px;
  text-align: left;
  padding: 5px 15px 0;
  display: inline-block; }

.panel-body .juicer-feed .j-stack {
  padding: 0 !important; }
  .panel-body .juicer-feed .j-stack .feed-item {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 0 15px !important; }
    .panel-body .juicer-feed .j-stack .feed-item .j-poster {
      display: none; }
    .panel-body .juicer-feed .j-stack .feed-item .text {
      display: none; }
    .panel-body .juicer-feed .j-stack .feed-item:before {
      display: none; }
    .panel-body .juicer-feed .j-stack .feed-item img {
      margin: 0 !important; }
  .panel-body .juicer-feed .j-stack:first-child {
    padding-right: 7.5px !important; }
  .panel-body .juicer-feed .j-stack:last-child {
    padding-left: 7.5px !important; }
.panel-body .juicer-feed h1.referral {
  display: none; }

button.close {
  padding: 0 0px 0 10px; }

/*
.modal-dialog {
	width: 920px;
	height: 515px;
}
.modal-header {
	border: 0;
	position: relative;
	z-index: 500;
}
.modal-content {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background-color: transparent;
	.close {
		margin-top: -1px;
		margin-right: -29px;
		background: #000;
		border: 2px solid #fff;
		padding: 5px;
		border-radius: 50%;
		z-index: 9999;
		color: $color_2;
		opacity: 1;
		font-weight: 400;
		font-size: 16px;
		font-size: 1.6em;
		font-size: 1.6rem;
		width: 30px;
		.close-icon {
			&:before {
				content: "\00d7";
			}
		}
	}
}
*/
.video-container {
  padding-bottom: 54%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

#bannerStudyAtUcd {
  min-height: 721px;
  position: relative; }
  #bannerStudyAtUcd .blue-box {
    background-color: rgba(0, 115, 164, 0.75);
    min-height: 200px;
    padding: 15px; }
    #bannerStudyAtUcd .blue-box h1 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 38px;
      line-height: 1;
      color: #fff;
      text-align: left;
      margin: 0;
      padding: 10px 0 0 17px; }
    #bannerStudyAtUcd .blue-box p {
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6em;
      font-size: 1.6rem;
      line-height: 25px;
      text-align: left;
      color: #fff;
      padding: 0 17px;
      margin-bottom: 0; }
  #bannerStudyAtUcd::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_banner-down-arrow.png) 50% 50% no-repeat;
    bottom: 0;
    margin: auto;
    z-index: 20; }
  #bannerStudyAtUcd .background-span-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: -5px;
    width: 100%;
    height: 100%;
    min-height: 721px;
    overflow: hidden; }
  #bannerStudyAtUcd .container {
    position: relative;
    z-index: 20; }
    #bannerStudyAtUcd .container .row {
      padding-top: 80px; }
      #bannerStudyAtUcd .container .row .left-col {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 52.5%; }
      #bannerStudyAtUcd .container .row .right-col {
        float: left;
        width: 47.5%;
        padding-left: 75px;
        padding-right: 10px; }

#homeBanner {
  padding-top: 38px;
  background: -webkit-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
  background: -o-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
  background: -moz-linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff);
  background: linear-gradient(top, #eee, #eee 76%, #fff 24%, #fff); }
  #homeBanner .col-sm-4 .h3style {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 3px 0;
    font-weight: 300;
    color: #282828;
    font-size: 22px;
    line-height: 31px; }
  #homeBanner .col-sm-4 a span.glyphicon {
    margin-right: 6px;
    font-size: 12px; }
  #homeBanner .col-sm-4 a:last-of-type {
    margin-right: 0; }
  #homeBanner .feature {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
    width: 100%;
    min-height: 147px;
    padding: 19px 17px; }
    #homeBanner .feature .intro {
      padding: 0 0 0 125px; }
      #homeBanner .feature .intro p {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        margin: 0;
        font-weight: 700;
        color: #282828;
        font-size: 12px;
        line-height: 23px; }
        #homeBanner .feature .intro p:last-of-type {
          font-family: "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 12px; }
        #homeBanner .feature .intro p:first-of-type {
          text-transform: uppercase; }
      #homeBanner .feature .intro h4 {
        margin: 0; }
        #homeBanner .feature .intro h4 a {
          font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
          font-weight: 400;
          color: #0073a4;
          font-size: 15px;
          line-height: 22px; }
    #homeBanner .feature img {
      float: left; }
    #homeBanner .feature .quick-help {
      padding: 8px 6px; }
      #homeBanner .feature .quick-help h4 {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        margin: 0 0 18px;
        font-weight: 400;
        color: #007eb5;
        font-size: 18px;
        line-height: 20px; }
      #homeBanner .feature .quick-help .select-box {
        min-height: 39px;
        display: none; }
  #homeBanner .feature.school {
    margin-top: 30px;
    min-height: 137px; }

h2 {
  color: #0073a4;
  margin: 0;
  padding: 0; }

#homeCarousel {
  position: relative;
  margin-bottom: 30px; }
  #homeCarousel .carousel-inner .item .carousel-caption {
    bottom: 20px;
    left: 0;
    width: 100%;
    right: auto;
    text-shadow: none; }
    #homeCarousel .carousel-inner .item .carousel-caption h3 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-size: 28px;
      font-weight: 300;
      line-height: 38px;
      text-align: center;
      color: #fff;
      margin: 0;
      padding: 0; }
    #homeCarousel .carousel-inner .item .carousel-caption a {
      display: block; }
      #homeCarousel .carousel-inner .item .carousel-caption a:active {
        text-decoration: none;
        color: #fff; }
      #homeCarousel .carousel-inner .item .carousel-caption a:focus {
        text-decoration: none;
        color: #fff; }
      #homeCarousel .carousel-inner .item .carousel-caption a:hover {
        text-decoration: none;
        color: #fff; }
    #homeCarousel .carousel-inner .item .carousel-caption p {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 27px;
      text-align: center;
      color: #fff;
      margin: 0;
      padding: 0; }
  #homeCarousel .carousel-inner .item .carousel-link {
    position: absolute;
    height: 358px;
    width: 100%;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), color-stop(44%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%); }
  #homeCarousel .carousel-inner .item:before {
    content: "";
    min-height: 300px;
    width: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), color-stop(44%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 41%, transparent 44%, rgba(0, 0, 0, 0.75) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #homeCarousel .carousel-inner .item img {
    display: block;
    width: auto;
    height: auto;
    max-width: inherit;
    max-height: 358px; }
  #homeCarousel .carousel-indicators {
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    #homeCarousel .carousel-indicators li {
      margin: 1px 5px; }
    #homeCarousel .carousel-indicators li.active {
      margin: -1px 5px; }
  #homeCarousel .carousel-control.left {
    background: 0 0 !important;
    width: auto;
    bottom: auto;
    top: 180px;
    opacity: 1;
    left: 35px; }
  #homeCarousel .carousel-control.right {
    background: 0 0 !important;
    width: auto;
    bottom: auto;
    top: 180px;
    opacity: 1;
    right: 35px; }

#news {
  background-color: #eee;
  padding-bottom: 55px; }
  #news .col-sm-3 .wrapper {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    #news .col-sm-3 .wrapper h3 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      color: #0073a4;
      margin: 0;
      padding: 18px 30px 18px 13px;
      min-height: 150px; }
      #news .col-sm-3 .wrapper h3 a {
        color: #0073a4; }
    #news .col-sm-3 .wrapper img {
      display: block;
      height: auto;
      width: 100%; }
  #news h2 {
    padding-bottom: 37px; }

#campaign {
  position: relative;
  padding-bottom: 48px; }
  #campaign img {
    display: block;
    width: 100%;
    height: auto; }
  #campaign .lightBox {
    position: absolute;
    top: 51px;
    left: 82px;
    width: 44.2%;
    min-height: 323px;
    background-color: rgba(0, 115, 164, 0.75);
    color: #fff;
    padding: 43px 25px 25px 37px; }
    #campaign .lightBox p {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 14px;
      margin: 0 0 12px;
      text-align: left; }
    #campaign .lightBox h2 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-align: left;
      font-size: 22px;
      line-height: 32px;
      margin: 0 0 22px;
      padding: 0;
      color: #fff; }
    #campaign .lightBox a {
      font-size: 13px;
      line-height: 26px;
      color: #fff; }
      #campaign .lightBox a span.glyphicon {
        margin-right: 10px;
        font-size: 10px; }

#spots {
  padding-bottom: 31px; }
  #spots .col-sm-4 .wrapper {
    position: relative;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09); }
    #spots .col-sm-4 .wrapper img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 180px; }
    #spots .col-sm-4 .wrapper span {
      background-color: rgba(0, 66, 122, 0.8);
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      padding: 8px 15px; }
    #spots .col-sm-4 .wrapper h3 {
      font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 23px;
      color: #0073a4;
      margin: 0;
      padding: 18px 18px 18px 13px;
      min-height: 128px;
      max-height: 128px; }
      #spots .col-sm-4 .wrapper h3 a {
        color: #0073a4; }
  #spots h2 {
    padding-bottom: 37px; }

#socialFeeds {
  background-color: #eee;
  padding-bottom: 45px;
  padding-top: 50px; }
  #socialFeeds h2 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #00427a;
    padding: 0 10px 45px 0;
    text-align: center;
    font-size: 24px; }
  #socialFeeds .feed-wrapper {
    padding: 0 5px 0 13px;
    margin: 0; }
    #socialFeeds .feed-wrapper .feed-item {
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
      font-size: 13px !important;
      width: 263px !important;
      padding: 17px 8px !important; }
      #socialFeeds .feed-wrapper .feed-item .j-poster a .j-date {
        line-height: 22px !important;
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        color: #414141 !important; }
      #socialFeeds .feed-wrapper .feed-item .j-poster a h3 {
        line-height: 22px !important;
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        color: #414141 !important; }
      #socialFeeds .feed-wrapper .feed-item .j-text .message p {
        line-height: 22px !important;
        font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 13px !important;
        color: #414141 !important;
        overflow-x: hidden; }
        #socialFeeds .feed-wrapper .feed-item .j-text .message p .auto {
          line-height: 22px !important;
          font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
          font-weight: 400 !important;
          font-size: 13px !important;
          word-wrap: break-word !important;
          color: #0073a4 !important; }
          #socialFeeds .feed-wrapper .feed-item .j-text .message p .auto:focus {
            color: #0073a4 !important;
            text-decoration: underline !important; }
          #socialFeeds .feed-wrapper .feed-item .j-text .message p .auto:hover {
            color: #0073a4 !important;
            text-decoration: underline !important; }
        #socialFeeds .feed-wrapper .feed-item .j-text .message p a {
          line-height: 22px !important;
          font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
          font-weight: 400 !important;
          font-size: 13px !important;
          word-wrap: break-word !important;
          color: #0073a4 !important; }
          #socialFeeds .feed-wrapper .feed-item .j-text .message p a:focus {
            color: #0073a4 !important;
            text-decoration: underline !important; }
          #socialFeeds .feed-wrapper .feed-item .j-text .message p a:hover {
            color: #0073a4 !important;
            text-decoration: underline !important; }
      #socialFeeds .feed-wrapper .feed-item .j-meta a:focus {
        color: #0073a4 !important; }
      #socialFeeds .feed-wrapper .feed-item .j-meta a:hover {
        color: #0073a4 !important; }
    #socialFeeds .feed-wrapper .j-paginate {
      display: none; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left {
  opacity: 1; }
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

#browser-warning {
  color: #312f30;
  font-size: 14px;
  background-color: #f1eff0;
  padding: 6px 0 12px;
  z-index: 10;
  position: relative; }

#cookie {
  color: #312f30;
  font-size: 14px;
  background-color: #f1eff0;
  padding: 6px 0 12px;
  z-index: 10;
  position: relative;
  display: none; }

.info-icon {
  top: 6px;
  color: #0074ad;
  margin-right: 6px;
  font-size: 26px; }

.cookie-close {
  cursor: pointer; }
  .cookie-close .close-text {
    color: #007eb5;
    font-weight: 700;
    font-size: 11pt;
    opacity: 1;
    float: none;
    padding-left: 15px;
    padding-right: 15px; }
    .cookie-close .close-text a {
      color: #007eb5;
      text-decoration: underline; }
      .cookie-close .close-text a:hover {
        text-decoration: none; }
  .cookie-close .close-icon {
    top: 6px;
    color: #007eb5;
    font-size: 26px; }

.selectDropdown {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .selectDropdown .carat {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .selectDropdown .carat:after {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .selectDropdown .selected::after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none; }
  .selectDropdown div {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .selectDropdown div::after {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .selectDropdown li {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .selectDropdown:after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }

.selectDropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

.white-select .selectDropdown {
  border: 1px solid #d8d8d8;
  position: relative;
  width: 100%;
  max-width: 305px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 0;
  display: table; }
  .white-select .selectDropdown .carat {
    position: absolute;
    height: 37px;
    z-index: 1;
    width: 50px;
    right: 2px;
    top: 2px;
    bottom: 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-color: #fbfbfb; }
    .white-select .selectDropdown .carat:after {
      content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_down-blue-arrow-small.png);
      display: inline-block;
      font-size: 12px;
      color: #fff;
      z-index: 99;
      position: absolute;
      top: 10px;
      right: 10px; }
  .white-select .selectDropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden; }
  .white-select .selectDropdown select {
    position: absolute;
    left: 0;
    top: 0; }
  .white-select .selectDropdown .selected {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #fbfbfb;
    width: 100%;
    height: 39px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #282828;
    line-height: 1;
    position: relative;
    cursor: pointer;
    padding-left: 14px;
    display: table-cell;
    vertical-align: middle;
    border: none;
    white-space: nowrap;
    overflow: hidden; }
  .white-select .selectDropdown div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 1px;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #ccc;
    color: #444;
    border-radius: 5px; }
  .white-select .selectDropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0; }
  .white-select .selectDropdown li {
    display: block;
    font-weight: 400;
    line-height: 1;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    list-style: none;
    border-bottom: 1px solid #ccc; }
    .white-select .selectDropdown li:hover {
      text-decoration: underline; }
    .white-select .selectDropdown li:last-of-type {
      border-bottom: 0; }
  .white-select .selectDropdown li.focus {
    background: #fff;
    position: relative;
    z-index: 3;
    color: #444;
    text-decoration: underline; }
  .white-select .selectDropdown li.active {
    background: #fff;
    color: #444; }
.white-select .selectDropdown.open {
  z-index: 2; }
  .white-select .selectDropdown.open div {
    opacity: 1;
    z-index: 1001; }
.white-select .selectDropdown.focus .selected {
  border-color: #ebebeb; }
.white-select .selectDropdown.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.white-select .selectDropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px; }
.white-select .selectDropdown.scrollable.bottom div::after {
  opacity: 0; }
.white-select .selectDropdown.scrollable.open ul {
  overflow-y: auto; }

.white-select.half-width .selectDropdown {
  width: 48%;
  float: left; }
  .white-select.half-width .selectDropdown:last-of-type {
    float: right; }

.data-wrapper .graph {
  float: left;
  max-width: 100%; }
.data-wrapper .data {
  float: left; }
  .data-wrapper .data .dataTables_wrapper {
    overflow-x: auto; }

@media (max-width: 991px) {
  body {
    width: 100%;
    transition: .5s;
    position: inherit;
    overflow-x: hidden; }
    body #cookie {
      width: 100%; }

  body.active {
    transition: .5s;
    position: fixed;
    border-right: 1px solid #d8d8d8;
    -ms-transform: translateX(-78%);
    -webkit-transform: translateX(-78%);
    transform: translateX(-78%); }
    body.active #cookie {
      width: 178%; }

  #mobileMenu {
    display: none;
    border-top: 3px solid #007eba;
    border-left: 1px solid #d8d8d8;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #eee;
    width: 78%;
    padding: 0 15px;
    overflow-y: auto; }
    #mobileMenu ul.main {
      padding: 0; }
      #mobileMenu ul.main li .currentbranch0 {
        font-size: 16px;
        line-height: 39px; }
        #mobileMenu ul.main li .currentbranch0 a {
          line-height: 1;
          display: inline-block;
          width: auto;
          letter-spacing: 0;
          text-decoration: none;
          color: #00427a;
          border-bottom: 1px solid #00427a; }
      #mobileMenu ul.main li a {
        font-size: 16px;
        line-height: 39px;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #0073a4; }
      #mobileMenu ul.main li:last-of-type {
        border-bottom: none; }
    #mobileMenu .search {
      padding: 21px 25px;
      border-bottom: 1px solid #d8d8d8; }
      #mobileMenu .search .input-group {
        border: 1px solid #d8d8d8; }
        #mobileMenu .search .input-group .form-control {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          box-shadow: none;
          -webkit-box-shadow: none;
          border: 0; }
        #mobileMenu .search .input-group .input-group-addon {
          padding: 0;
          border: 0;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          background-color: #fff; }
          #mobileMenu .search .input-group .input-group-addon input {
            background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_search-icon-black.png) center center no-repeat #fff;
            border: 0;
            height: 33px;
            width: 33px;
            text-indent: -100px;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0; }
    #mobileMenu ul {
      border-bottom: 1px solid #d8d8d8;
      list-style: none;
      margin: 0;
      padding: 10px 0; }
      #mobileMenu ul li {
        padding: 0 25px; }
        #mobileMenu ul li a {
          display: inline-block;
          width: 100%; }
    #mobileMenu ul.top li a {
      font-size: 14px;
      line-height: 28px;
      color: #353535; }
    #mobileMenu ul.personal li a {
      font-size: 14px;
      line-height: 28px; }
    #mobileMenu ul.personal li.divider {
      border-top: 1px solid #d8d8d8;
      margin: 10px; }
    #mobileMenu .dropdown {
      display: none; }

  #mobileMenu.active {
    display: block; }

  .swap-divs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .swap-divs .left {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width: 100%; }
    .swap-divs .right {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 100%; }

  .row-eq-height {
    display: block;
    margin-right: -15px;
    margin-left: -15px; }

  #breadcrumb {
    display: none; }

  #topNav {
    display: none; }

  header {
    border-top: 3px solid #007eba;
    position: relative;
    z-index: 50;
    width: 100%; }
    header #searchIcon {
      float: right;
      cursor: pointer;
      color: #0073a4;
      margin: 17px 5px 0 0;
      height: 42px;
      width: 20px;
      position: relative;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
      header #searchIcon:before {
        position: absolute;
        top: 14px;
        left: 5px;
        content: "\e003"; }
    header #menuIcon {
      transition: .5s;
      float: right;
      cursor: pointer;
      color: #0073a4;
      font-weight: 700;
      font-size: 13.56px;
      line-height: 22px;
      display: block;
      margin: 17px 5px 0 0;
      padding: 10px;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transform: scaleY(1.0319); }
    header #menuIcon.active {
      margin: 17px 4px 0 0; }
    header #menuIcon.hamburger {
      float: right;
      background: 0 0;
      width: 22px;
      height: 18px;
      display: block;
      margin: 30px 5px 0 0;
      cursor: pointer; }
    header #mainNav {
      display: none; }
    header nav {
      display: none; }
    header .logo h1 {
      float: left;
      max-width: 210px;
      margin: 7px 0 13px -3px; }
      header .logo h1 a {
        height: auto;
        min-height: 55px;
        font-size: 14px;
        line-height: 12px;
        padding: 0 0 0 44px;
        background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_logo-m.png) no-repeat; }
        header .logo h1 a span {
          font-size: 20px;
          line-height: 30px;
          letter-spacing: -.65px;
          padding: 1px 0 2px; }
          header .logo h1 a span:last-of-type {
            letter-spacing: -.7px;
            font-size: 14px; }

  header#school {
    background-color: #3c3c3c; }
    header#school .logo h1 {
      max-width: 72%; }
      header#school .logo h1 a {
        height: auto;
        min-height: 55px; }
        header#school .logo h1 a span {
          white-space: normal; }
    header#school #searchIcon {
      color: #fff; }
    header#school #menuIcon {
      color: #fff; }

  #socialLinks .col-sm-2 {
    padding: 0; }
    #socialLinks .col-sm-2 a {
      padding: 36px 10px 40px;
      display: block; }
      #socialLinks .col-sm-2 a span {
        display: none; }
    #socialLinks .col-sm-2 a.fb {
      padding-left: 0;
      background-position: 15px 24px; }
    #socialLinks .col-sm-2 a.insta {
      padding-left: 0;
      background-position: -177px 24px; }
    #socialLinks .col-sm-2 a.twitter {
      padding-left: 0;
      background-position: -376px 24px; }
    #socialLinks .col-sm-2 a.youtube {
      padding-left: 0;
      background-position: -563px 24px; }
    #socialLinks .col-sm-2 a.rss-feed {
      padding-left: 0;
      background-position: -750px 24px; }
    #socialLinks .col-sm-2 a.g-plus {
      padding-left: 0;
      background-position: -936px 24px; }
  #socialLinks .container {
    padding: 0; }

  footer {
    padding: 6px 0 88px; }
    footer .right div {
      padding-bottom: 20px; }
      footer .right div:last-of-type {
        padding-bottom: 0px; }
    footer img {
      margin: 0;
      padding: 20px 0; }

  #single-column-content h2 {
    font-size: 20px;
    font-size: 2em;
    font-size: 2rem;
    padding: 20px 0;
    padding: 0 0 25px; }
  #single-column-content .container {
    padding-left: 12px;
    padding-right: 12px; }
  #single-column-content .content-byline {
    line-height: 1.4;
    margin-top: -7px;
    font-size: 14px;
    font-size: 1.4em;
    font-size: 1.4rem; }
    #single-column-content .content-byline br {
      display: none; }
  #single-column-content #buttonbar {
    top: -10px; }

  .container h2 {
    font-size: 20px;
    font-size: 2em;
    font-size: 2rem;
    padding: 20px 0; }

  #banner {
    min-height: 300px;
    overflow: hidden; }
    #banner .container {
      padding-left: 12px;
      padding-right: 12px; }
    #banner .intro-box {
      max-width: 100%;
      margin-top: 25px;
      padding: 10px; }
      #banner .intro-box .control {
        padding: 15px;
        top: -42px;
        margin-left: -42px;
        width: 84px;
        height: 84px; }
        #banner .intro-box .control button {
          width: 50px;
          height: 50px;
          padding: 0 0 2px 4px; }
      #banner .intro-box .control + h1 {
        padding-top: 45px; }
      #banner .intro-box h1 {
        font-size: 24px;
        font-size: 2.4em;
        font-size: 2.4rem;
        padding-top: 20px; }
      #banner .intro-box p {
        line-height: 1.7;
        font-size: 14px;
        font-size: 1.4em;
        font-size: 1.4rem; }
        #banner .intro-box p br {
          display: none; }
    #banner .intro-box.cta {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 60px;
      min-height: 150px;
      max-height: 160px; }
    #banner.left-slim .intro-box {
      max-width: 100%; }

  .modalBox iframe {
    width: 100%;
    height: 100%; }

  .open-close {
    display: none; }

  #expanding-panel .panel-default.social-panel {
    width: 100%; }
    #expanding-panel .panel-default.social-panel:first-child {
      margin-left: 0;
      margin-right: 0; }
    #expanding-panel .panel-default.social-panel:last-child {
      margin-left: 0;
      margin-right: 0; }
    #expanding-panel .panel-default.social-panel .panel-heading {
      border-bottom: solid 1px #ebebeb; }
  #expanding-panel .panel-default {
    border: 0;
    border-radius: 0; }
    #expanding-panel .panel-default .panel-collapse .title-link {
      padding: 9px 12px 9px 35px;
      width: 100%;
      border-bottom: solid 1px #ebebeb; }
      #expanding-panel .panel-default .panel-collapse .title-link:after {
        top: 9px;
        left: 16px; }
    #expanding-panel .panel-default .panel-body {
      border-top: 0; }
      #expanding-panel .panel-default .panel-body ul {
        margin-left: 15px;
        margin-right: 15px; }
      #expanding-panel .panel-default .panel-body ul.col3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; }
      #expanding-panel .panel-default .panel-body .sc-spot, #expanding-panel .panel-default .panel-body > img {
        display: none; }
      #expanding-panel .panel-default .panel-body .sc-spot-content {
        width: 100%;
        max-width: 100%; }
        #expanding-panel .panel-default .panel-body .sc-spot-content p {
          padding: 30px 15px;
          font-size: 17px;
          font-size: 1.7em;
          font-size: 1.7rem; }
        #expanding-panel .panel-default .panel-body .sc-spot-content ul {
          margin: 4px 5% 20px;
          width: 90%; }
        #expanding-panel .panel-default .panel-body .sc-spot-content ul.cols {
          width: 90%; }
    #expanding-panel .panel-default .panel-heading {
      padding: 0 44px 0 15px;
      height: 61px;
      border-radius: 0;
      background-color: #fff;
      display: table;
      width: 100%; }
      #expanding-panel .panel-default .panel-heading .panel-title {
        font-size: 15px;
        display: table-cell;
        float: none;
        vertical-align: middle;
        position: relative;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 400;
        cursor: pointer; }
        #expanding-panel .panel-default .panel-heading .panel-title:after {
          color: #007eba;
          font-size: 13px;
          text-align: left;
          content: "\2212";
          font-family: "Glyphicons Halflings";
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: -23px;
          top: 23px; }
        #expanding-panel .panel-default .panel-heading .panel-title:before {
          content: '';
          border-radius: 4px;
          background-color: #eee;
          height: 28px;
          width: 28px;
          position: absolute;
          right: -30px;
          top: 16px; }
        #expanding-panel .panel-default .panel-heading .panel-title:active {
          text-decoration: none; }
        #expanding-panel .panel-default .panel-heading .panel-title:focus {
          text-decoration: none; }
        #expanding-panel .panel-default .panel-heading .panel-title:hover {
          text-decoration: none; }
      #expanding-panel .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
        display: inline-block; }
      #expanding-panel .panel-default .panel-heading .panel-title.no-desk:after {
        display: inline-block; }
      #expanding-panel .panel-default .panel-heading .panel-title.no-desk:before {
        display: inline-block; }
      #expanding-panel .panel-default .panel-heading .panel-title.collapsed:after {
        content: "\2b";
        right: -23px; }
  #expanding-panel .collapse.in {
    border-top: solid 1px #ebebeb; }

  .panel-default {
    border: 0;
    border-radius: 0; }
    .panel-default .panel-collapse .title-link {
      padding: 9px 12px 9px 35px;
      width: 100%;
      border-bottom: solid 1px #ebebeb; }
      .panel-default .panel-collapse .title-link:after {
        top: 9px;
        left: 16px; }
    .panel-default .panel-body {
      border-top: 0; }
    .panel-default .panel-heading {
      padding: 0 44px 0 15px;
      height: 61px;
      border-radius: 0;
      background-color: #fff;
      display: table;
      width: 100%; }
      .panel-default .panel-heading .panel-title {
        font-size: 15px;
        display: table-cell;
        float: none;
        vertical-align: middle;
        position: relative;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 400;
        cursor: pointer; }
        .panel-default .panel-heading .panel-title:after {
          color: #007eba;
          font-size: 13px;
          text-align: left;
          content: "\2212";
          font-family: "Glyphicons Halflings";
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: -23px;
          top: 23px; }
        .panel-default .panel-heading .panel-title:before {
          content: '';
          border-radius: 4px;
          background-color: #eee;
          height: 28px;
          width: 28px;
          position: absolute;
          right: -30px;
          top: 16px; }
        .panel-default .panel-heading .panel-title:active {
          text-decoration: none; }
        .panel-default .panel-heading .panel-title:focus {
          text-decoration: none; }
        .panel-default .panel-heading .panel-title:hover {
          text-decoration: none; }
      .panel-default .panel-heading .panel-title.collapsed.no-desk:after {
        display: inline-block; }
      .panel-default .panel-heading .panel-title.no-desk:after {
        display: inline-block; }
      .panel-default .panel-heading .panel-title.no-desk:before {
        display: inline-block; }
      .panel-default .panel-heading .panel-title.collapsed:after {
        content: "\2b";
        right: -23px; }
    .panel-default .collapse.in {
      border-top: solid 1px #ebebeb; }

  .grid-panel {
    text-align: center;
    margin: 0 auto 40px;
    float: none;
    width: 570px;
    height: 574px;
    display: table; }
    .grid-panel .grid-item {
      width: 285px;
      margin: 0; }
      .grid-panel .grid-item:nth-child(n+5) {
        display: none; }
      .grid-panel .grid-item .overlay .detail {
        width: 50%; }

  .padding-left-right {
    padding: 0 10px; }

  .content {
    width: 100%;
    padding: 0 10px 20px; }
    .content h2 {
      font-size: 22px;
      margin: 13px 0 0;
      line-height: 32px; }
    .content .img-row {
      display: none; }
    .content img {
      display: block;
      max-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
    .content .quicklinks {
      padding-top: 0; }
      .content .quicklinks h3 {
        font-size: 18px; }

  .rightNav {
    display: none;
    width: 100%;
    margin-top: 0; }
    .rightNav ul li .currentbranch2 {
      box-shadow: none;
      background-color: #0073a4; }
      .rightNav ul li .currentbranch2 a {
        color: #fff; }
        .rightNav ul li .currentbranch2 a:before {
          content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_white-arrow.png); }

  .mobile-right-nav {
    padding: 13px 12px;
    border-bottom: 1px solid #ddd;
    background-color: #eee; }
    .mobile-right-nav h4 {
      border: 1px solid #ebebeb;
      background-color: #fff;
      margin: 0;
      padding: 10px 30px 8px 10px;
      text-transform: uppercase;
      font-size: 12px;
      position: relative; }
      .mobile-right-nav h4:after {
        content: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_blue-arrow.png);
        position: absolute;
        top: 11px;
        right: 16px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transition: .3s; }
    .mobile-right-nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: none; }
      .mobile-right-nav ul li {
        border: 1px solid #ebebeb;
        background-color: #fff;
        font-size: 13px;
        border-top: 0; }
        .mobile-right-nav ul li a {
          display: inline-block;
          width: 100%;
          padding: 9px 12px 10px;
          color: #007eb5; }
        .mobile-right-nav ul li .currentbranch0 {
          display: inline-block;
          width: 100%;
          padding: 9px 12px 10px;
          background-color: #007eba; }
          .mobile-right-nav ul li .currentbranch0 a {
            padding: 0;
            color: #fff; }
    .mobile-right-nav h4.active:after {
      right: 17px;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg); }

  #accordion-panel .panel-default {
    border-radius: 0; }
    #accordion-panel .panel-default .panel-collapse .title-link {
      padding: 9px 12px 9px 35px;
      width: 100%;
      border-bottom: solid 1px #ebebeb; }
      #accordion-panel .panel-default .panel-collapse .title-link:after {
        top: 9px;
        left: 16px; }
    #accordion-panel .panel-default .panel-body {
      border-top: 0; }
    #accordion-panel .panel-default .panel-heading {
      padding: 0 44px 0 15px;
      height: 61px;
      border-radius: 0;
      background-color: #fff;
      display: table;
      width: 100%; }
      #accordion-panel .panel-default .panel-heading .panel-title {
        font-size: 15px;
        display: table-cell;
        float: none;
        vertical-align: middle;
        position: relative;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        font-weight: 400;
        cursor: pointer; }
        #accordion-panel .panel-default .panel-heading .panel-title:after {
          color: #007eba;
          font-size: 13px;
          text-align: left;
          content: "\2212";
          font-family: "Glyphicons Halflings";
          font-style: normal;
          font-weight: 400;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: -23px;
          top: 23px; }
        #accordion-panel .panel-default .panel-heading .panel-title:before {
          content: '';
          border-radius: 4px;
          background-color: #eee;
          height: 28px;
          width: 28px;
          position: absolute;
          right: -30px;
          top: 16px; }
        #accordion-panel .panel-default .panel-heading .panel-title:active {
          text-decoration: none; }
        #accordion-panel .panel-default .panel-heading .panel-title:focus {
          text-decoration: none; }
        #accordion-panel .panel-default .panel-heading .panel-title:hover {
          text-decoration: none; }
      #accordion-panel .panel-default .panel-heading .panel-title.collapsed:after {
        content: "\2b";
        right: -23px; }
  #accordion-panel .collapse.in {
    border-top: solid 1px #ebebeb; }

  .embed-responsive {
    margin-bottom: 15px; }

  h1 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px; }

  img {
    margin-bottom: 15px; }

  ol {
    margin-bottom: 15px; }

  p {
    margin-bottom: 15px;
    font-size: 13px;
    color: #414141; }

  ul {
    margin-bottom: 15px; }

  width: 100%;
  h2 {
    font-size: 20px;
    line-height: 26px; }

  h3 {
    font-size: 18px;
    line-height: 26px; }

  p.align-right {
    width: 100%;
    margin-top: 0;
    padding-left: 0; }

  img.align-left {
    max-width: 100%; }

  .table-wrapper {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 3px;
    margin-bottom: 15px; }
    .table-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 14px;
      height: 14px; }
    .table-wrapper::-webkit-scrollbar-thumb {
      border: 1px solid #a8a8a8;
      background-color: #bcbcbc; }

  table {
    margin-bottom: 0; }

  a.download-link {
    margin-top: 15px;
    padding: 25px 10px 25px 55px; }
    a.download-link .title {
      margin: 0;
      width: 100%;
      display: inline; }
    a.download-link .type {
      margin-left: 5px; }
    a.download-link .glyphicon {
      left: 15px;
      top: 35px; }

  /*
  	.modal-dialog {
  		width: 90%;
  		height: auto;
  	}
  */
  #bannerStudyAtUcd {
    min-height: 337px; }
    #bannerStudyAtUcd .blue-box {
      max-width: 100%;
      margin-top: 25px;
      padding: 25px 10px;
      margin: 0; }
      #bannerStudyAtUcd .blue-box p {
        font-size: 14px;
        font-size: 1.4em;
        font-size: 1.4rem;
        line-height: 21px;
        text-align: center;
        padding: 0; }
      #bannerStudyAtUcd .blue-box h1 {
        padding: 0;
        text-align: center;
        font-size: 26px; }
    #bannerStudyAtUcd:after {
      display: none; }
    #bannerStudyAtUcd .background-span-image {
      min-height: 337px;
      height: 337px; }
      #bannerStudyAtUcd .background-span-image:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 38px;
        background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_banner-down-arrow-white.png) center center no-repeat;
        top: 299px;
        margin: auto;
        z-index: 20;
        overflow: hidden; }
      #bannerStudyAtUcd .background-span-image img {
        max-height: 337px; }
    #bannerStudyAtUcd .container .row {
      padding: 0; }
      #bannerStudyAtUcd .container .row .left-col {
        min-height: 337px;
        padding: 25px 15px 58px;
        margin-bottom: 15px;
        float: none;
        width: 100%; }
      #bannerStudyAtUcd .container .row .right-col {
        margin-bottom: 30px;
        padding: 0 15px;
        float: none;
        width: 100%; }

  #banner-panel {
    padding: 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
    #banner-panel .panel-default .panel-body ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; }
      #banner-panel .panel-default .panel-body ul li:last-of-type {
        border-bottom: none; }

  #homeBanner {
    background: -webkit-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
    background: -o-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
    background: -moz-linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
    background: linear-gradient(top, #eee, #eee 35%, #fff 24%, #fff);
    padding-top: 15px; }
    #homeBanner .col-sm-4 {
      padding-bottom: 15px; }
      #homeBanner .col-sm-4 .h3style {
        font-size: 17px;
        line-height: 24px; }
        #homeBanner .col-sm-4 .h3style br {
          display: none; }
      #homeBanner .col-sm-4 a {
        margin-right: 0;
        display: inline-block;
        width: 100%; }
    #homeBanner .feature {
      box-shadow: none;
      display: block;
      border: none;
      margin: 0;
      padding: 0 15px 15px; }
      #homeBanner .feature img {
        display: none; }
      #homeBanner .feature .intro {
        float: none;
        border: 1px solid #d9d9d9;
        width: 100%;
        padding: 17px;
        min-height: 130px; }
      #homeBanner .feature .quick-help {
        border: 1px solid #d9d9d9;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
        padding: 15px; }
        #homeBanner .feature .quick-help .select-box {
          min-height: 23px; }
          #homeBanner .feature .quick-help .select-box .white-select .selectDropdown {
            max-width: 100%; }
    #homeBanner .feature.school {
      min-height: 1px;
      margin-top: 0; }

  #homeCarousel {
    margin-bottom: 15px;
    min-height: 350px; }
    #homeCarousel .carousel-inner .item:before {
      min-height: 350px; }
    #homeCarousel .carousel-inner .item .carousel-link {
      height: 350px; }
    #homeCarousel .carousel-inner .item img {
      max-height: 350px; }
    #homeCarousel .carousel-inner .item .carousel-caption {
      bottom: 27px; }
      #homeCarousel .carousel-inner .item .carousel-caption a {
        display: block; }
        #homeCarousel .carousel-inner .item .carousel-caption a:active {
          text-decoration: none;
          color: #fff; }
        #homeCarousel .carousel-inner .item .carousel-caption a:focus {
          text-decoration: none;
          color: #fff; }
        #homeCarousel .carousel-inner .item .carousel-caption a:hover {
          text-decoration: none;
          color: #fff; }
      #homeCarousel .carousel-inner .item .carousel-caption h3 {
        font-size: 23px; }
      #homeCarousel .carousel-inner .item .carousel-caption p {
        line-height: 21px; }
    #homeCarousel .carousel-control.left {
      top: 116px;
      font-size: 25px;
      left: 20px; }
    #homeCarousel .carousel-control.right {
      top: 116px;
      font-size: 25px;
      right: 20px; }

  #spots {
    padding-bottom: 0; }
    #spots .col-sm-4 .wrapper {
      margin-bottom: 15px; }
      #spots .col-sm-4 .wrapper h3 {
        min-height: 1px;
        padding: 15px 15px 20px; }
    #spots h2 {
      padding-bottom: 20px; }

  #news {
    background-color: #eee;
    padding-bottom: 15px; }
    #news h2 {
      padding-bottom: 20px; }
    #news .col-sm-3 .wrapper {
      margin-bottom: 20px; }
      #news .col-sm-3 .wrapper h3 {
        min-height: 1px;
        padding: 23px 13px; }

  #campaign {
    padding-bottom: 30px; }
    #campaign .lightBox {
      min-height: 1px;
      width: 100%;
      position: relative;
      top: auto;
      left: auto;
      padding: 30px 15px;
      background-color: #0073a4; }
      #campaign .lightBox h2 {
        font-size: 18px;
        line-height: 26px; }
        #campaign .lightBox h2 br {
          display: none; }

  #socialFeeds {
    padding-top: 30px;
    padding-bottom: 45px; }
    #socialFeeds h2 {
      padding: 0 15px 25px;
      font-size: 20px;
      line-height: 26px; }
    #socialFeeds .feed-wrapper {
      padding: 0 15px;
      margin: 0; }
      #socialFeeds .feed-wrapper .feed-item {
        width: 100% !important;
        padding: 17px 15px !important; }
        #socialFeeds .feed-wrapper .feed-item:last-of-type {
          margin-bottom: 0 !important; }

  #browser-warning {
    color: #312f30;
    font-size: 11pt;
    background-color: #f1eff0;
    padding: 12px 0; }

  #cookie {
    color: #312f30;
    font-size: 11pt;
    background-color: #f1eff0;
    padding: 12px 0; }

  .info-icon {
    vertical-align: top; }

  .cookie-text {
    padding-right: 0;
    padding-bottom: 0;
    width: 84%;
    display: inline-block; }

  .cookie-close {
    display: inline-block;
    float: right; }
    .cookie-close .close-icon {
      color: #007eb5;
      display: inline-block; }
    .cookie-close .close-text {
      display: none; }

  .white-select .selectDropdown div {
    display: none; }
  .white-select .selectDropdown .old {
    width: 100%;
    height: 30px;
    z-index: 999999;
    opacity: 0; }
    .white-select .selectDropdown .old select {
      width: 100%;
      height: 30px;
      opacity: 0; }

  .navbar-infohub {
    display: none; }

  .data-wrapper .graph {
    float: left;
    max-width: 100%;
    overflow-x: auto; }
  .data-wrapper .data {
    float: left;
    max-width: 100%; }
    .data-wrapper .data .dataTables_wrapper {
      overflow-x: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto; } }
/*
@media (min-width:768px) and (max-width:1199px) {
	#banner {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#bannerStudyAtUcd {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#breadcrumb {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#browser-warning {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#campaign {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#cookie {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#discover {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#homeBanner {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#social {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#socialFeeds {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#spots {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#themes {
		width: 1170px !important;
		overflow-x: hidden;
	}
	#topNav {
		width: 1170px !important;
		overflow-x: hidden;
	}
	footer {
		width: 1170px !important;
		overflow-x: hidden;
	}
	header {
		width: 1170px !important;
		overflow-x: hidden;
	}
	main {
		width: 1170px !important;
		overflow-x: hidden;
	}
}
@media (min-width:768px) and (orientation:landscape) {
	.container {
		width: 1170px !important;
	}
}
@media (min-width:768px) and (orientation:portrait) {
	.container {
		width: 1170px !important;
	}
	#single-column-content {
		margin-top: -1px;
		z-index: 9;
		position: relative;
	}
	.content {
		min-height: 800px;
	}
}
*/
@media (max-width: 600px) {
  .grid-panel {
    width: 100%;
    float: left; }
    .grid-panel .grid-item {
      width: 285px;
      margin: 0 auto;
      display: list-item;
      list-style: none;
      float: none; } }
@media (max-width: 479px) {
  #staffProfile .box {
    padding-left: 7px;
    padding-right: 7px; }
    #staffProfile .box img {
      max-width: 20%;
      width: auto;
      height: auto;
      display: block;
      margin: 0; }
    #staffProfile .box .intro {
      float: left;
      width: 80%;
      padding: 0 10px; }
      #staffProfile .box .intro a:before {
        margin-right: 7px; } }
@media all and (transform-3d) {
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item .active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item .prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item .active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item .prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.navbar-infohub {
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.18);
  min-height: 45px;
  background: #007eb5;
  background-color: #007eb5;
  border-color: #007eb5; }
  .navbar-infohub #infohub-search form {
    display: inline; }
  .navbar-infohub #infohub-search #search {
    width: 0px;
    margin: 0 5px 0 0;
    padding: 6px;
    height: 26px;
    vertical-align: top;
    display: none; }
  .navbar-infohub .navbar-nav > li > a {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    padding: 10px 8px;
    color: #0073a4;
    letter-spacing: -.1px;
    color: #fff; }
    .navbar-infohub .navbar-nav > li > a:hover {
      color: #fff;
      background-color: transparent; }
    .navbar-infohub .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
    .navbar-infohub .navbar-nav > li > a.dropdown-toggle {
      padding-right: 15px; }
  .navbar-infohub .navbar-nav > li > a.avatar {
    padding: 3px 15px 3px 8px; }
  .navbar-infohub .navbar-nav > .active > a {
    color: #fff;
    background-color: #007eb5; }
    .navbar-infohub .navbar-nav > .active > a:hover {
      color: #fff;
      background-color: #007eb5; }
    .navbar-infohub .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #007eb5; }
  .navbar-infohub .navbar-nav > .open > a {
    color: #fff;
    background-color: #007eb5; }
  .navbar-infohub .navbar-brand {
    color: #fff; }
    .navbar-infohub .navbar-brand:hover {
      color: #fff; }
    .navbar-infohub .navbar-brand:focus {
      color: #fff; }
  .navbar-infohub .navbar-text {
    color: #fff; }
  .navbar-infohub .navbar-toggle {
    border-color: #007eb5; }
    .navbar-infohub .navbar-toggle:hover {
      background-color: #007eb5; }
    .navbar-infohub .navbar-toggle:focus {
      background-color: #007eb5; }
    .navbar-infohub .navbar-toggle .icon-bar {
      background-color: #ffffff; }
  .navbar-infohub .navbar-collapse {
    border-color: #ffffff; }
  .navbar-infohub .navbar-form {
    border-color: #ffffff; }
  .navbar-infohub .navbar-link {
    color: #fff; }
    .navbar-infohub .navbar-link:hover {
      color: #fff; }
  .navbar-infohub ul li .input-group {
    width: 178px;
    height: 28px;
    border-radius: 0;
    margin: 10px 0 0 10px; }
    .navbar-infohub ul li .input-group .form-control {
      font-size: 12px;
      border: none;
      border-radius: 0;
      padding: 0 10px;
      height: 28px; }
    .navbar-infohub ul li .input-group .input-group-addon {
      border-radius: 0;
      border: none;
      background-color: #fff;
      height: 28px;
      padding: 0; }
      .navbar-infohub ul li .input-group .input-group-addon input {
        background: url(http://www.ucd.ie/t4cms/ucdcollegesandschools_search-icon-blue.png) center 6px no-repeat #fff;
        border: none;
        height: 27px;
        width: 34px;
        text-indent: -100px; }
  .navbar-infohub .fa, .navbar-infohub .glyphicon {
    font-size: 22px; }
  .navbar-infohub .label {
    font-size: 100%; }
  .navbar-infohub .dropdown .caret {
    position: absolute;
    top: 20px;
    right: 0; }

#global-nav a:hover {
  text-decoration: underline; }
#global-nav.navbar-nav > li:first-of-type a {
  padding-left: 0; }

.avatar img {
  max-height: 40px;
  border-radius: 3px; }

.navbar {
  margin-bottom: 0px;
  min-height: 45px; }
  .navbar input[type=submit] {
    background-color: transparent;
    border: none;
    color: #777;
    padding: 15px; }
    .navbar input[type=submit]:hover {
      color: #000; }

.tooltip-inner {
  background-color: #fff;
  border: 1px solid #0073a4;
  color: #0073a4; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #0073a4; }

legend {
  color: #00427a; }

textarea.form-control {
  width: 100%; }

.form-control {
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }
  .form-control.sqltext {
    font-family: Courier, monospace; }
  .full-width .form-control {
    width: 100%; }

.selector {
  margin: 18px 0; }

.querylinks {
  font-size: 12px; }
  .querylinks a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #DDD; }
    .querylinks a:first-child {
      border-left: 0px solid; }
    .querylinks a:hover {
      text-decoration: underline; }

.queryexport {
  font-size: 11px; }
  .queryexport a {
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    line-height: 1.5em; }
    .queryexport a:hover {
      text-decoration: underline; }
  .queryexport a#excel {
    background: url(https://sisweb.ucd.ie/infohub3/images/excel.png) no-repeat 9px 0px; }

select {
  background: transparent; }

.select2-container--default {
  font-size: 13px;
  max-width: 100%; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option {
      padding: 6px 12px; }
  .select2-container--default .select2-results #select2-p_WHUBITEM_FONT_ICON-results {
    font-family: FontAwesome, "Open Sans", Helvetica, Arial, sans-serif; }
  .select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #ccc;
    padding: 6px 24px 6px 12px;
    line-height: 1.42857143; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: inherit;
      padding: 0; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 30px; }
    .select2-container--default .select2-selection--single #select2-p_WHUBITEM_FONT_ICON-container {
      font-family: FontAwesome, "Open Sans", Helvetica, Arial, sans-serif; }

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9; }

.input-group .select2-container--default.select2-container--open, .input-group .select2-container--default.select2-container--focus {
  z-index: 3; }

#feedback {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  #feedback h4 {
    padding-left: 8px; }
  #feedback table {
    width: 100%; }
    #feedback table td, #feedback table th {
      padding: 3px 8px; }
      #feedback table td input[type="radio"], #feedback table th input[type="radio"] {
        margin: 0 10px 0 2px; }

#blueboxes {
  background-color: #eee;
  padding-top: 35px; }
  #blueboxes .bluebox {
    display: block;
    height: 140px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #578ebe;
    color: #fff;
    text-align: right;
    padding: 15px;
    padding-left: 50px;
    font-weight: 300;
    margin-bottom: 20px; }
    #blueboxes .bluebox:hover {
      background-color: #4884b8;
      color: #fff; }
    #blueboxes .bluebox .visual {
      display: block;
      position: absolute;
      top: 15px;
      left: 5px; }
      #blueboxes .bluebox .visual > i {
        font-size: 110px;
        line-height: 110px;
        color: #fff;
        opacity: 0.1;
        filter: alpha(opacity=10); }
    #blueboxes .bluebox .details {
      font-size: 16px;
      letter-spacing: 0px; }
      #blueboxes .bluebox .details .title {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-bottom: 5px; }

.anchormenu {
  float: right;
  min-height: 50px;
  margin-top: 35px; }
  .anchormenu ul {
    float: right;
    width: 189px;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .anchormenu ul li a span {
      color: #000;
      text-transform: uppercase;
      background: url(https://sisweb.ucd.ie/infohub3/images/quicklink.png) no-repeat center right;
      display: block; }
    .anchormenu ul li:hover ul {
      visibility: visible; }
    .anchormenu ul ul {
      visibility: hidden;
      position: absolute;
      height: 0; }
    .anchormenu ul a:hover ul {
      visibility: visible; }
  .anchormenu li {
    float: left;
    position: relative;
    z-index: 1; }
  .anchormenu table {
    position: absolute;
    border-collapse: collapse;
    z-index: 80;
    left: -1px;
    top: 25px; }
  .anchormenu a {
    display: block;
    width: 189px;
    padding: 7px 10px;
    line-height: 1.3em;
    color: #0073a4;
    background: #e2e2e2;
    text-decoration: none !important; }
    .anchormenu a:hover {
      color: #000; }
  .anchormenu:hover {
    color: #000; }

input.text-counter {
  display: inline-block;
  border: none;
  font-style: italic;
  text-align: right;
  float: right; }

span.fieldrequiredtext {
  color: red; }

form + form {
  margin-top: 20px; }

.btn + .btn, .menubutton + .btn, input[type=submit] + .btn, th input[type="submit"] + .btn, .btn + .menubutton, .menubutton + .menubutton, input[type=submit] + .menubutton, th input[type="submit"] + .menubutton, .btn + input[type=submit], .menubutton + input[type=submit], input[type=submit] + input[type=submit], th input[type="submit"] + input[type=submit], th .btn + input[type="submit"], th .menubutton + input[type="submit"], th input[type=submit] + input[type="submit"], th input[type="submit"] + input[type="submit"] {
  margin-left: 5px; }

.icons .iconbox {
  color: #4884b8;
  text-align: center;
  padding: 15px;
  font-weight: 300; }
  .icons .iconbox:hover {
    background-color: #DDDDDD;
    color: #4884b8; }
  .icons .iconbox .visual > i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px; }
  .icons .iconbox .details {
    color: #697882;
    font-size: 12px;
    letter-spacing: 0px; }
  .icons .iconbox .title {
    color: #697882;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1px;
    margin-bottom: 5px; }

.report-buttons {
  float: right;
  margin: 10px 0; }

.blockcell table {
  width: 100%; }

.module {
  position: relative; }

td.infotext h3 {
  margin: 20px;
  font-size: 24px;
  color: #333; }

.speckLinkbar .menubutton, .speckBar .menubutton {
  padding: 4px; }

.alert.alert-danger {
  border-color: #a94442; }
  .alert.alert-danger * {
    color: #a94442; }

span.blue, .sc-spot-content ul li a span {
  font-size: 90%;
  background-color: #337ab7;
  padding: 6px 12px; }
  span.blue:empty, .sc-spot-content ul li a span:empty {
    display: inline-block; }
span.green {
  font-size: 90%;
  background-color: #0a9c2b;
  padding: 6px 12px; }
  span.green:empty {
    display: inline-block; }
span.crimson {
  font-size: 90%;
  background-color: #DC143C;
  padding: 6px 12px; }
  span.crimson:empty {
    display: inline-block; }
span.orange {
  font-size: 90%;
  background-color: #FFA500;
  padding: 6px 12px; }
  span.orange:empty {
    display: inline-block; }
span.indigo {
  font-size: 90%;
  background-color: #7B68EE;
  padding: 6px 12px; }
  span.indigo:empty {
    display: inline-block; }
span.cyan {
  font-size: 90%;
  background-color: #00FFFF;
  padding: 6px 12px; }
  span.cyan:empty {
    display: inline-block; }

input + .alert.alert-warning {
  margin-top: 10px; }

.validationFailed {
  border-color: red;
  border-width: 2px;
  border-style: dashed; }

@media print {
  .navbar, header, #breadcrumbs, #buttonbar, footer {
    display: none; }

  a[href]:after {
    content: none !important; }

  .tooltip {
    display: none !important; }

  .data-wrapper .data {
    float: none; }

  .panel-footer {
    display: none; }

  .blockcell {
    page-break-inside: avoid; } }

/*# sourceMappingURL=infohub.css.map */
