/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 16, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
  -webkit-font-smoothing: antialiased;
}
/* line 21, ../sass/pages.scss */
body.contextual-links-region {
  position: static !important;
}

/* line 28, ../sass/pages.scss */
#page {
  padding-top: 10px;
  width: 960px;
  margin: 0 auto;
}

/* line 34, ../sass/pages.scss */
.maintenance-page #content p {
  margin: 0;
  padding: 10px 20px;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 45, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 48, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/* line 59, ../sass/pages.scss */
body #admin-menu {
  margin: 0;
}

/* line 63, ../sass/pages.scss */
html body.page-pet, html body.page-notify-send-iframe {
  margin-top: 0 !important;
  background: #fff;
}
/* line 66, ../sass/pages.scss */
html body.page-pet #content, html body.page-notify-send-iframe #content {
  width: 100%;
}
/* line 69, ../sass/pages.scss */
html body.page-pet #main, html body.page-notify-send-iframe #main {
  margin: 0;
}
/* line 72, ../sass/pages.scss */
html body.page-pet #admin-menu, html body.page-notify-send-iframe #admin-menu {
  display: none;
}

/* line 77, ../sass/pages.scss */
.center-page {
  width: 960px;
  margin: 0 auto;
}

/* line 82, ../sass/pages.scss */
.hide {
  display: none;
}

/*
 * Header
 */
/* line 89, ../sass/pages.scss */
#header {
  padding: 30px 20px 16px 20px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}

/* line 95, ../sass/pages.scss */
#site-meta-nav {
  padding: 0 10px 10px 10px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}
/* line 100, ../sass/pages.scss */
#site-meta-nav a {
  color: #00aaa6;
}
/* line 104, ../sass/pages.scss */
#site-meta-nav .block {
  margin: 0;
}
/* line 107, ../sass/pages.scss */
#site-meta-nav .region-header, #site-meta-nav #secondary-menu {
  float: right;
}

/*
 * Main (container for everything else)
 */
/* line 118, ../sass/pages.scss */
#main {
  margin-top: 10px;
}

/* line 123, ../sass/pages.scss */
.sidebar-first #content {
  /* Span 2 columns, starting in 2nd column from left. */
  float: left;
  width: 730px;
}

/* line 129, ../sass/pages.scss */
#sidebar {
  width: 220px;
  float: left;
  margin-right: 10px;
}

/*
 * Content
 */
/* line 139, ../sass/pages.scss */
#content {
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 149, ../sass/pages.scss */
#content #content-body {
  position: relative;
  padding: 20px;
}

/* line 155, ../sass/pages.scss */
.page-panels #content #content-body {
  padding: 0;
}

/* line 160, ../sass/pages.scss */
.page-home #content {
  background: none;
}

/* line 168, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 169, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 173, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 181, ../sass/pages.scss */
#page-title {
  padding: 20px 20px 10px 20px;
  color: white;
  background: #5cb8b6;
  font-weight: normal;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}

/* line 193, ../sass/pages.scss */
.section-home #page-title {
  background: #c78d86;
}

/* line 194, ../sass/pages.scss */
.section-about #page-title {
  background: #f37121;
}

/* line 195, ../sass/pages.scss */
.section-news #page-title {
  background: #ef4156;
}

/* line 196, ../sass/pages.scss */
.section-events #page-title {
  background: #c40c42;
}

/* line 197, ../sass/pages.scss */
.section-pubs #page-title {
  background: #455560;
}

/* line 198, ../sass/pages.scss */
.section-library #page-title {
  background: #8baea2;
}

/* line 199, ../sass/pages.scss */
.section-form #page-title, .section-statistical-returns #page-title {
  background: #5cb8b6;
}

/* line 200, ../sass/pages.scss */
.section-search #page-title {
  background: #5cb8b7;
}

/* line 201, ../sass/pages.scss */
.section-advancedsearch #page-title {
  background: #5cb8b7;
}

/* line 202, ../sass/pages.scss */
.section-faq #page-title {
  background: #8baea2;
}

/* line 203, ../sass/pages.scss */
.section-contact #page-title {
  background: #8baea2;
}

/* line 206, ../sass/pages.scss */
.page-node #content a, .page-views #content a, .page-returns #content a {
  color: #5cb8b6;
}

/* line 207, ../sass/pages.scss */
.section-home #content a {
  color: #c78d86;
}

/* line 208, ../sass/pages.scss */
.section-about #content a {
  color: #f37121;
}

/* line 209, ../sass/pages.scss */
.section-news #content a {
  color: #ef4156;
}

/* line 210, ../sass/pages.scss */
.section-events #content a {
  color: #c40c42;
}

/* line 211, ../sass/pages.scss */
.section-pubs #content a {
  color: #455560;
}

/* line 212, ../sass/pages.scss */
.section-library #content a {
  color: #8baea2;
}

/* line 214, ../sass/pages.scss */
.section-form #content a,
.section-statistical-returns #content a {
  color: #398f8d;
}

/* line 216, ../sass/pages.scss */
.section-search #content a {
  color: #5cb8b7;
}

/* line 217, ../sass/pages.scss */
.section-advancedsearch #content a {
  color: #5cb8b7;
}

/* line 219, ../sass/pages.scss */
.section-faq #content a {
  color: #8baea2;
}

/* line 220, ../sass/pages.scss */
.section-contact #content a {
  color: #8baea2;
}

/* line 227, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0;
}

/* line 231, ../sass/pages.scss */
tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 235, ../sass/pages.scss */
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 239, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
  padding: 0.71429em 1.42857em;
  background-image: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 243, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 250, ../sass/pages.scss */
div.status {
  /* Normal priority messages */
}

/* line 254, ../sass/pages.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

/* line 259, ../sass/pages.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

/* line 262, ../sass/pages.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

/* line 266, ../sass/pages.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

/* line 270, ../sass/pages.scss */
.tabs {
  /* See also the tabs.css file. */
}

/* line 273, ../sass/pages.scss */
.region-help {
  /* Help text on a page */
}

/* line 276, ../sass/pages.scss */
.more-help-link {
  /* Link to more help */
}

/* line 279, ../sass/pages.scss */
.region-content {
  /* Wrapper for the actual page content */
}

/* line 282, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 286, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 292, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 296, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 299, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

/* line 304, ../sass/pages.scss */
.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}

/* line 307, ../sass/pages.scss */
.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer
 */
/* line 335, ../sass/pages.scss */
#footer {
  width: 100%;
  padding: 65px 0 25px 0;
  background: url(../images/footer-shadows.png) no-repeat;
  background-position: center 4px;
}

/*
 * Page bottom
 */
/* line 350, ../sass/pages.scss */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}

/* line 3, ../sass/promo-box.scss */
.promo-box-full {
  position: relative;
  width: 960px;
  height: 340px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  overflow: hidden;
  background: white;
}
/* line 12, ../sass/promo-box.scss */
.promo-box-full a {
  color: white;
}
/* line 15, ../sass/promo-box.scss */
.promo-box-full .over-image-text {
  position: absolute;
  top: 50px;
  left: 30px;
  height: 260px;
}
/* line 22, ../sass/promo-box.scss */
.promo-box-full .field-name-field-summary {
  width: 900px;
}
/* line 23, ../sass/promo-box.scss */
.promo-box-full .field-name-field-summary p {
  margin-top: 0;
}
/* line 29, ../sass/promo-box.scss */
.promo-box-full h1 {
  font-size: 3em;
  line-height: 1.19048em;
  margin-top: 0;
}
/* line 32, ../sass/promo-box.scss */
.promo-box-full h1 a {
  background: url(../images/bg-hack.png);
}
/* line 37, ../sass/promo-box.scss */
.promo-box-full .field-name-field-image {
  position: static;
  width: inherit;
  height: inherit;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 45, ../sass/promo-box.scss */
.promo-box-full .field-name-field-cta {
  position: absolute;
  bottom: 0;
  display: inline-block;
  background: #c61549;
  font-family: "Quicksand", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.14286em;
  line-height: 1.25em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 52, ../sass/promo-box.scss */
.promo-box-full .field-name-field-cta a {
  padding: 15px;
}
/* line 56, ../sass/promo-box.scss */
.promo-box-full .field-name-field-cta * {
  display: inline-block;
}

/* line 62, ../sass/promo-box.scss */
.promo-box-teaser {
  position: relative;
  width: 360px;
  height: 180px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 68, ../sass/promo-box.scss */
.promo-box-teaser .node-title {
  margin-bottom: 10px;
}
/* line 71, ../sass/promo-box.scss */
.promo-box-teaser p {
  margin: 0;
}
/* line 74, ../sass/promo-box.scss */
.promo-box-teaser .text-wrap {
  float: left;
  width: 160px;
  height: 170px;
  padding-top: 10px;
  padding-left: 20px;
}
/* line 81, ../sass/promo-box.scss */
.promo-box-teaser .field-name-field-image {
  position: static;
  float: right;
  width: 170px;
  height: inherit;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 89, ../sass/promo-box.scss */
.promo-box-teaser .field-name-field-cta {
  position: absolute;
  bottom: 20px;
  font-size: 0.85714em;
  line-height: 1.66667em;
  color: #e9762d;
}
/* line 94, ../sass/promo-box.scss */
.promo-box-teaser .field-name-field-cta a {
  color: #e9762d;
}
/* line 96, ../sass/promo-box.scss */
.promo-box-teaser .field-name-field-cta a:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 6px;
  height: 6px;
  background-position: -119px -88px;
  margin-left: 5px;
}

/* line 6, ../sass/news-and-events.scss */
.pane-homepage-latest-news {
  height: 370px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
}
/* line 10, ../sass/news-and-events.scss */
.pane-homepage-latest-news .pane-title {
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 16, ../sass/news-and-events.scss */
.pane-homepage-latest-news h3 {
  margin: 0.71429em 0;
  line-height: 1em !important;
}
/* line 19, ../sass/news-and-events.scss */
.pane-homepage-latest-news h3 a {
  color: #e9762d;
}
/* line 23, ../sass/news-and-events.scss */
.pane-homepage-latest-news p {
  margin: 0.71429em 0;
}
/* line 26, ../sass/news-and-events.scss */
.pane-homepage-latest-news .view {
  padding-left: 20px;
}
/* line 30, ../sass/news-and-events.scss */
.pane-homepage-latest-news .latest-news {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 310px;
  overflow: hidden;
}
/* line 37, ../sass/news-and-events.scss */
.pane-homepage-latest-news .news-mini-teaser {
  position: relative;
  float: left;
  width: 170px;
  height: 310px;
  margin-right: 20px;
}
/* line 44, ../sass/news-and-events.scss */
.pane-homepage-latest-news .views-field-view-node {
  position: absolute;
  bottom: 20px;
  font-size: 0.85714em;
  line-height: 1.66667em;
  color: #e9762d;
}
/* line 49, ../sass/news-and-events.scss */
.pane-homepage-latest-news .views-field-view-node .mini-cta a {
  color: #e9762d;
}
/* line 51, ../sass/news-and-events.scss */
.pane-homepage-latest-news .views-field-view-node .mini-cta a:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 6px;
  height: 6px;
  background-position: -119px -88px;
  margin-left: 5px;
}

/* line 59, ../sass/news-and-events.scss */
.panel-col-last .pane-node {
  margin-bottom: 10px;
}

/* line 67, ../sass/news-and-events.scss */
.view-news-listing.exposed-filter-on h3 {
  display: none;
}

/* line 73, ../sass/news-and-events.scss */
.view-news-listing .view-header h2, .view-events-listing .view-header h2 {
  margin: 0;
  max-width: 415px;
}
/* line 79, ../sass/news-and-events.scss */
.view-news-listing #filterDiv, .view-events-listing #filterDiv {
  position: absolute;
  top: 20px;
  right: 12px;
}
/* line 86, ../sass/news-and-events.scss */
.view-news-listing .view-content h3, .view-events-listing .view-content h3 {
  clear: both;
  margin: 0px;
}
/* line 93, ../sass/news-and-events.scss */
.view-news-listing #edit-themefilter-wrapper, .view-events-listing #edit-themefilter-wrapper {
  padding-top: 10px;
}
/* line 96, ../sass/news-and-events.scss */
.view-news-listing #edit-themefilter-wrapper .selectBox-arrow, .view-events-listing #edit-themefilter-wrapper .selectBox-arrow {
  width: 17px;
}
/* line 97, ../sass/news-and-events.scss */
.view-news-listing #edit-themefilter-wrapper .selectBox-dropdown, .view-events-listing #edit-themefilter-wrapper .selectBox-dropdown {
  min-width: 245px;
  max-width: 245px;
}
/* line 99, ../sass/news-and-events.scss */
.view-news-listing #edit-themefilter-wrapper .selectBox-label, .view-events-listing #edit-themefilter-wrapper .selectBox-label {
  width: 50px;
  font-size: 13px;
  padding-bottom: 0px;
}
/* line 104, ../sass/news-and-events.scss */
.view-news-listing #edit-themefilter-wrapper .views-exposed-widget, .view-events-listing #edit-themefilter-wrapper .views-exposed-widget {
  width: 10px;
}

/* line 112, ../sass/news-and-events.scss */
.node-news-item .field-name-field-tags .field-label, .node-news-item .field-name-field-tags .field-items, .node-event .field-name-field-tags .field-label, .node-event .field-name-field-tags .field-items {
  float: none;
  width: auto;
}
/* line 119, ../sass/news-and-events.scss */
.node-news-item .field-name-field-strategic-theme .field-item:after, .node-news-item .field-name-field-tags .field-item:after, .node-event .field-name-field-strategic-theme .field-item:after, .node-event .field-name-field-tags .field-item:after {
  content: ", ";
}
/* line 124, ../sass/news-and-events.scss */
.node-news-item .field-name-field-tags .field-item:last-child:after, .node-event .field-name-field-tags .field-item:last-child:after {
  content: "";
}
/* line 127, ../sass/news-and-events.scss */
.node-news-item .field-name-field-strategic-theme, .node-news-item .field-name-field-tags, .node-event .field-name-field-strategic-theme, .node-event .field-name-field-tags {
  display: inline-block;
  margin-right: 5px;
}
/* line 130, ../sass/news-and-events.scss */
.node-news-item .field-name-field-strategic-theme *, .node-news-item .field-name-field-tags *, .node-event .field-name-field-strategic-theme *, .node-event .field-name-field-tags * {
  display: inline;
}
/* line 135, ../sass/news-and-events.scss */
.node-news-item.node-teaser, .node-event.node-teaser {
  background: #f1f2f2;
  margin-bottom: 5px;
  padding: 10px;
}
/* line 141, ../sass/news-and-events.scss */
.node-news-item.node-teaser p.submitted, .node-event.node-teaser p.submitted {
  display: inline;
}
/* line 145, ../sass/news-and-events.scss */
.node-news-item.node-teaser .field-name-field-tags, .node-news-item.node-teaser .field-label, .node-event.node-teaser .field-name-field-tags, .node-event.node-teaser .field-label {
  display: inline;
}
/* line 149, ../sass/news-and-events.scss */
.node-news-item.node-teaser .field-name-field-strategic-theme, .node-news-item.node-teaser .field-name-field-tags, .node-event.node-teaser .field-name-field-strategic-theme, .node-event.node-teaser .field-name-field-tags {
  display: block;
}
/* line 154, ../sass/news-and-events.scss */
.node-news-item.node-teaser .field-name-field-strategic-theme .field-item:last-child:after, .node-event.node-teaser .field-name-field-strategic-theme .field-item:last-child:after {
  content: "";
}
/* line 157, ../sass/news-and-events.scss */
.node-news-item.node-teaser .node-title, .node-event.node-teaser .node-title {
  font-weight: normal;
  font-size: 1.14286em;
  line-height: 1.25em;
  margin-bottom: 0.71429em;
}
/* line 163, ../sass/news-and-events.scss */
.node-news-item.node-teaser li.node-readmore, .node-event.node-teaser li.node-readmore {
  display: none;
}
/* line 165, ../sass/news-and-events.scss */
.node-news-item.node-teaser .field-name-field-strategic-theme, .node-event.node-teaser .field-name-field-strategic-theme {
  margin-bottom: 0px;
}
/* line 166, ../sass/news-and-events.scss */
.node-news-item.node-teaser .field-name-field-tags, .node-event.node-teaser .field-name-field-tags {
  margin-bottom: 2px;
}
/* line 173, ../sass/news-and-events.scss */
.node-news-item .submitted, .node-event .submitted {
  margin: 0;
}
/* line 175, ../sass/news-and-events.scss */
.node-news-item .field, .node-event .field {
  margin-bottom: 0.71429em;
}
/* line 177, ../sass/news-and-events.scss */
.node-news-item .field p, .node-event .field p {
  margin: 0;
}
/* line 183, ../sass/news-and-events.scss */
.node-news-item .field-name-field-speakers .field,
.node-news-item .field-name-field-contact, .node-event .field-name-field-speakers .field,
.node-event .field-name-field-contact {
  margin: 0;
}

/* line 190, ../sass/news-and-events.scss */
.node-event-teaser .node-title, .node-event-teaser .field-name-field-hashtag {
  display: inline;
}
/* line 192, ../sass/news-and-events.scss */
.node-event-teaser .node-title *, .node-event-teaser .field-name-field-hashtag * {
  display: inline;
}
/* line 195, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-hashtag:before {
  content: " (";
}
/* line 196, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-hashtag:after {
  content: ")";
}
/* line 201, ../sass/news-and-events.scss */
.node-event-teaser .eventDetails .field-name-field-time, .node-event-teaser .eventDetails .field-name-field-date,
.node-event-teaser .eventDetails .field-name-field-cost, .node-event-teaser .eventDetails .field-name-field-city {
  display: inline-block;
}
/* line 203, ../sass/news-and-events.scss */
.node-event-teaser .eventDetails .field-name-field-time *, .node-event-teaser .eventDetails .field-name-field-date *,
.node-event-teaser .eventDetails .field-name-field-cost *, .node-event-teaser .eventDetails .field-name-field-city * {
  display: inline-block;
}
/* line 210, ../sass/news-and-events.scss */
.node-event-teaser .eventDetails .field-name-field-time:after, .node-event-teaser .eventDetails .field-name-field-date:after,
.node-event-teaser .eventDetails .field-name-field-city:after {
  content: " - ";
}
/* line 212, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-speakers {
  margin-bottom: 15px;
}
/* line 216, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-speaker, .node-event-teaser .field-name-field-organisation {
  display: inline;
}
/* line 218, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-speaker *, .node-event-teaser .field-name-field-organisation * {
  display: inline;
}
/* line 221, ../sass/news-and-events.scss */
.node-event-teaser .field-name-field-speaker:after {
  content: ": ";
}

/* line 234, ../sass/news-and-events.scss */
.node-news-item-teaser .node-title, .node-news-item-teaser .submitted {
  display: inline-block;
}
/* line 238, ../sass/news-and-events.scss */
.node-news-item-teaser .submitted {
  margin-left: 5px;
}
/* line 242, ../sass/news-and-events.scss */
.node-news-item-teaser .field-name-field-strategic-theme {
  margin-bottom: 5px;
}

/* line 251, ../sass/news-and-events.scss */
.node-news-item-full p.submitted {
  display: none;
}

/* line 259, ../sass/news-and-events.scss */
.node-event-full .field {
  overflow: hidden;
}
/* line 262, ../sass/news-and-events.scss */
.node-event-full .field-label {
  width: 200px;
}
/* line 265, ../sass/news-and-events.scss */
.node-event-full .field-label, .node-event-full .field-items {
  float: left;
}
/* line 268, ../sass/news-and-events.scss */
.node-event-full .field-name-field-contact-phone {
  margin-left: 200px;
}
/* line 273, ../sass/news-and-events.scss */
.node-event-full .field-name-field-tags .field-label, .node-event-full .field-name-field-tags .field-items {
  float: none;
  width: auto;
}
/* line 279, ../sass/news-and-events.scss */
.node-event-full #timefielditems, .node-event-full #datefielditems, .node-event-full #costfielditems {
  font-weight: bold;
  display: inline;
}
/* line 283, ../sass/news-and-events.scss */
.node-event-full .field-name-field-speakers > .field-items {
  width: 485px;
}
/* line 286, ../sass/news-and-events.scss */
.node-event-full .field-name-field-speakers > .field-items > .field-item {
  margin-bottom: 0.35714em;
}
/* line 290, ../sass/news-and-events.scss */
.node-event-full .field-name-field-speakers > .field-items .field-name-field-speaker {
  font-weight: bold;
}

/* line 298, ../sass/news-and-events.scss */
.node-news-item-teaser em, .node-event-teaser em, .node-publication-teaser em, .node-page-teaser em {
  font-weight: bold;
  font-style: normal;
}

/* line 301, ../sass/news-and-events.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 304, ../sass/news-and-events.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/* line 311, ../sass/news-and-events.scss */
.field-collection-view {
  position: relative;
  padding: 0;
  border: none;
  margin: 0;
}
/* line 316, ../sass/news-and-events.scss */
.field-collection-view .field {
  margin: 0;
}

/* line 320, ../sass/news-and-events.scss */
.field-collection-container {
  position: relative;
  margin: 0;
  border: none;
}

/* line 3, ../sass/twitter-feed.scss */
.latest-tweets #twitter-heading {
  display: block;
  float: left;
  padding: 65px 50px 25px 110px;
  margin: 0;
  width: 80px;
  height: 50px;
  font-size: 1.14286em;
  line-height: 1.25em;
  background-image: url(../images/twitter-heading-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
/* line 16, ../sass/twitter-feed.scss */
.latest-tweets .tweets-pulled-listing {
  list-style: none;
  margin: 0;
}
/* line 21, ../sass/twitter-feed.scss */
.latest-tweets li {
  position: relative;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  width: 200px;
  min-height: 80px;
  padding: 10px;
  margin: 40px 10px 0 10px;
  font-size: 0.85714em;
  line-height: 1.66667em;
  color: white;
}
/* line 32, ../sass/twitter-feed.scss */
.latest-tweets li a {
  color: white;
}
/* line 35, ../sass/twitter-feed.scss */
.latest-tweets li span {
  position: absolute;
  bottom: -40px;
}
/* line 40, ../sass/twitter-feed.scss */
.latest-tweets .tweet-no-1 {
  background-color: #59d2a8;
}
/* line 41, ../sass/twitter-feed.scss */
.latest-tweets .tweet-no-2 {
  background-color: #7facc9;
}
/* line 42, ../sass/twitter-feed.scss */
.latest-tweets .tweet-no-3 {
  background-color: #f8a298;
}
/* line 44, ../sass/twitter-feed.scss */
.latest-tweets .tweet-string-1 {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -86px -2px;
  left: 20px;
}
/* line 45, ../sass/twitter-feed.scss */
.latest-tweets .tweet-string-2 {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -44px -2px;
  left: 30px;
}
/* line 46, ../sass/twitter-feed.scss */
.latest-tweets .tweet-string-3 {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -2px -2px;
  left: 105px;
}

/* line 50, ../sass/twitter-feed.scss */
.twitter-holder-area #twitter-heading {
  display: block;
  float: left;
  padding: 65px 50px 25px 110px;
  margin: 0;
  width: 80px;
  height: 50px;
  font-size: 1.14286em;
  line-height: 1.25em;
  background-image: url(../images/twitter-heading-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
/* line 63, ../sass/twitter-feed.scss */
.twitter-holder-area ul {
  list-style: none;
  margin: 0;
}
/* line 68, ../sass/twitter-feed.scss */
.twitter-holder-area li {
  position: relative;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  width: 200px;
  min-height: 80px;
  padding: 10px;
  margin: 40px 10px 0 10px;
  font-size: 0.85714em;
  line-height: 1.66667em;
  color: white;
}
/* line 78, ../sass/twitter-feed.scss */
.twitter-holder-area li a {
  color: white;
}
/* line 81, ../sass/twitter-feed.scss */
.twitter-holder-area li .tweet-string {
  position: absolute;
  bottom: -40px;
}
/* line 86, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-1 {
  background-color: #59d2a8;
}
/* line 87, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-2 {
  background-color: #7facc9;
}
/* line 88, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-3 {
  background-color: #f8a298;
}
/* line 90, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-1 .tweet-string {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -86px -2px;
  left: 20px;
}
/* line 91, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-2 .tweet-string {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -44px -2px;
  left: 30px;
}
/* line 92, ../sass/twitter-feed.scss */
.twitter-holder-area .tweet-no-3 .tweet-string {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
  width: 40px;
  height: 40px;
  background-position: -2px -2px;
  left: 105px;
}

/* line 3, ../sass/publications.scss */
.file-icon {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/sprites/icons.png);
}

/* line 7, ../sass/publications.scss */
.file-icon-book {
  width: 32px;
  height: 30px;
  background-position: -36px -152px;
}

/* line 8, ../sass/publications.scss */
.file-icon-csv {
  width: 32px;
  height: 30px;
  background-position: -2px -216px;
}

/* line 9, ../sass/publications.scss */
.file-icon-xls {
  width: 32px;
  height: 30px;
  background-position: -2px -184px;
}

/* line 10, ../sass/publications.scss */
.file-icon-html {
  width: 32px;
  height: 30px;
  background-position: -2px -152px;
}

/* line 11, ../sass/publications.scss */
.file-icon-misc {
  width: 32px;
  height: 30px;
  background-position: -70px -120px;
}

/* line 12, ../sass/publications.scss */
.file-icon-pdf {
  width: 32px;
  height: 30px;
  background-position: -36px -120px;
}

/* line 13, ../sass/publications.scss */
.file-icon-powerpoint {
  width: 32px;
  height: 30px;
  background-position: -2px -120px;
}

/* line 14, ../sass/publications.scss */
.file-icon-print {
  width: 32px;
  height: 30px;
  background-position: -2px -184px;
}

/* line 15, ../sass/publications.scss */
.file-icon-tar {
  width: 32px;
  height: 30px;
  background-position: -70px -88px;
}

/* line 16, ../sass/publications.scss */
.file-icon-doc {
  width: 32px;
  height: 30px;
  background-position: -36px -88px;
}

/* line 17, ../sass/publications.scss */
.file-icon-zip {
  width: 32px;
  height: 30px;
  background-position: -2px -88px;
}

/* line 19, ../sass/publications.scss */
.node-publication-teaser {
  padding: 10px;
}
/* line 23, ../sass/publications.scss */
.node-publication-teaser header, .node-publication-teaser .field-name-field-publication-date {
  display: inline;
}
/* line 25, ../sass/publications.scss */
.node-publication-teaser header *, .node-publication-teaser .field-name-field-publication-date * {
  display: inline;
}
/* line 30, ../sass/publications.scss */
.node-publication-teaser .field-name-field-publication-date {
  margin-left: 5px;
}
/* line 33, ../sass/publications.scss */
.node-publication-teaser .field-name-body p {
  margin: 0px;
}

/* line 3, ../sass/find-a-library.scss */
.page-find-a-library p {
  margin-top: 0;
}

/* line 9, ../sass/find-a-library.scss */
.view-find-a-library-sconul {
  padding-bottom: 40px;
}
/* line 12, ../sass/find-a-library.scss */
.view-find-a-library-sconul #results-list a, .view-find-a-library-sconul #results-map a {
  color: #5cb8b6;
  text-decoration: underline;
}
/* line 16, ../sass/find-a-library.scss */
.view-find-a-library-sconul p {
  margin-top: 0;
}
/* line 19, ../sass/find-a-library.scss */
.view-find-a-library-sconul .ajax-progress {
  display: none;
}
/* line 22, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widgets {
  margin: 0;
}
/* line 25, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widget {
  position: relative;
  float: none;
  margin: 0 0 0.71429em 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  background: #e6e6e6;
}
/* line 34, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widget label {
  float: left;
  font-weight: bold;
  padding: 5px 25px;
  line-height: 30px;
}
/* line 40, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widget .views-widget {
  float: right;
  padding: 5px;
}
/* line 44, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widget .form-item .error {
  border: 1px solid #f1f2f2;
}
/* line 48, ../sass/find-a-library.scss */
.view-find-a-library-sconul .results-heading {
  position: relative;
  width: auto;
  padding: 10px 25px;
  font-family: "Source Sans Pro", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  background: #e6e6e6;
  font-size: 1em;
  line-height: 1.42857em;
  margin: 0;
}
/* line 59, ../sass/find-a-library.scss */
.view-find-a-library-sconul .form-select {
  border: 1px solid #f1f2f2;
  background: #f1f2f2;
  width: 300px;
  height: 30px;
}
/* line 65, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widgets {
  position: relative;
}
/* line 67, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widgets .views-submit-button {
  position: absolute;
  bottom: -34px;
  right: 5px;
  margin: 0;
  background: none;
  z-index: 10;
  width: 67px;
}
/* line 74, ../sass/find-a-library.scss */
.view-find-a-library-sconul .views-exposed-widgets .views-submit-button .form-submit {
  margin: 0;
  float: right;
}
/* line 81, ../sass/find-a-library.scss */
.view-find-a-library-sconul .find-a-library-results {
  padding: 10px 5px;
}
/* line 84, ../sass/find-a-library.scss */
.view-find-a-library-sconul .view-header, .view-find-a-library-sconul .attachment {
  margin-bottom: 1.42857em;
}
/* line 89, ../sass/find-a-library.scss */
.view-find-a-library-sconul .view-content .item-list {
  overflow: hidden;
  margin-bottom: 1.42857em;
}
/* line 92, ../sass/find-a-library.scss */
.view-find-a-library-sconul .view-content .item-list h3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 60px;
  font-size: 1em;
  line-height: 1.42857em;
  color: #5cb8b6;
  text-transform: uppercase;
}
/* line 101, ../sass/find-a-library.scss */
.view-find-a-library-sconul .view-content .item-list ul {
  float: left;
  max-width: 577px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 108, ../sass/find-a-library.scss */
.view-find-a-library-sconul .view-content .item-list li {
  margin: 0;
}
/* line 114, ../sass/find-a-library.scss */
.view-find-a-library-sconul .library-az {
  text-align: center;
}
/* line 118, ../sass/find-a-library.scss */
.view-find-a-library-sconul .selectBox-dropdown .selectBox-label {
  line-height: 1.9em;
}
/* line 121, ../sass/find-a-library.scss */
.view-find-a-library-sconul .display-results-options {
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}
/* line 125, ../sass/find-a-library.scss */
.view-find-a-library-sconul .display-results-options a {
  display: block;
  width: 314px;
  padding: 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  border-radius: 5px 5px 0px 0px;
  position: relative;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #455560 !important;
  background: #E6E6E6;
}
/* line 143, ../sass/find-a-library.scss */
.view-find-a-library-sconul .display-results-options a.active {
  background: white;
}
/* line 146, ../sass/find-a-library.scss */
.view-find-a-library-sconul .display-results-options a.display-results-list {
  float: left;
}
/* line 149, ../sass/find-a-library.scss */
.view-find-a-library-sconul .display-results-options a.display-results-map {
  float: right;
}
/* line 155, ../sass/find-a-library.scss */
.view-find-a-library-sconul #results-list {
  display: block;
}
/* line 158, ../sass/find-a-library.scss */
.view-find-a-library-sconul #results-map {
  display: none;
}
/* line 160, ../sass/find-a-library.scss */
.view-find-a-library-sconul #results-map a.sconul-btn {
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 167, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map-result-message {
  font-weight: bold;
}
/* line 171, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form, .view-find-a-library-sconul #sconul-access-map-region-form {
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 174, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form label, .view-find-a-library-sconul #sconul-access-map-region-form label {
  width: 220px;
}
/* line 179, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form .form-item > *, .view-find-a-library-sconul #sconul-access-map-region-form .form-item > * {
  float: left;
}
/* line 183, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form .form-select, .view-find-a-library-sconul #sconul-access-map-region-form .form-select {
  height: auto;
}
/* line 186, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form .selectBox-label, .view-find-a-library-sconul #sconul-access-map-region-form .selectBox-label {
  line-height: 1.3em;
}
/* line 189, ../sass/find-a-library.scss */
.view-find-a-library-sconul #sconul-access-map-postcode-form .form-submit, .view-find-a-library-sconul #sconul-access-map-region-form .form-submit {
  float: left;
  margin-left: 10px;
  padding: 2px 10px;
}
/* line 195, ../sass/find-a-library.scss */
.view-find-a-library-sconul .find-a-library-tabs-results {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  min-height: 100px;
}
/* line 204, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas h2, .view-find-a-library-sconul #map_canvas h3 {
  margin-top: 0;
}
/* line 207, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas img {
  max-width: none;
}
/* line 210, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas .data-item {
  margin: 0;
}
/* line 213, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas .label {
  display: inline-block;
  min-width: 120px;
  font-weight: bold;
}
/* line 218, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas .attn-text {
  color: #c00;
  margin: 10px 0;
}
/* line 222, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas a.sconul-btn {
  margin: 20px 0 0 0;
  color: #000000;
}
/* line 226, ../sass/find-a-library.scss */
.view-find-a-library-sconul #map_canvas p {
  font-size: 0.85714em;
  line-height: 1.66667em;
}

/* line 233, ../sass/find-a-library.scss */
.node-institutions-colorbox h2.node-title {
  margin-bottom: 1.42857em;
}
/* line 236, ../sass/find-a-library.scss */
.node-institutions-colorbox .colorbox-heading {
  padding: 20px 20px 10px 20px;
  color: white;
  background: #5cb8b6;
  font-weight: normal;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  position: relative;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  border-radius: 5px 5px 0px 0px;
  position: relative;
  margin: 0;
}
/* line 248, ../sass/find-a-library.scss */
.node-institutions-colorbox .field {
  overflow: hidden;
}
/* line 252, ../sass/find-a-library.scss */
.node-institutions-colorbox .group_contact {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em;
}
/* line 255, ../sass/find-a-library.scss */
.node-institutions-colorbox .group_contact .field {
  margin-left: 30px;
}
/* line 259, ../sass/find-a-library.scss */
.node-institutions-colorbox .field-label {
  width: 200px;
  float: left;
  clear: left;
}
/* line 266, ../sass/find-a-library.scss */
.node-institutions-colorbox .field-items {
  float: left;
  clear: right;
}
/* line 269, ../sass/find-a-library.scss */
.node-institutions-colorbox .field-items .field-label {
  font-weight: normal;
  margin-left: 20px;
  width: 180px;
}
/* line 275, ../sass/find-a-library.scss */
.node-institutions-colorbox .content-wrap {
  margin: 20px;
}
/* line 278, ../sass/find-a-library.scss */
.node-institutions-colorbox .field-name-field-library-contact {
  margin-top: 1.42857em;
}
/* line 282, ../sass/find-a-library.scss */
.node-institutions-colorbox a.sconul-btn {
  color: #000000;
}

/* line 290, ../sass/find-a-library.scss */
#colorbox .webform-submission-navigation, #colorbox .webform-submission-info, #colorbox .webform-submission-actions,
#colorbox .messages, #colorbox #cboxCurrent, #colorbox #cboxNext, #colorbox #cboxPrevious {
  display: none !important;
}

/* line 298, ../sass/find-a-library.scss */
.view-access-applications h2 {
  margin-top: 0;
}
/* line 301, ../sass/find-a-library.scss */
.view-access-applications th.views-field-submitted {
  width: 100px;
}
/* line 304, ../sass/find-a-library.scss */
.view-access-applications th.views-field-value-3 {
  width: 100px;
}
/* line 307, ../sass/find-a-library.scss */
.view-access-applications .views-exposed-widgets {
  position: absolute;
  top: 1.42857em;
  right: 0;
  padding: 0;
}
/* line 312, ../sass/find-a-library.scss */
.view-access-applications .views-exposed-widgets label, .view-access-applications .views-exposed-widgets div {
  display: inline-block;
}
/* line 315, ../sass/find-a-library.scss */
.view-access-applications .views-exposed-widgets label {
  margin-right: 1em;
}
/* line 318, ../sass/find-a-library.scss */
.view-access-applications .views-exposed-widgets #edit-data-wrapper {
  padding-right: 20px;
  padding-top: 10px;
}
/* line 323, ../sass/find-a-library.scss */
.view-access-applications .archived-Yes-Toggle span {
  color: #c00;
}

/* line 327, ../sass/find-a-library.scss */
#webform-component-hidden-in-list {
  display: none;
}

/* line 334, ../sass/find-a-library.scss */
.node-25 .selected-institution {
  display: inline-block;
  background: #f2f2f2;
  font-weight: bold;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/sites/all/themes/sconul/js/PIE/PIE.htc);
  font-size: 1.14286em;
  line-height: 1.25em;
}
/* line 342, ../sass/find-a-library.scss */
.node-25 a.sconul-btn {
  background: white;
  color: #455560;
  font-size: 0.85714em;
  line-height: 1.66667em;
}
/* line 349, ../sass/find-a-library.scss */
.node-25 #webform-component-application-status,
.node-25 #webform-component-expiration-date,
.node-25 #webform-component-band {
  display: none;
}

/* line 355, ../sass/find-a-library.scss */
.view-pending-access-applications h2 {
  margin-top: 0;
}

/* line 363, ../sass/find-a-library.scss */
.page-institution-home .check-access-result-area {
  display: none;
}
/* line 366, ../sass/find-a-library.scss */
.page-institution-home .form-item-student-id input {
  width: 200px;
}

/* line 374, ../sass/find-a-library.scss */
#apply-access-link {
  behavior: none;
}

/* line 3, ../sass/basic-page.scss */
.node-page .field-name-field-subtitle {
  margin-top: 0;
}
/* line 6, ../sass/basic-page.scss */
.node-page table[style] {
  width: 100% !important;
}
/* line 10, ../sass/basic-page.scss */
.node-page table th, .node-page table td {
  padding: 5px;
}
/* line 15, ../sass/basic-page.scss */
.node-page .field-name-field-tags * {
  display: inline;
}
/* line 18, ../sass/basic-page.scss */
.node-page .field-name-field-tags .field-item {
  display: inline-block;
  margin-right: 5px;
}
/* line 24, ../sass/basic-page.scss */
.node-page .field-name-field-tags .field-item:after {
  content: ", ";
}

/* line 32, ../sass/basic-page.scss */
.node-publication .field {
  margin-bottom: 1.42857em;
}

/* line 42, ../sass/basic-page.scss */
.page-node-382 .block-workbench, .page-node-388 .block-workbench {
  display: none;
}
/* line 46, ../sass/basic-page.scss */
.page-node-382 h2, .page-node-388 h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
/* line 53, ../sass/basic-page.scss */
.page-node-382 #webform-client-form-382 label, .page-node-382 #webform-client-form-388 label, .page-node-388 #webform-client-form-382 label, .page-node-388 #webform-client-form-388 label {
  display: inline;
  font-weight: normal;
}
/* line 60, ../sass/basic-page.scss */
.page-node-382 .grippie, .page-node-388 .grippie {
  display: none;
}
/* line 64, ../sass/basic-page.scss */
.page-node-382 #edit-submitted-your-email-address-,
.page-node-382 #edit-submitted-your-name-,
.page-node-382 #edit-submitted-your-message, .page-node-388 #edit-submitted-your-email-address-,
.page-node-388 #edit-submitted-your-name-,
.page-node-388 #edit-submitted-your-message {
  margin-right: 250px;
  width: 250px;
  float: right;
  padding: 0px;
}
/* line 70, ../sass/basic-page.scss */
.page-node-382 #edit-submit, .page-node-388 #edit-submit {
  margin-right: 250px;
  margin-top: 6px;
  float: right;
}
/* line 76, ../sass/basic-page.scss */
.page-node-382 .AddressHeading h2, .page-node-388 .AddressHeading h2 {
  margin-bottom: 0px;
}
/* line 77, ../sass/basic-page.scss */
.page-node-382 .AddressInfo, .page-node-388 .AddressInfo {
  margin-left: 190px;
  margin-bottom: 20px;
}
/* line 83, ../sass/basic-page.scss */
.page-node-382 .ContactPerson, .page-node-388 .ContactPerson {
  margin-left: 140px;
}
/* line 85, ../sass/basic-page.scss */
.page-node-382 .ContactDetails, .page-node-388 .ContactDetails {
  margin-left: 50px;
}
/* line 87, ../sass/basic-page.scss */
.page-node-382 .ContactDetails a, .page-node-388 .ContactDetails a {
  font-weight: bold;
}
/* line 90, ../sass/basic-page.scss */
.page-node-382 .MapHeading, .page-node-388 .MapHeading {
  float: left;
  margin-top: 20px;
}
/* line 91, ../sass/basic-page.scss */
.page-node-382 .MapHeading h2, .page-node-388 .MapHeading h2 {
  margin: 0px;
}
/* line 96, ../sass/basic-page.scss */
.page-node-382 .MapDiv, .page-node-388 .MapDiv {
  display: inline;
  width: auto;
  float: right;
  margin-right: 75px;
  padding-top: 20px;
}


.info_table tr td:first-child {
    width: 70px;
    color:unset;
}
.info_table tr td:last-child {
    width: 64%;
    color:unset;
}
.info_table tr td {
    color:#455560;
    vertical-align: top;
}
.info_table tr {
    display: block;
    padding-bottom: 15px;
}

/* A specific style the '/sconul-focus' page, just changes the link colours back to normal */
.page-node-4840 #content a {
    color: #5cb8b6;
}