@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Font styles. */
/* line 5, ../scss/style.scss */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 18px/1.5em "KlavikaWebBasicLight", "Klavika Light", "Klavika", Helvetica, Arial, sans-serif;
}

/* Links */
/* line 15, ../scss/style.scss */
a:link, a:visited {
  color: #ca432f;
  text-decoration: none;
}

/* line 22, ../scss/style.scss */
a:hover, a:active {
  color: #ca432f;
  text-decoration: underline;
}

/* Titles. */
/* line 29, ../scss/style.scss */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 37, ../scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 41, ../scss/style.scss */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 48, ../scss/style.scss */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 54, ../scss/style.scss */
h3 {
  font-size: 1.4em;
  margin-bottom: 0.75em;
}

/* line 59, ../scss/style.scss */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 64, ../scss/style.scss */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 70, ../scss/style.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 76, ../scss/style.scss */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 81, ../scss/style.scss */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 87, ../scss/style.scss */
table {
  width: 99%;
}

/* line 93, ../scss/style.scss */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 98, ../scss/style.scss */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 103, ../scss/style.scss */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 108, ../scss/style.scss */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 117, ../scss/style.scss */
ul {
  list-style-type: disc;
}
/* line 119, ../scss/style.scss */
ul ul {
  list-style-type: circle;
}
/* line 121, ../scss/style.scss */
ul ul ul {
  list-style-type: square;
}
/* line 123, ../scss/style.scss */
ul ul ul ul {
  list-style-type: circle;
}

/* line 130, ../scss/style.scss */
ol {
  list-style-type: decimal;
}
/* line 132, ../scss/style.scss */
ol ol {
  list-style-type: lower-alpha;
}
/* line 134, ../scss/style.scss */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 141, ../scss/style.scss */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 148, ../scss/style.scss */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 153, ../scss/style.scss */
#system-themes-form img {
  width: 100px;
}

/* line 157, ../scss/style.scss */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 165, ../scss/style.scss */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 170, ../scss/style.scss */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 178, ../scss/style.scss */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 184, ../scss/style.scss */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 190, ../scss/style.scss */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Light';
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot");
  src: url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicLight/KlavikaWebBasicLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Regular';
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot");
  src: url("../fonts/KlavikaWebBasicRegular_EOT/KlavikaWebBasicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicRegular_WOFF/KlavikaWebBasicRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Medium';
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot");
  src: url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicMedium/KlavikaWebBasicMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika Bold';
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot");
  src: url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlavikaWebBasicBold/KlavikaWebBasicBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 11, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
html {
  background-color: #e5e5e5;
}

/* line 15, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#page {
  background-color: #fff;
  border-left: #6c6c6c 2px solid;
  border-right: #6c6c6c 2px solid;
}

/* line 22, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#header {
  background: url("../images/bg_header.png") top -1px right -2px no-repeat;
  position: relative;
  height: 168px;
}

/* line 28, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#name-and-slogan {
  padding-top: 19px;
}

/* line 32, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#site-name a {
  display: block;
  height: 90px;
  width: 420px;
  background: url("../images/nlg_logo.png") 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-left: 26px;
}

/* line 41, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 {
  position: absolute;
  right: 237px;
  top: 6px;
}
/* line 48, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 .form-item,
#block-custom_search_blocks-1 .form-actions,
#block-custom_search_blocks-1 .form-wrapper {
  margin: 0px;
  float: left;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 form.search-form {
  margin: 0px;
  padding: 0px;
  background: #e5e5e5;
  float: left;
}
/* line 60, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 input.form-text {
  float: left;
  font-family: "Klavika Light" Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #999999;
  padding-left: 35px;
  background: url("../images/search_icon.png") 9px 4px no-repeat;
  border: 0px;
  height: 24px;
  width: 125px;
}
/* line 70, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 input.form-text:focus {
  outline: 0px;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-1 input[type=submit] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  background: url("../images/go_button.png") 0 0 no-repeat;
  width: 27px;
  height: 24px;
  border: 0;
  cursor: pointer;
  cursor: hand;
}

/* line 88, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 {
  background: url("../images/bg_diagonal_main_menu.png") 0 0 repeat-x;
  position: absolute;
  z-index: 70;
  width: 100%;
  height: 46px;
  bottom: -5px;
  /*.sf-shadow ul {
    background-image: none;
    padding: 10px 30px 10px 28px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }*/
}
/* line 97, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu {
  font-family: "Klavika Regular";
  font-size: 18px;
  /*li,
  li li,
  li li li,
  .sf-menu.sf-navbar {
    background: none;
  }*/
}
/* line 102, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu li {
  margin-left: 0;
}
/* line 109, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu li:hover ul,
#block-superfish-1 ul.sf-menu li.sfHover ul .sf-menu li:hover ul,
#block-superfish-1 ul.sf-menu li.sfHover ul {
  top: 41px;
}
/* line 113, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu li.menuparent {
  position: inherit;
  margin: 0;
}
/* line 118, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu a {
  border: 0px;
  color: #000;
  padding-top: 12px;
  box-sizing: border-box;
  margin-left: 36px;
}
/* line 128, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu a.active, #block-superfish-1 ul.sf-menu a.active-trail, #block-superfish-1 ul.sf-menu a:active, #block-superfish-1 ul.sf-menu a:focus, #block-superfish-1 ul.sf-menu a:hover {
  padding-top: 9px;
  color: #ca432f;
}
/* line 139, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu a.sf-depth-1.active, #block-superfish-1 ul.sf-menu a.sf-depth-1.active-trail, #block-superfish-1 ul.sf-menu a.sf-depth-1:active, #block-superfish-1 ul.sf-menu a.sf-depth-1:focus, #block-superfish-1 ul.sf-menu a.sf-depth-1:hover {
  border-top: 3px solid #ca432f;
}
/* line 146, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover a.sf-depth-1 {
  padding-top: 9px;
  color: #ca432f;
  border-top: 3px solid #ca432f;
}
/* line 154, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu,
#block-superfish-1 ul.sf-menu ul.sf-megamenu {
  box-sizing: border-box;
  background-color: #9f9888;
  color: #ccc8bc;
  width: 1000px;
  position: absolute;
  left: 0px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 10px 20px;
  margin-left: 0px;
}
/* line 166, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu li.sf-megamenu-wrapper.menuparent,
#block-superfish-1 ul.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper.menuparent {
  padding-left: 0px;
  margin-left: 0px;
  position: relative;
}
/* line 172, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu li.sf-megamenu-wrapper.menuparent .menuparent.nolink,
#block-superfish-1 ul.sf-menu ul.sf-megamenu li.sf-megamenu-wrapper.menuparent .menuparent.nolink {
  color: #fff;
  border-bottom: 2px solid #ccc8bc;
  font-family: "Klavika Medium";
  display: inline-block;
}
/* line 180, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu li.sf-megamenu-column,
#block-superfish-1 ul.sf-menu ul.sf-megamenu li.sf-megamenu-column {
  padding-bottom: 15px;
}
/* line 184, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu ol,
#block-superfish-1 ul.sf-menu ul.sf-megamenu ol {
  width: 100%;
}
/* line 187, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu ol li,
#block-superfish-1 ul.sf-menu ul.sf-megamenu ol li {
  margin-left: 0;
  float: left;
  display: block;
  width: 180px;
  padding-right: 15px;
  position: relative;
}
/* line 197, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a {
  color: #ccc8bc;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 9px;
}
/* line 206, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a.active, #block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a.active-trail, #block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a:active, #block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a:focus, #block-superfish-1 ul.sf-menu .sfHover ul.sf-megamenu a:hover,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a.active,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a.active-trail,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a:active,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a:focus,
#block-superfish-1 ul.sf-menu ul.sf-megamenu a:hover {
  border-top: 0px;
  padding-top: 9px;
  color: #fff;
}
/* line 231, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-superfish-1 .sf-menu li:hover,
#block-superfish-1 .sf-menu li.sfHover,
#block-superfish-1 .sf-menu li.active a,
#block-superfish-1 .sf-menu a:focus,
#block-superfish-1 .sf-menu a:hover,
#block-superfish-1 .sf-menu a:active,
#block-superfish-1 .sf-menu.sf-navbar li li {
  background: none;
  text-decoration: none;
}

/* End Main Menu */
/* End Header */
/* line 250, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
h2.block-title {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 4px solid #000;
  letter-spacing: 0.1em;
  font-family: 'Klavika Medium';
  font-weight: bold;
  display: block;
  float: left;
}

/* line 256, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.block-inner .content {
  clear: both;
}

/* Start above content region */
/* line 262, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content {
  float: left;
  overflow: hidden;
  /* overflow: none;
  */
}

/* line 271, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block {
  max-width: 881px;
  max-height: 413px;
  height: auto;
  float: left;
}
/* line 277, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row {
  position: relative;
}
/* line 280, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-title {
  z-index: 1;
  position: absolute;
  display: block;
  top: 37px;
  left: 26px;
  width: 294px;
  height: 338px;
  background: url("../images/bg_front_photo_caption.png") 0 0 no-repeat;
  color: #000;
  transition: opacity 5s linear;
}
/* line 292, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-title .field-content {
  display: block;
  font-size: 35px;
  line-height: 42px;
  padding: 27px 17px 20px 17px;
}
/* line 300, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-title a {
  color: #000;
}
/* line 304, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-title a:active, #block-views-headline_display_block-block .views-row .views-field-title a:focus, #block-views-headline_display_block-block .views-row .views-field-title a:hover {
  color: #000;
}
/* line 310, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-field-image img {
  display: block;
}
/* line 314, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-field-link-1 {
  z-index: 1;
  position: absolute;
  bottom: 100px;
  left: 45px;
}
/* line 320, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-field-link-1 a {
  font-size: 18px;
  line-height: 21px;
  text-transform: lowercase;
  color: #000;
}
/* line 328, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-headline_display_block-block .views-row .views-field-field-link-1 a:active, #block-views-headline_display_block-block .views-row .views-field-field-link-1 a:focus, #block-views-headline_display_block-block .views-row .views-field-field-link-1 a:hover {
  color: black;
}

/* line 336, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.views-slideshow-controls-bottom {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 60;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 353, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.views-slideshow-controls-bottom:hover {
  opacity: 1;
}

/* line 358, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.views-slideshow-controls-text {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 91px;
  height: 30px;
  background: url("../images/slider_controls.png") 0 0 no-repeat;
}
/* line 366, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.views-slideshow-controls-text a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 30px;
  margin: 0;
  float: left;
}
/* line 374, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.views-slideshow-controls-text .views-slideshow-controls-text-pause a {
  width: 21px;
}

/* line 380, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-8 {
  background: url("../images/bg_slogan_wotd.png") top right no-repeat;
  background-size: cover;
  float: left;
  overflow: hidden;
}
/* line 387, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-8 .content p {
  padding: 0px;
  margin: 0px;
}
/* line 391, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-8 .content a {
  width: 249px;
  height: 102px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* line 401, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block {
  width: 249px;
  height: 311px;
  display: block;
  float: left;
  position: relative;
  color: #fff;
  background: url("../images/bg_txeemsim.jpg") top right no-repeat;
  background-size: cover;
}
/* line 411, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block p {
  margin: 0px;
}
/* line 415, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block h2.block-title {
  color: #fff;
  border-bottom: 0px;
  margin-bottom: 6px;
}
/* line 421, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .block-inner {
  padding: 20px 20px 16px 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 209px;
}
/* line 428, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .block-inner a {
  color: #fff;
}
/* line 432, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .block-inner a:active, #block-views-word_of_the_day-block .block-inner a:focus, #block-views-word_of_the_day-block .block-inner a:hover {
  color: #fff;
}
/* line 439, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .views-field-field-word,
#block-views-word_of_the_day-block .views-field-field-translation {
  font-size: 21px;
}
/* line 444, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .views-field-field-spoken-audio,
#block-views-word_of_the_day-block .views-field-view-node {
  float: left;
  font-size: 14px;
}
/* line 447, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .views-field-field-spoken-audio a:last-child,
#block-views-word_of_the_day-block .views-field-view-node a:last-child {
  background: url("../images/speaker_icon.png") right center no-repeat;
  padding-right: 14px;
  display: inline-block;
}
/* line 454, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .views-field-nothing {
  float: left;
  font-size: 14px;
  margin-left: 10px;
}
/* line 460, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-word_of_the_day-block .views-field-edit-node {
  position: absolute;
  right: 10px;
  top: 20px;
}

/* end above content region */
/* line 469, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary {
  display: block;
  float: left;
  width: 100%;
  background-color: #e5e5e5;
  height: 150px;
}
/* line 476, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .block {
  float: left;
  width: 22%;
  padding: 22px 0px 0px 25px;
}
/* line 481, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .block:last-child {
  padding-right: 25px;
}
/* line 486, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-field-image {
  float: left;
  padding-right: 13px;
}
/* line 491, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-nothing {
  float: left;
  margin-right: 20px;
  overflow: visible;
  position: relative;
}
/* line 500, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-nothing a,
#above_content_secondary .views-field-nothing a:active,
#above_content_secondary .views-field-nothing a:focus,
#above_content_secondary .views-field-nothing a:hover {
  color: #000;
  text-decoration: none;
}
/* line 508, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-nothing span,
#above_content_secondary .views-field-nothing div,
#above_content_secondary .views-field-nothing span.field-content,
#above_content_secondary .views-field-nothing div.field-item {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 4px solid #000;
  letter-spacing: 0.1em;
  font-family: 'Klavika Medium';
  font-weight: bold;
  line-height: 1.3em;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  display: inline;
  z-index: 1;
  left: 0px;
  top: -3px;
}
/* line 521, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-title {
  font-size: 16px;
  line-height: 21px;
  display: inline;
}
/* line 526, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-title span.field-content {
  padding-top: 25px;
  display: block;
}
/* line 533, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-title a,
#above_content_secondary .views-field-title a:link,
#above_content_secondary .views-field-title a:visited {
  color: #000;
}
/* line 537, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-title a:active, #above_content_secondary .views-field-title a:focus, #above_content_secondary .views-field-title a:hover,
#above_content_secondary .views-field-title a:link:active,
#above_content_secondary .views-field-title a:link:focus,
#above_content_secondary .views-field-title a:link:hover,
#above_content_secondary .views-field-title a:visited:active,
#above_content_secondary .views-field-title a:visited:focus,
#above_content_secondary .views-field-title a:visited:hover {
  color: #000;
}
/* line 543, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-view-node {
  color: #ca432f;
  text-transform: uppercase;
  font-family: 'Klavika Regular';
  font-size: 16px;
  display: inline;
  font-size: 14px;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#above_content_secondary .views-field-view-node:after {
  position: absolute;
  /* Prevent underline of arrow */
  background: url("../images/read_more_arrow.png") right center no-repeat;
  content: "\00a0\00a0\00a0";
}
/* line 551, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#above_content_secondary .views-field-view-node span,
#above_content_secondary .views-field-view-node div,
#above_content_secondary .views-field-view-node span.field-content,
#above_content_secondary .views-field-view-node div.field-item {
  white-space: nowrap;
  display: inline;
}

/* Start left sidebar */
/* line 561, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#sidebar-first-inner {
  font-size: 16px;
  overflow: hidden;
}

/* Start left menu/sidebar menu Accordion */
/* line 567, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 {
  overflow: hidden;
}
/* line 569, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu {
  padding: 0;
  margin: 0;
  line-height: 21px;
}
/* line 575, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf,
#block-menu_block-2 ul.menu li.expanded {
  padding: 6px 0px 3px 17px;
  list-style: none;
  margin: 0px;
  background: url("../images/left_menu_arrows.png") -9px 3px no-repeat;
}
/* line 581, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf.active-trail, #block-menu_block-2 ul.menu li.leaf.open,
#block-menu_block-2 ul.menu li.expanded.active-trail,
#block-menu_block-2 ul.menu li.expanded.open {
  background-position: -9px -380px;
}
/* line 583, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf.active-trail.active, #block-menu_block-2 ul.menu li.leaf.open.active,
#block-menu_block-2 ul.menu li.expanded.active-trail.active,
#block-menu_block-2 ul.menu li.expanded.open.active {
  background-position: -9px 3px;
}
/* line 588, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf a,
#block-menu_block-2 ul.menu li.expanded a {
  color: #000;
}
/* line 595, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf a.active, #block-menu_block-2 ul.menu li.leaf a.active-trail, #block-menu_block-2 ul.menu li.leaf a:active, #block-menu_block-2 ul.menu li.leaf a:focus, #block-menu_block-2 ul.menu li.leaf a:hover,
#block-menu_block-2 ul.menu li.expanded a.active,
#block-menu_block-2 ul.menu li.expanded a.active-trail,
#block-menu_block-2 ul.menu li.expanded a:active,
#block-menu_block-2 ul.menu li.expanded a:focus,
#block-menu_block-2 ul.menu li.expanded a:hover {
  color: #ca432f;
}
/* line 600, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 ul.menu li.leaf li.expanded,
#block-menu_block-2 ul.menu li.expanded li.expanded {
  padding-bottom: 0px;
}
/* line 605, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 span.nolink {
  cursor: pointer;
  cursor: hand;
}
/* line 607, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-2 span.nolink.active-trail {
  cursor: default;
}

/* end left secondary menu. */
/* Start video block */
/* line 616, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-featured_video-block {
  position: relative;
  /*img {
    position: absolute;
    left: 0px;
    top: 0px;
  }*/
}
/* line 619, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-featured_video-block .view-header a {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-featured_video-block .view-header a:active, #block-views-featured_video-block .view-header a:focus, #block-views-featured_video-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 627, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-featured_video-block .views-field-field-youtube-link {
  display: none;
}
/* line 631, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-featured_video-block .views-row {
  position: relative;
}
/* line 641, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-featured_video-block a.play {
  background: url("../images/video_play_button.png") center center no-repeat;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0;
}

/* End video */
/* Start events/Cultural Calendar block */
/* line 655, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .view-header {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
/* line 660, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .view-header a {
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-simple_calendar-block .view-header a:active, #block-views-simple_calendar-block .view-header a:focus, #block-views-simple_calendar-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 665, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .views-row {
  padding-left: 17px;
  margin: 0px;
  background: url("../images/left_menu_arrows.png") -9px -2px no-repeat;
  padding-left: 16px;
  padding-bottom: 8px;
}
/* line 671, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .views-field-title {
  line-height: 1.4em;
}
/* line 673, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .views-field-title a {
  color: #000;
}
/* line 678, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .views-field-field-start {
  color: #ca432f;
  line-height: 1.3em;
}
/* line 683, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-simple_calendar-block .views-field-field-start a {
  color: #ca432f;
}

/* end Cultural Calendar block */
/* start employment notices block */
/* line 692, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-employment_notices-block .view-header {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
/* line 697, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-employment_notices-block .view-header a {
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-employment_notices-block .view-header a:active, #block-views-employment_notices-block .view-header a:focus, #block-views-employment_notices-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 702, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-employment_notices-block .views-row {
  margin-bottom: 7px;
}
/* line 706, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-employment_notices-block .views-field-title {
  line-height: 1.5em;
  padding-left: 17px;
  margin: 0px;
  background: url("../images/left_menu_arrows.png") -9px -2px no-repeat;
}
/* line 710, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-employment_notices-block .views-field-title a {
  color: #000;
}

/* end employment notices */
/* End left sidebar */
/* start right sidebar */
/* line 722, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#sidebar-second-inner {
  font-size: 16px;
  line-height: 22px;
}
/* line 726, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#sidebar-second-inner input {
  width: 188px;
}

/* line 732, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-advisory_notices-block .view-header a {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-advisory_notices-block .view-header a:active, #block-views-advisory_notices-block .view-header a:focus, #block-views-advisory_notices-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 741, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-advisory_notices-block .views-field-title {
  padding-left: 17px;
  margin: 0px;
  background: url("../images/left_menu_arrows.png") -9px -2px no-repeat;
}
/* line 746, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-advisory_notices-block .views-field-body {
  margin-left: 17px;
}
/* line 750, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-advisory_notices-block .views-field-view-node {
  color: #ca432f;
  text-transform: uppercase;
  font-family: 'Klavika Regular';
  font-size: 16px;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-advisory_notices-block .views-field-view-node:after {
  position: absolute;
  /* Prevent underline of arrow */
  background: url("../images/read_more_arrow.png") right center no-repeat;
  content: "\00a0\00a0\00a0";
}

/* Start "notices" block */
/* line 757, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .view-header a {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-notices-block .view-header a:active, #block-views-notices-block .view-header a:focus, #block-views-notices-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 765, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-row {
  padding-left: 17px;
  margin: 0px;
  background: url("../images/left_menu_arrows.png") -9px -2px no-repeat;
  padding-bottom: 8px;
}
/* line 771, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-title,
#block-views-notices-block .views-field-body {
  display: inline-block;
  color: #000;
  display: inline;
}
/* line 774, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-title a,
#block-views-notices-block .views-field-body a {
  color: #000;
}
/* line 778, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-title div,
#block-views-notices-block .views-field-body div {
  display: inline;
}
/* line 783, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-view-node {
  display: inline;
}
/* line 785, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-view-node div {
  display: inline;
}
/* line 789, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-notices-block .views-field-view-node a {
  color: #ca432f;
  text-transform: uppercase;
  font-family: 'Klavika Regular';
  font-size: 16px;
  font-size: 14px;
  background-position: 0 5px;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-notices-block .views-field-view-node a:after {
  position: absolute;
  /* Prevent underline of arrow */
  background: url("../images/read_more_arrow.png") right center no-repeat;
  content: "\00a0\00a0\00a0";
}

/* Start "Connect with us" social media block */
/* line 798, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 {
  margin-bottom: 11px !important;
}
/* line 802, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 ul.menu,
#block-menu_block-4 li.leaf {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 808, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 li {
  float: left;
  padding: 0;
  margin: 0;
}
/* line 813, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/social_media_color.png") 0 -3px no-repeat;
  width: 27px;
  height: 27px;
  margin-right: 8px;
  /*&:active,
  &:focus,
  &:hover {
    background-position-y: -48px;
  }*/
}
/* line 826, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 li.twitter a {
  background-position: -34px -3px;
}
/* line 830, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 li.rss-feed a {
  background-position: -68px -3px;
}
/* line 834, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-4 li.youtube a {
  background-position: -103px -3px;
}

/* end social media block */
/* Start email block */
/* line 842, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 {
  margin-bottom: 75px !important;
}
/* line 843, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 h2 {
  display: none;
}
/* line 848, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 p {
  margin-bottom: 0.25em;
}
/* line 852, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 form {
  margin: 0px;
  padding: 0px;
}
/* line 857, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 .webform-client-form {
  clear: both;
  position: relative;
}
/* line 864, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 .form-item,
#block-webform-client-block-369 .form-actions,
#block-webform-client-block-369 .form-wrapper {
  margin: 0px;
}
/* line 868, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 #webform-component-email {
  margin: 0px;
}
/* line 873, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 label,
#block-webform-client-block-369 input.email {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 10px;
  background: #e5e5e5;
  font-family: "Klavika Light" Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  border: 0px;
  height: 24px;
  width: 161px;
  border: 0px;
}
/* line 887, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 label:focus,
#block-webform-client-block-369 input.email:focus {
  outline: 0px;
}
/* line 892, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 label {
  z-index: 10;
  background: none;
  margin-top: 1px;
  height: 23px;
}
/* line 899, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 #edit-actions--2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 55px;
  height: 24px;
}
/* line 906, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-webform-client-block-369 #edit-actions--2 input {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/submit_button.png") 0 0 no-repeat;
  width: 55px;
  height: 24px;
  border: 0px;
  cursor: pointer;
  cursor: hand;
}

/* end email block */
/* Start twitter block */
/* line 921, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 {
  position: relative;
}
/* line 925, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .readmore,
#block-block-3 .read_more {
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-block-3 .readmore:active, #block-block-3 .readmore:focus, #block-block-3 .readmore:hover,
#block-block-3 .read_more:active,
#block-block-3 .read_more:focus,
#block-block-3 .read_more:hover {
  text-decoration: underline;
  color: #000;
}
/* line 933, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweets-pulled-listing h2 {
  display: none;
}
/* line 937, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 ul.tweets-pulled-listing {
  margin: 0px;
  padding: 0px;
}
/* line 942, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-authorphoto {
  display: none;
}
/* line 946, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-author {
  display: block;
}
/* line 949, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-author a {
  font-weight: normal;
}
/* line 951, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-author a:before {
  content: "@";
}
/* line 957, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-divider {
  display: none;
}
/* line 961, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-time {
  color: #ca432f;
  text-transform: uppercase;
  font-family: 'Klavika Regular';
  font-size: 16px;
  font-size: 12px;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-block-3 .tweet-time:after {
  position: absolute;
  /* Prevent underline of arrow */
  background: url("../images/read_more_arrow.png") right center no-repeat;
  content: "\00a0\00a0\00a0";
}
/* line 964, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 .tweet-time:after {
  background-position: 0 5px;
}
/* line 969, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-3 li {
  margin-bottom: 0.5em;
}

/* End left sidebar */
/* Main content area start */
/* line 979, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-system-main span.macron {
  border-bottom: 1px solid #000;
}
/* line 984, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-system-main ul,
#block-system-main ol {
  margin-bottom: 2em;
}
/* line 988, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-system-main img {
  max-width: 100%;
  height: auto;
}

/* Heading images */
/* line 996, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-heading_image_1-block img {
  max-width: 100%;
  height: auto;
}

/* line 1004, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-heading_image_2-block .field-item,
#block-views-heading_image_3-block .field-item {
  float: left;
}

/* line 1010, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#content-inner {
  position: relative;
}
/* line 1013, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#content-inner #block-addthis-addthis_block {
  position: absolute;
  top: 0;
  right: 27px;
}

/* line 1020, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
h1.title {
  margin-top: 24px;
  color: #ca432f;
}

/* line 1027, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.not-front #sidebar-first,
.not-front #sidebar-second {
  margin-top: 33px;
}

/* Start footer */
/* line 1035, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer {
  background: url("../images/bg_front_content_top.png") 0 0 repeat-x;
  padding-top: 60px;
  overflow: hidden;
  border-top: 17px solid #fff;
  font-size: 16px;
  line-height: 21px;
  /* footer menus */
  /* end footer menus */
}
/* line 1043, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer #footer-inner {
  background-color: #999999;
}
/* line 1046, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer #footer-inner .region-footer {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: url("../images/bg_footer_inverted.png") top 0px right -1px no-repeat;
  padding-top: 168px;
}
/* line 1053, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer #footer-inner .region-footer a {
  color: #fff;
}
/* line 1059, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer #footer-inner .region-footer a.active, #footer #footer-inner .region-footer a.active-trail, #footer #footer-inner .region-footer a:active, #footer #footer-inner .region-footer a:focus, #footer #footer-inner .region-footer a:hover {
  color: #fff;
}
/* line 1067, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer .block-menu-block {
  float: left;
  margin-top: 21px;
  margin-left: 55px;
  width: 136px;
}
/* line 1074, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer .block-menu-block:first-child {
  margin-left: 38px;
}
/* line 1078, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer .block-menu-block ul.menu {
  padding: 0px;
  margin: 0px;
}
/* line 1082, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#footer .block-menu-block ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 30px;
}

/* Footer search */
/* line 1095, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 {
  /*position: absolute;
  right: 237px;
  top: 6px;*/
  width: 200px;
  float: left;
  padding-bottom: 100px;
  position: absolute;
  left: 573px;
  top: 194px;
}
/* line 1110, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 .form-item,
#block-custom_search_blocks-2 .form-actions,
#block-custom_search_blocks-2 .form-wrapper {
  margin: 0px;
  float: left;
}
/* line 1115, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 form.search-form {
  margin: 0px;
  padding: 0px;
  background: #e5e5e5;
  float: left;
}
/* line 1122, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 input.form-text {
  float: left;
  font-family: "Klavika Light" Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #999999;
  padding-left: 35px;
  background: url("../images/search_icon.png") 9px 4px no-repeat;
  border: 0px;
  height: 24px;
  width: 125px;
}
/* line 1132, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 input.form-text:focus {
  outline: 0px;
}
/* line 1138, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-custom_search_blocks-2 input[type=submit] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  background: url("../images/go_button.png") 0 0 no-repeat;
  width: 27px;
  height: 24px;
  border: 0;
  cursor: pointer;
  cursor: hand;
}

/* Start social media menu in footer */
/* line 1150, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 {
  width: 200px;
  float: left;
  padding-top: 0px;
  position: absolute;
  top: 208px;
  left: 518px;
  margin: 0px;
  padding: 0px;
}
/* line 1160, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu {
  padding: 0px;
  margin: 0px;
}
/* line 1164, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 1170, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url("../images/social_media_24x24.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
/* line 1178, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li a:active, #block-menu_block-5 ul.menu li a:focus, #block-menu_block-5 ul.menu li a:hover {
  background-position: 0 -48px;
}
/* line 1183, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.twitter a {
  background-position: -48px 0;
}
/* line 1187, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.twitter a:active, #block-menu_block-5 ul.menu li.twitter a:focus, #block-menu_block-5 ul.menu li.twitter a:hover {
  background-position: -48px -48px;
}
/* line 1192, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.rss-feed a {
  background-position: -144px 0;
}
/* line 1196, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.rss-feed a:active, #block-menu_block-5 ul.menu li.rss-feed a:focus, #block-menu_block-5 ul.menu li.rss-feed a:hover {
  background-position: -144px -48px;
}
/* line 1201, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.youtube a {
  background-position: -96px 0;
}
/* line 1205, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-menu_block-5 ul.menu li.youtube a:active, #block-menu_block-5 ul.menu li.youtube a:focus, #block-menu_block-5 ul.menu li.youtube a:hover {
  background-position: -96px -48px;
}

/* Address and copyright */
/* line 1214, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-block-4 {
  width: 24.86%;
  margin-right: 0.018%;
  float: left;
  position: absolute;
  right: 0px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 50px;
}

/* end address and copyright */
/* end footer */
/* Start front page exceptions */
/* line 1233, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.front #main {
  background: url("../images/bg_front_content_top.png") 0 0 repeat-x;
}
/* line 1236, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.front h1.title {
  display: none;
}
/* line 1241, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.front #content-header,
.front #content-area {
  display: none;
}

/* line 1246, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block {
  padding-top: 14px;
  margin-bottom: 11px;
}
/* line 1250, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block h2.block-title {
  font-size: 35px;
  text-transform: none;
  font-family: "Klavika Light";
  letter-spacing: 0px;
  font-weight: normal;
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* line 1261, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .view-header {
  position: absolute;
  top: 25px;
  right: 17px;
  display: block;
}
/* line 1266, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .view-header a {
  font-size: 12px;
  color: #000;
}
/* line 76, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-news-block .view-header a:active, #block-views-news-block .view-header a:focus, #block-views-news-block .view-header a:hover {
  text-decoration: underline;
  color: #000;
}
/* line 1271, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-row {
  clear: both;
  padding-bottom: 17px;
  background: url("../images/horizontal_separator.png") bottom left repeat-x;
  margin-bottom: 11px;
  overflow: hidden;
}
/* line 1279, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-created {
  float: left;
  display: block;
  text-transform: uppercase;
  font-size: 45px;
  width: 50px;
  margin-right: 25px;
  height: 140px;
  position: absolute;
  z-index: 10;
}
/* line 1291, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-created span {
  font-size: 36px;
  overflow: visible;
  /* <-- so longer words don't get clipped. */
  /*float: left; /*<-- so it will flow with the paragraph.*/
  position: relative;
  /*<-- for typeset adjustments.*/
  text-align: center;
  display: block;
}
/* line 1301, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-created span.month {
  font-size: 22px;
  line-height: 1em;
  padding-bottom: 3px;
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
  display: inline;
}
/* line 1310, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-created span.date {
  display: block;
  clear: both;
  padding-top: 15px;
}
/* line 1317, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-title {
  font-family: 'Klavika Regular';
  font-size: 24px;
  line-height: 33px;
  padding-left: 75px;
}
/* line 1326, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-body {
  padding-left: 75px;
}
/* line 1330, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-body .field-content p {
  display: inline;
  margin: 0px;
}
/* line 1334, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-news-block .views-field-body .field-content .views-more-link {
  color: #ca432f;
  text-transform: uppercase;
  font-family: 'Klavika Regular';
  font-size: 16px;
  font-size: 18px;
  display: inline;
}
/* line 53, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_mixins.scss */
#block-views-news-block .views-field-body .field-content .views-more-link:after {
  position: absolute;
  /* Prevent underline of arrow */
  background: url("../images/read_more_arrow.png") right center no-repeat;
  content: "\00a0\00a0\00a0";
}

/* line 1342, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-popular_topics-block {
  margin-bottom: 10px;
}
/* line 1343, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-popular_topics-block h2.block-title {
  margin-bottom: 2px;
}
/* line 1346, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-popular_topics-block .views-row {
  font-size: 16px;
}
/* line 1348, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
#block-views-popular_topics-block .views-row a {
  color: #000;
}

/* end front page */
/* Start Cultural Calendar page */
/* line 1360, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar .advanced-search-toggle {
  cursor: pointer;
  cursor: hand;
}
/* line 1364, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar .advanced-search {
  clear: both;
  width: 100%;
  display: none;
}
/* line 1371, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar #edit-field-start-value-wrapper label {
  display: block;
  float: left;
}
/* line 1376, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar #edit-field-start-value-wrapper .views-widget {
  float: left;
}
/* line 1379, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar #edit-field-start-value-wrapper .views-widget #edit-field-start-value-min-wrapper {
  float: left;
}
/* line 1384, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar #edit-field-start-value-wrapper .views-widget #edit-field-start-value-max-wrapper {
  float: left;
}
/* line 1391, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar .standard-search {
  clear: both;
  width: 100%;
}
/* line 1396, /Users/catherinewinters/Dropbox/Projects/Jim Skipp/nisgaa lisims government/NLG/scss/_custom.scss */
.view-cultural-calendar .form-item-field-start-value-1-value-year {
  display: none;
}
