/*$legacy-support-for-ie6: false;
$legacy-support-for-ie7: false;
$legacy-support-for-ie8: true;
*/
/**
 * @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.
 */
/* line 11, ../sass/pages.scss */
html,
body {
  min-width: 1030px;
}

/*
 * Body
 */
/* line 20, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/pages.scss */
#page img {
  max-width: 700px;
}

/* line 31, ../sass/pages.scss */
a {
  text-decoration: none;
}
/* line 33, ../sass/pages.scss */
a:hover {
  text-decoration: underline;
}

/*
 * 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 43, ../sass/pages.scss */
#skip-link {
  margin: 0;
}

/* line 46, ../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;
}

/*
 * Header
 */
/* line 59, ../sass/pages.scss */
#name-and-slogan h1 {
  line-height: 100px;
}

/* line 62, ../sass/pages.scss */
.front #name-and-slogan h1 {
  text-align: center;
}

/* line 65, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* line 70, ../sass/pages.scss */
#logo img {
  vertical-align: bottom;
}

/* line 74, ../sass/pages.scss */
#site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* line 79, ../sass/pages.scss */
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

/* line 84, ../sass/pages.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/* line 89, ../sass/pages.scss */
#site-slogan {
  font-family: 'Droid Serif';
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 100px 0;
}

/* line 101, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
  clear: both;
  /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
/* line 122, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}

/* line 124, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}

/* line 128, ../sass/pages.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

/* line 145, ../sass/pages.scss */
.node-teaser h2 {
  margin: 0;
}

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

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

/* line 158, ../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 */
}

/* line 161, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/* line 202, ../sass/pages.scss */
#content .table-overflow {
  position: relative;
  overflow-x: auto;
  margin-bottom: 1.62963em;
}
/* line 206, ../sass/pages.scss */
#content .table-overflow table {
  margin: 0;
}
/* line 209, ../sass/pages.scss */
#content .table-overflow.table-clone {
  pointer-events: none;
}
/* line 211, ../sass/pages.scss */
#content .table-overflow.table-clone.hide {
  height: 0 !important;
}
/* line 216, ../sass/pages.scss */
#content .table-flow-directions {
  position: relative;
  z-index: 2;
  height: 0;
}
/* line 222, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left,
#content .table-flow-directions .scroll-table-right {
  position: absolute;
  display: block;
  width: 30px;
  text-align: center;
  color: #fff;
  background: #ccd2dc;
  height: 44px;
  max-height: 100px;
  line-height: 44px;
  min-height: 44px;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 235, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left:hover,
#content .table-flow-directions .scroll-table-right:hover {
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #00b4e7;
}
/* line 239, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left.disabled, #content .table-flow-directions .scroll-table-left.disabled:hover,
#content .table-flow-directions .scroll-table-right.disabled,
#content .table-flow-directions .scroll-table-right.disabled:hover {
  background-color: #eff1f4;
}
/* line 243, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left span,
#content .table-flow-directions .scroll-table-right span {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 13px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAACqCAYAAAA5r8b6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExOTEwOUMzQjMxNENDRjMzRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MjhBOTU4MEI0NUIxMUUyQkMzRkVFNjhBMzYwNjdGOCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MjhBOTU3RkI0NUIxMUUyQkMzRkVFNjhBMzYwNjdGOCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY3N0YxMTc0MDcyMDY4MTE5MTA5QzNCMzE0Q0NGMzNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3N0YxMTc0MDcyMDY4MTE5MTA5QzNCMzE0Q0NGMzNGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XTx6MwAABAFJREFUeNrsm7Fu2zAQhpkiDyC/geMnEOAXcIF0d4bOVTq4Y7q1ozN2CjK6Q+Ou7WDvLZA8QAP7BdL4CWq/gXpXn2DiQLuORYpS8BM42LCO0sfTzxOjY47yPDdNay9MAxugAQ1oQAMa0IAG9HOCbjUNukP2g2zk/cy8ng5gXbI/+aad+jx/aGD+HPi+hm/gUwXcDXEnfZ5sYMnhIRSwT2gb+BdZKxSwL2gd4aDAbD5S3neyeyvNvQ7+dPE0+pbIomijusvDBv9WBXiIk45CT8pQt1CDd+o2EV3tHdlHa9G09Hny44Bz/JPA3vuGPsILSEADGtCABjSgAQ1oQAMa0IAGNKABDWhAAxrQgA4E3WoaNFe0Hsi6lVB7KhA9WOWKQeg6YqhdB4OmlOS6qpY4aEpJrpIiaIhItFRJbtSUOqIJWb0N9XDh1Hcq37kc97luKa/y3TW+gfVmldpvB/pQ1e6axuw88D0RW9aa4yfZK+O5Fq6br9o4gw/MuogfvKGgD2hAAxrQgAY0oAENaEADGtCABjSgAQ1oQD9vaH4ryi8Bb8h6T+jXkz65KfNm9cB3xLo9kr0nSxy+iRx7dPSr9KV6ATpxgNyQ9cRuHMcn1gAqh76V722y4ZZI2ndiKL5G+kaFtq2voj+R37RfVGiOXObQskuzifi2y0KXTXltyQaP8pk6fFLl0y6d8zzII7MilzsinVv+mQ95+PjPz7EYRzBzHL+U4wtvTxcPmk535HH9e1oXTc/EOMqJwyeRY4VfO/baYy63P7Emm27FBEzEd16HiahztJaHK1dHy9PLLTl6l6aLXL2MAT2zwJayxkh3QKfis7SOzWLsQnAtiGYSyaJlaoD2girq1oldS899lq7Rd9bo6JeOqsuwCwHQgAY0oAENaEADGtCABjSgAQ1oQAMa0IBuRjuouvX77C3vIOByxJjsa2fy5W7Pfj36eGPWNZgV9TvoH+QPegFJF9edFmTXPAgCWSnfolB0YVSRiHyPqoZmUC769NXhf9GX70VU7TY16ypu+1DoMppe0EXP6PPErKtWC/mdIW/FMutOsM+J9FlUrml1ixlgyEZ3oC/R7VtRZc1Po09ESyasUZ5cU9aywE0LzUtUbW3zYO6iQpvNLoQrgmLgawKdq4GlMgn7knFeRs3TkurOZUKyfmcOt6IEzT7n+6bH0JrmbDEWqWQOl0tJhYs6aTphSVgTUg9qqKSyqoOmbwlmLg+X6ZaHS190nUbXtIm0C+G4pJ5Xjhyt253O1eQbDTqli2c6RzsG5srVaQzoudnsAtuao3fkalNGJgeXmdUy0x7MtQzGSA6/UJF90nLWK/Q+S899lq5RoP8T/dJRDQ6NvxEBXYP2V4ABAKsWCaXZub3vAAAAAElFTkSuQmCC') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -10px;
}
/* line 255, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left {
  left: -30px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 258, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-left span {
  background-position: -10px -15px;
}
/* line 262, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-right {
  right: -30px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 265, ../sass/pages.scss */
#content .table-flow-directions .scroll-table-right span {
  background-position: -10px -60px;
}
/* line 271, ../sass/pages.scss */
#content table {
  width: 100%;
  border: 0;
  font-size: .9em;
}
/* line 276, ../sass/pages.scss */
#content table table {
  font-size: 1em;
}
/* line 280, ../sass/pages.scss */
#content table tr {
  background-color: #eff1f4;
}
/* line 284, ../sass/pages.scss */
#content table th, #content table td {
  border: 1px solid #aeb7c7;
  border-color: #aeb7c7 #ccd2dc;
  padding: .5em .3em;
  text-align: left;
  vertical-align: top;
  line-height: 1.3;
}
/* line 294, ../sass/pages.scss */
#content table thead tr {
  background-color: #ccd2dc;
}
/* line 296, ../sass/pages.scss */
#content table thead tr th, #content table thead tr td {
  color: #536071;
  border-width: 0 1px;
  border-color: #e5e8ed;
}
/* line 306, ../sass/pages.scss */
#content table tbody tr:hover {
  background-color: #dde1e8;
}
/* line 310, ../sass/pages.scss */
#content table tbody tr.ok {
  background-color: #00e600;
}
/* line 314, ../sass/pages.scss */
#content table tbody tr.error {
  background-color: red;
}
/* line 320, ../sass/pages.scss */
#content table tbody th .description, #content table tbody td .description {
  font-size: .9em;
}

/* line 330, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}

/* line 334, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

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

/* line 344, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
  font-size: 0;
  /* Fix 4px indenting on inline-block lists */
  display: inline-block;
  text-align: right;
  width: 100%;
}
/* line 351, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  border-right: 1px solid #fff;
  font-size: 13.5px;
  padding: 15px 10px;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
}
/* line 358, ../sass/pages.scss */
.item-list .pager li a {
  display: block;
  text-decoration: none;
}

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

/* line 368, ../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 396, ../sass/pages.scss */
#footer .block {
  margin-bottom: 0;
}
/* line 399, ../sass/pages.scss */
#footer .block p:last-of-type {
  margin-bottom: 0;
}
/* line 402, ../sass/pages.scss */
#footer #footer-top {
  padding: 25px 0;
}

/*
 * Page bottom
 */
/* line 412, ../sass/pages.scss */
.region-bottom {
  /* Wrapper for any blocks placed in the page bottom region */
}
/* line 413, ../sass/pages.scss */
.region-bottom > * {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 420, ../sass/pages.scss */
.file-formatter-table td {
  min-width: 100px;
}

/* line 425, ../sass/pages.scss */
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  border-width: 1px;
  border-style: solid;
}

/* line 436, ../sass/pages.scss */
.page-search #content .ccs-article-large, .page-search #content .node, .page-list #content .ccs-article-large, .page-list #content .node {
  padding: 30px 25px 25px 25px;
  border-top-width: 1px;
  margin: 0;
}
/* line 442, ../sass/pages.scss */
.page-search #content .view-header, .page-list #content .view-header {
  margin-bottom: 20px;
  font-style: italic;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px;
}
/* line 450, ../sass/pages.scss */
.page-search #content h2.block-title, .page-list #content h2.block-title {
  padding: 10px;
  font-size: 1.6em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 460, ../sass/pages.scss */
.node-teaser, .ccs-article-large, .node {
  position: relative;
}
/* line 463, ../sass/pages.scss */
.node-teaser .field-name-post-date,
.node-teaser .field-name-author,
.node-teaser .field-name-submitted-by, .ccs-article-large .field-name-post-date,
.ccs-article-large .field-name-author,
.ccs-article-large .field-name-submitted-by, .node .field-name-post-date,
.node .field-name-author,
.node .field-name-submitted-by {
  font-size: 0.9em;
  line-height: 1;
}
/* line 470, ../sass/pages.scss */
.node-teaser .field-name-title, .ccs-article-large .field-name-title, .node .field-name-title {
  margin-top: 0;
}
/* line 472, ../sass/pages.scss */
.node-teaser .field-name-title h2, .ccs-article-large .field-name-title h2, .node .field-name-title h2 {
  margin: 0;
}
/* line 477, ../sass/pages.scss */
.node-teaser .ccs-article-type,
.node-teaser .field-name-rsl, .ccs-article-large .ccs-article-type,
.ccs-article-large .field-name-rsl, .node .ccs-article-type,
.node .field-name-rsl {
  font-size: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 6px;
  margin: 0 !important;
  line-height: 1;
  text-transform: uppercase;
}
/* line 488, ../sass/pages.scss */
.page-list .node-teaser .ccs-article-type, .page-list
.node-teaser .field-name-rsl, .page-list .ccs-article-large .ccs-article-type, .page-list
.ccs-article-large .field-name-rsl, .page-list .node .ccs-article-type, .page-list
.node .field-name-rsl {
  display: none;
}

/* line 498, ../sass/pages.scss */
.page-search-hub h1,
.page-search-site h1 {
  padding: 10px;
  color: black;
  font-size: 2em;
  margin: 10px 0 0 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 509, ../sass/pages.scss */
.page-gccsi-hub #main,
.page-gccsi-hub #content {
  padding: 0;
  line-height: 0;
}
