
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    background-color: #ffffff;
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    max-width:100%;
    height: auto !important;
    border-style: none;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
      border: 1px solid #b6b6b6; /* PSRR-4040 */
      padding: .3em; /* PSRR-4040 */ }
  
  td a {
    color: #38852E;
    font-weight: 300;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    td a:hover {
      color: #4BAE3B; }
  
  /* PSRR-4040 */
  .alternative td,
  .alternative th {
        border: 0;
      padding: 0;
  }
  
  /* Google Custom Search */
  
  .gsc-search-box th,td {
        border: 0;
      padding: 0;
  }
  
  .gsc-input-box {
      height: auto !important;
  }
  
  input.gsc-input {
      font-size: 18px !important;
      padding: 4px 9px !important;
      margin: 3px 0 !important;
  }
  .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
      width: auto !important;
      height: auto !important;
      padding: 10px 40px !important;
  }
  .gsib_a {
      padding: 0 6px !important;
  }
  .gsc-result .gs-title {
      height: auto !important;
  }
  .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
      padding-left: 0 !important;
  }
  .gsc-control-cse, .gsc-control-cse .gsc-table-result {
      font-size: 1em !important;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
      margin-right: 12px !important;
      display: inline-block !important;
  }
  .gsc-cursor-page {
      font-size: 1.2em !important;
  }
  
  #calendar_box table {
      width: 100%; /* PSRR-4040 */
  }
  
  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  
  .slick-list:focus {
    outline: none; }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''; }
  
  .slick-track:after {
    clear: both; }
  
  .slick-loading .slick-track {
    visibility: hidden; }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  
  [dir='rtl'] .slick-slide {
    float: right; }
  
  .slick-slide img {
    display: block; }
  
  .slick-slide.slick-loading img {
    display: none; }
  
  .slick-slide.dragging img {
    pointer-events: none; }
  
  .slick-initialized .slick-slide {
    display: block; }
  
  .slick-loading .slick-slide {
    visibility: hidden; }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
  
  .mfp-preloader a {
    color: #CCC; }
  
  .mfp-preloader a:hover {
    color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
  
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  
  .mfp-close:active {
    top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
  
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
  
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
  
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-figure figure {
    margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  
  .mfp-ie7 .mfp-container {
    padding: 0; }
  
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  
  /**
   * Example usage.
   *
   * We have 5 columns, with the guttering (gap) between each article being 2.5%. The mixin will automatically calculate the width and therefore
   * create a consistent grid without using any outer guttering.
   * @include col(5, 2.5%);
   */
  .hidden {
    display: none;
    visibility: hidden; }
  
  html,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.75;
    font-family: "soleil", sans-serif;
    color: #212121;
    font-weight: 300;
    font-display: swap; }
  
  b, strong {
    font-weight: 700; }
  
    @media only screen and (min-width: 410px) {
      h1.bigger {
        font-size: 50px; } }
    @media only screen and (min-width: 1024px) {
      h1.bigger {
        font-size: 60px;
        letter-spacing: -2px; } }
    @media only screen and (min-width: 1260px) {
      h1.bigger {
        font-size: 70px; } }
  
  h1 {
    margin: 0 0 0 0;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    color: #38852E;
    font-weight: 300;
    font-family: "soleil", sans-serif; }
    .wf-loading h1 {
      visibility: hidden; }
    .wf-active h1, .wf-inactive h1 {
      visibility: visible; }
    h1 em {
      color: #38852E;
      font-style: normal; }
    @media only screen and (min-width: 410px) {
      h1 {
        font-size: 40px; } }
    @media only screen and (min-width: 1024px) {
      h1 {
        font-size: 50px;
        letter-spacing: -2px; } }
    @media only screen and (min-width: 1260px) {
      h1 {
        font-size: 50px; } }
  
  h1.darkgreen {
    margin: 24px 0;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #007841;
    font-weight: 300;
    font-family: "soleil", sans-serif; }
    h1.darkgreen em {
      color: #007841;
      font-style: normal; }
    @media only screen and (min-width: 410px) {
      h1.darkgreen {
        font-size: 32px; } }
  
  h1.tidy {
    margin: 18px 0;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #38852E;
    font-weight: 300;
    font-family: "soleil", sans-serif; }
    h1.tidy em {
      color: #38852E;
      font-style: normal; }
    @media only screen and (min-width: 410px) {
      h1.tidy {
        font-size: 40px; } }
  
  h2, .content-related > strong {
    margin: 28px 0;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #007841;
    font-weight: 300;
    font-family: "soleil", sans-serif; }
    .wf-loading h2, .wf-loading .content-related > strong {
      visibility: hidden; }
    .wf-active h2, .wf-active .content-related > strong, .wf-inactive h2, .wf-inactive .content-related > strong {
      visibility: visible; }
    @media only screen and (min-width: 410px) {
      h2, .content-related > strong {
        font-size: 30px; } }
    h2 + p, .content-related > strong + p,
    h2 + ul,
    .content-related > strong + ul {
      margin-top: -14px; }
    h2 a, .content-related > strong a {
      color: #007841;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-weight: 300; }
      h2 a:hover, .content-related > strong a:hover {
        color: #4BAE3B; }
  
  h3 {
    margin: 28px 0;
    font-size: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 300;
    font-family: "soleil", sans-serif; }
    .wf-loading h3 {
      visibility: hidden; }
    .wf-active h3, .wf-inactive h3 {
      visibility: visible; }
    @media only screen and (min-width: 410px) {
      h3 {
        font-size: 25px; } }
    h3 + p,
    h3 + ul {
      margin-top: -18.66667px; }
    h3 a {
      color: #38852E;
      font-weight: 300;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      h3 a:hover {
        color: #4BAE3B; }
  
  h4, .listing-article-grid h2, .listing-article-grid h3, .section-promote h3 {
    margin: 28px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
    font-family: "athelas", serif; }
    .wf-loading h4, .wf-loading .listing-article-grid h2, .listing-article-grid .wf-loading h2, .wf-loading .listing-article-grid h3, .listing-article-grid .wf-loading h3, .wf-loading .section-promote h3, .section-promote .wf-loading h3 {
      visibility: hidden; }
    .wf-active h4, .wf-active .listing-article-grid h2, .listing-article-grid .wf-active h2, .wf-active .listing-article-grid h3, .listing-article-grid .wf-active h3, .wf-active .section-promote h3, .section-promote .wf-active h3, .wf-inactive h4, .wf-inactive .listing-article-grid h2, .listing-article-grid .wf-inactive h2, .wf-inactive .listing-article-grid h3, .listing-article-grid .wf-inactive h3, .wf-inactive .section-promote h3, .section-promote .wf-inactive h3 {
      visibility: visible; }
    h4 + p, .listing-article-grid h2 + p, .listing-article-grid h3 + p, .section-promote h3 + p,
    h4 + ul,
    .listing-article-grid h2 + ul,
    .listing-article-grid h3 + ul,
    .section-promote h3 + ul {
      margin-top: -18.66667px; }
  
  h5 {
    margin: 28px 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "soleil", sans-serif; }
    .wf-loading h5 {
      visibility: hidden; }
    .wf-active h5, .wf-inactive h5 {
      visibility: visible; }
    h5 + p,
    h5 + ul {
      margin-top: -18.66667px; }
  
  @media only screen and (min-width: 1260px) {
    h1.smaller {
      font-size: 60px; } }
  
  h2.highlight {
    padding-bottom: 23px;
    border-bottom: 1px solid #212121; }
  
  a:hover { text-decoration: underline; }
  
  p {
    margin: 28px 0;
    font-family: "soleil", sans-serif; }
    .wf-loading p {
      visibility: hidden; }
    .wf-active p, .wf-inactive p {
      visibility: visible; }
  
  p.intro, .view_period_range {
    font-size: 20px;
    line-height: 1.5; }
    @media only screen and (min-width: 1024px) {
      p.intro, .view_period_range {
        font-size: 24px; } }
  
  p.caption {
      font-family: "athelas", serif;
      font-style: italic;
      margin-top: 10px;
  }
  
  p.whitetext {
    color:#ffffff;
  }
  
  td.whitetext {
    color:#ffffff;
  }
  
  th.whitetext {
    color:#ffffff;
  }
  
  .dailydate {
      color: #525252;
  }
  
  ul {
    font-family: "soleil", sans-serif; }
    .wf-loading ul {
      visibility: hidden; }
    .wf-active ul, .wf-inactive ul {
      visibility: visible; }
   
  /* PSRR-4041 */
  ol {
      padding-left: 20px;
  }
  /* PSRR-4041 */
  ol li {
      list-style-position: outside;
  }
  
  a {
    text-decoration: none;
    color: #212121;
    font-weight: 700; }
  
  p a,
  ul li a, ol li a {
    color: #38852E;
    font-weight: 300;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    p a:hover,
    ul li a:hover, ol li a:hover {
      color: #4BAE3B; }
  
  a.tel {
    font-weight: 300;
    color: #38852E; }
  
  dl {
    margin: 28px 0;
    font-size: 14px;
    font-family: "soleil", sans-serif; }
    .wf-loading dl {
      visibility: hidden; }
    .wf-active dl, .wf-inactive dl {
      visibility: visible; }
    dl dt {
      font-weight: 700; }
  
  cite {
    font-family: "athelas", serif; }
    .wf-loading cite {
      visibility: hidden; }
    .wf-active cite, .wf-inactive cite {
      visibility: visible; }
  
  .nav-tabs li a {
    display: inline-block;
    border: 1px solid #212121;
    padding: 7px 10px;
    -webkit-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    background-color: white; }
    .nav-tabs li a:hover {
      border: 1px solid #38852E;
      color: #38852E; }
  
  .nav-tabs-static li a {
    display: inline-block;
    border: 1px solid #212121;
    padding: 7px 10px;
    -webkit-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    background-color: white; }
    .nav-tabs-static li a:hover {
      border: 1px solid #38852E;
      color: #38852E; }
  
  button {
    border: 0;
    padding: 0;
    background: none;
    color: white;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none; }
    button:focus {
      outline: 0; }
  
  .btn-pdf {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/themes/teagasc/dist/img/icon-pdf.png);
    background-repeat: no-repeat; }
  
  .nav-tabs {
    list-style: none;
    padding-left: 0;
    margin-left: -3px;
    font-family: "soleil", sans-serif; }
    .nav-tabs::after {
      clear: both;
      content: "";
      display: table; }
    .nav-tabs li {
      background-image: none;
      padding-left: 0; }
    .nav-tabs li > a {
      color: #212121;
      font-weight: 700; }
    .wf-loading .nav-tabs {
      visibility: hidden; }
    .wf-active .nav-tabs, .wf-inactive .nav-tabs {
      visibility: visible; }
    .nav-tabs li {
      float: left;
      margin: 3px; }
    .nav-tabs li a {
      background-color: rgba(80, 80, 80, 0.085);
      border: 1px solid transparent;
      color: #595959; }
      .nav-tabs li a:hover {
        background-color: rgba(80, 80, 80, 0); }
    .nav-tabs li.active a,
    .nav-tabs li a.active {
      background-color: white;
      color: #212121;
      border: 1px solid #B6B6B6; }
  
  .nav-tabs-static {
    list-style: none;
    padding-left: 0;
    margin-left: -3px;
    font-family: "soleil", sans-serif; }
    .nav-tabs-static::after {
      clear: both;
      content: "";
      display: table; }
    .nav-tabs-static li {
      background-image: none;
      padding-left: 0; }
    .nav-tabs-static li > a {
      color: #212121;
      font-weight: 700; }
    .wf-loading .nav-tabs-static {
      visibility: hidden; }
    .wf-active .nav-tabs-static, .wf-inactive .nav-tabs-static {
      visibility: visible; }
    .nav-tabs-static li {
      float: left;
      margin: 3px; }
    .nav-tabs-static li a {
      background-color: rgba(80, 80, 80, 0.085);
      border: 1px solid transparent;
      color: #212121 }
      .nav-tabs-static li a:hover {
        background-color: rgba(80, 80, 80, 0); }
    .nav-tabs-static li.active a,
    .nav-tabs-static li a.active {
      background-color: white;
      color: #212121;
      border: 1px solid #B6B6B6; }
  
  .no-js .content-tab {
    display: block; }
  
  #toggle-secondary {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    margin-top: 0;
    font-family: "soleil", sans-serif; }
    #toggle-secondary:after {
      content: "";
      display: inline-block;
      margin-left: 5px;
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #B6B6B6; }
    .wf-loading #toggle-secondary {
      visibility: hidden; }
    .wf-active #toggle-secondary, .wf-inactive #toggle-secondary {
      visibility: visible; }
    @media only screen and (min-width: 1024px) {
      #toggle-secondary {
        display: none;
        visibility: hidden; } }
    #toggle-secondary:after {
      -webkit-transition: -webkit-transform 0.22s ease-in-out;
      -moz-transition: -moz-transform 0.22s ease-in-out;
      transition: transform 0.22s ease-in-out; }
    #toggle-secondary.active {
      color: #38852E; }
      #toggle-secondary.active:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  
  .nav-secondary strong {
    font-family: "soleil", sans-serif; }
    .wf-loading .nav-secondary strong {
      visibility: hidden; }
    .wf-active .nav-secondary strong, .wf-inactive .nav-secondary strong {
      visibility: visible; }
  .nav-secondary ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px; }
    .nav-secondary ul li {
      background-image: none;
      padding-left: 0; }
    .nav-secondary ul li > a {
      color: #212121;
      font-weight: 700; }
    @media only screen and (min-width: 1260px) {
      .nav-secondary ul {
        font-size: 16px; } }
  .nav-secondary ul li:first-child a {
    border-top: 0; }
  .nav-secondary ul li.current > a,
  .nav-secondary ul li .currentbranch0 > a,
  .nav-secondary ul li .currentbranch1 > a {
    color: #38852E; }
  .nav-secondary ul li a {
    font-weight: 300;
    border-top: 1px solid #B6B6B6;
    padding: 8px 0;
    display: block;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .nav-secondary ul li a:hover {
      color: #38852E; }
    @media only screen and (min-width: 1260px) {
      .nav-secondary ul li a {
        padding: 12px 0; } }
  .nav-secondary ul li ul {
    margin: 0 0 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px; }
    .nav-secondary ul li ul::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 1024px) {
      .nav-secondary ul li ul {
        padding-right: 0;
        padding-left: 15px;
        border-left: 1px solid #B6B6B6; } }
  .nav-secondary ul li ul li {
    float: left;
    width: 48.13433%;
    margin-right: 3.73134%; }
    .nav-secondary ul li ul li:nth-of-type(2n+2) {
      margin-right: 0; }
    .nav-secondary ul li ul li:nth-of-type(2n + 1) {
      clear: left; }
    @media only screen and (min-width: 1024px) {
      .nav-secondary ul li ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        clear: both; } }
  .nav-secondary ul li ul li a, .nav-secondary ul li ul li:nth-child(-n+2) a, .nav-secondary ul li ul li:first-child a,
  .nav-secondary ul li:first-child ul li a,
  .nav-secondary ul li:first-child ul li:nth-child(-n+2) a,
  .nav-secondary ul li:first-child ul li:first-child a {
    border-top: 1px solid rgba(182, 182, 182, 0.75); }
  
  input,
  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    font-family: "soleil", sans-serif; }
    .wf-loading input, .wf-loading
    select {
      visibility: hidden; }
    .wf-active input, .wf-inactive input, .wf-active
    select, .wf-inactive
    select {
      visibility: visible; }
  
  input[type="text"],
  input[type="password"],
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    border-radius: 5px;
    height: 34px;
    border: 1px solid #B6B6B6;
    padding: 0 20px;
    line-height: 2; }
    input[type="text"]:focus,
    input[type="password"]:focus,
    select:focus {
      outline: 0;
      border: 1px solid black; }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%; }
    select::-ms-expand {
      display: none; }
    .no-svg select {
      background-image: urlpng; }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg select {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-down2x.png); } }
    .no-cssanimations select {
      background-image: none; }
  
  div::after,
  ul li::after {
    /* clear: both; commented out by Dan in Teagasc. This was making floated images push bulleted lists down */
    content: "";
    display: table; }
  div input[type="Checkbox"],
  ul li input[type="Checkbox"] {
    float: left;
    margin-top: 8px;
    margin-right: 10px; }
  div label,
  ul li label {
    overflow: hidden;
    width: auto; }
  
  html > body select, x:-moz-any-link, x:default {
    background-image: none;
    -moz-appearance: button;
    text-indent: 0; }
  
  form button {
    background-color: #38852E;
    padding: 7px 10px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    form button:hover {
      background-color: #4BAE3B; }
  
  legend {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    width: 100%; }
    .wf-loading legend {
      visibility: hidden; }
    .wf-active legend, .wf-inactive legend {
      visibility: visible; }
  
  label {
    font-style: italic;
    margin-right: 20px;
    font-family: "athelas", serif;
    font-size: 18px;
    color: black;
    margin-bottom: 2px;
    display: block; }
    .wf-loading label {
      visibility: hidden; }
    .wf-active label, .wf-inactive label {
      visibility: visible; }
    label input,
    label select {
      display: block; }
  
  form ul {
    list-style: none;
    padding-left: 0; }
    form ul li {
      background-image: none;
      padding-left: 0; }
    form ul li > a {
      color: #212121;
      font-weight: 700; }
    form ul li {
      margin: 8px 0; }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  
  figure figcaption {
    font-family: "athelas", serif;
    font-style: italic;
    margin-top: 10px; }
    .wf-loading figure figcaption {
      visibility: hidden; }
    .wf-active figure figcaption, .wf-inactive figure figcaption {
      visibility: visible; }

      .alignleft { float: left !important; }
      .aligncenter { margin: auto !important; }
      .alignright { float: right !important; }
  
  blockquote {
    padding: 28px 0;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
  font-family: "athelas", serif;
  border-left: 0 !important;
      font-weight: 400;
      margin: 0;
      font-style: italic;
      font-size: 20px;
      line-height: 1.4;
      color: #007841; }
    
    blockquote p {
      font-family: "athelas", serif;
      font-weight: 400;
      margin: 0;
      font-style: italic;
      font-size: 20px;
      line-height: 1.4;
      color: #007841; }
      .wf-loading blockquote p {
        visibility: hidden; }
      .wf-active blockquote p, .wf-inactive blockquote p {
        visibility: visible; }
    blockquote cite {
      font-style: normal;
      display: block;
      font-size: 14px;
      color: #38852E;
      margin-top: 10px; }
  
  .lnk-more, .pagination-simple a, .tag, .tag-container li a, .action a, .section-promote aside a {
    color: #212121;
    font-family: "athelas", serif;
    font-weight: 400;
    font-style: italic;
    display: block;
    position: relative;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .wf-loading .lnk-more, .wf-loading .pagination-simple a, .pagination-simple .wf-loading a, .wf-loading .tag, .wf-loading .tag-container li a, .tag-container li .wf-loading a, .wf-loading .action a, .action .wf-loading a, .wf-loading .section-promote aside a, .section-promote aside .wf-loading a {
      visibility: hidden; }
    .wf-active .lnk-more, .wf-active .pagination-simple a, .pagination-simple .wf-active a, .wf-active .tag, .wf-active .tag-container li a, .tag-container li .wf-active a, .wf-active .action a, .action .wf-active a, .wf-active .section-promote aside a, .section-promote aside .wf-active a, .wf-inactive .lnk-more, .wf-inactive .pagination-simple a, .pagination-simple .wf-inactive a, .wf-inactive .tag, .wf-inactive .tag-container li a, .tag-container li .wf-inactive a, .wf-inactive .action a, .action .wf-inactive a, .wf-inactive .section-promote aside a, .section-promote aside .wf-inactive a {
      visibility: visible; }
    .lnk-more:hover, .pagination-simple a:hover, .tag:hover, .tag-container li a:hover, .action a:hover, .section-promote aside a:hover {
      color: #38852E; }
    .lnk-more:after, .pagination-simple a:after, .tag:after, .tag-container li a:after, .action a:after, .section-promote aside a:after {
      content: "";
      display: block;
      width: 50%;
      max-width: 50px;
      background-color: #007841;
      height: 4px;
      margin-top: 10px; }
    @media only screen and (min-width: 1024px) {
      .lnk-more, .pagination-simple a, .tag, .tag-container li a, .action a, .section-promote aside a {
        font-size: 19px;
        line-height: 1.5; } }
  
  .lnk-all {
    display: block; }
    .lnk-all::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 1024px) {
      .lnk-all {
        position: absolute;
        right: 0;
        top: 0; } }
    .lnk-all a {
      float: right; }
      @media only screen and (min-width: 1024px) {
        .lnk-all a {
          float: none; } }
  
  .date {
    float: left;
    display: block;
    margin: 34px 20px 0 0;
    font-family: "athelas", serif;
    color: #38852e;
    font-size: 30px;
    line-height: .8;
    font-weight: 400; }
    .wf-loading .date {
      visibility: hidden; }
    .wf-active .date, .wf-inactive .date {
      visibility: visible; }
    .date em {
      display: block;
      color: #38852E;
      font-size: 20px; }
    .date + a {
      overflow: hidden; }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @-moz-keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  body {
    position: relative; }
  
    .breadcrumbs { position: relative; z-index: 1; }

  .watermark-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; }
  
  .watermark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9999px;
    margin-top: 270px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
    @media only screen and (min-width: 1260px) {
      .watermark {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  
  .watermark-1 {
    border: 180px solid rgba(75, 174, 59, 0.13);
    width: 500px;
    height: 500px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-1 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-1.watermark-pos-1, .watermark-1.watermark-pos-13, .watermark-1.watermark-pos-14 {
      left: 50%;
      margin-left: 27%; }
      @media only screen and (min-width: 1260px) {
        .watermark-1.watermark-pos-1, .watermark-1.watermark-pos-13, .watermark-1.watermark-pos-14 {
          margin-left: 34%; } }
    .watermark-1.watermark-pos-3, .watermark-1.watermark-pos-5, .watermark-1.watermark-pos-7, .watermark-1.watermark-pos-9, .watermark-1.watermark-pos-11 {
      left: 50%;
      margin-left: 33%; }
      @media only screen and (min-width: 1260px) {
        .watermark-1.watermark-pos-3, .watermark-1.watermark-pos-5, .watermark-1.watermark-pos-7, .watermark-1.watermark-pos-9, .watermark-1.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-1.watermark-pos-2, .watermark-1.watermark-pos-4, .watermark-1.watermark-pos-6, .watermark-1.watermark-pos-8, .watermark-1.watermark-pos-10, .watermark-1.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 33%; }
      @media only screen and (min-width: 1260px) {
        .watermark-1.watermark-pos-2, .watermark-1.watermark-pos-4, .watermark-1.watermark-pos-6, .watermark-1.watermark-pos-8, .watermark-1.watermark-pos-10, .watermark-1.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-2 {
    border: 5px solid rgba(195, 207, 33, 0.3);
    width: 500px;
    height: 500px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-2 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-2.watermark-pos-1, .watermark-2.watermark-pos-13, .watermark-2.watermark-pos-14 {
      left: 50%;
      margin-left: 30%; }
      @media only screen and (min-width: 1260px) {
        .watermark-2.watermark-pos-1, .watermark-2.watermark-pos-13, .watermark-2.watermark-pos-14 {
          margin-left: 30%; } }
    .watermark-2.watermark-pos-3, .watermark-2.watermark-pos-5, .watermark-2.watermark-pos-7, .watermark-2.watermark-pos-9, .watermark-2.watermark-pos-11 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-2.watermark-pos-3, .watermark-2.watermark-pos-5, .watermark-2.watermark-pos-7, .watermark-2.watermark-pos-9, .watermark-2.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-2.watermark-pos-2, .watermark-2.watermark-pos-4, .watermark-2.watermark-pos-6, .watermark-2.watermark-pos-8, .watermark-2.watermark-pos-10, .watermark-2.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-2.watermark-pos-2, .watermark-2.watermark-pos-4, .watermark-2.watermark-pos-6, .watermark-2.watermark-pos-8, .watermark-2.watermark-pos-10, .watermark-2.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-3 {
    border: 40px solid rgba(0, 120, 65, 0.2);
    width: 400px;
    height: 400px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-3 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-3.watermark-pos-1, .watermark-3.watermark-pos-3, .watermark-3.watermark-pos-5, .watermark-3.watermark-pos-7, .watermark-3.watermark-pos-9, .watermark-3.watermark-pos-11, .watermark-3.watermark-pos-13 {
      left: 50%;
      margin-left: 38%; }
      @media only screen and (min-width: 1260px) {
        .watermark-3.watermark-pos-1, .watermark-3.watermark-pos-3, .watermark-3.watermark-pos-5, .watermark-3.watermark-pos-7, .watermark-3.watermark-pos-9, .watermark-3.watermark-pos-11, .watermark-3.watermark-pos-13 {
          margin-left: 45%; } }
    .watermark-3.watermark-pos-2, .watermark-3.watermark-pos-4, .watermark-3.watermark-pos-6, .watermark-3.watermark-pos-8, .watermark-3.watermark-pos-10, .watermark-3.watermark-pos-12, .watermark-3.watermark-pos-14 {
      right: 50%;
      margin-right: 38%;
      left: auto; }
      @media only screen and (min-width: 1260px) {
        .watermark-3.watermark-pos-2, .watermark-3.watermark-pos-4, .watermark-3.watermark-pos-6, .watermark-3.watermark-pos-8, .watermark-3.watermark-pos-10, .watermark-3.watermark-pos-12, .watermark-3.watermark-pos-14 {
          margin-right: 45%; } }
  
  .watermark-4 {
    border: 25px solid rgba(195, 207, 33, 0.3);
    width: 0px;
    height: 0px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    .watermark-4.watermark-pos-1, .watermark-4.watermark-pos-3, .watermark-4.watermark-pos-5, .watermark-4.watermark-pos-7, .watermark-4.watermark-pos-9, .watermark-4.watermark-pos-11, .watermark-4.watermark-pos-13 {
      left: 50%;
      margin-left: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-4.watermark-pos-1, .watermark-4.watermark-pos-3, .watermark-4.watermark-pos-5, .watermark-4.watermark-pos-7, .watermark-4.watermark-pos-9, .watermark-4.watermark-pos-11, .watermark-4.watermark-pos-13 {
          margin-left: 44%; } }
    .watermark-4.watermark-pos-2, .watermark-4.watermark-pos-4, .watermark-4.watermark-pos-6, .watermark-4.watermark-pos-8, .watermark-4.watermark-pos-10, .watermark-4.watermark-pos-12, .watermark-4.watermark-pos-14 {
      right: 50%;
      left: auto;
      margin-right: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-4.watermark-pos-2, .watermark-4.watermark-pos-4, .watermark-4.watermark-pos-6, .watermark-4.watermark-pos-8, .watermark-4.watermark-pos-10, .watermark-4.watermark-pos-12, .watermark-4.watermark-pos-14 {
          margin-right: 44%; } }
  
  .watermark-5 {
    border: 2px solid rgba(195, 207, 33, 0.25);
    width: 120px;
    height: 120px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-5 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-5.watermark-pos-1, .watermark-5.watermark-pos-3, .watermark-5.watermark-pos-5, .watermark-5.watermark-pos-7, .watermark-5.watermark-pos-9, .watermark-5.watermark-pos-11, .watermark-5.watermark-pos-13 {
      left: 50%;
      margin-left: 41%; }
    .watermark-5.watermark-pos-2, .watermark-5.watermark-pos-4, .watermark-5.watermark-pos-6, .watermark-5.watermark-pos-8, .watermark-5.watermark-pos-10, .watermark-5.watermark-pos-12, .watermark-5.watermark-pos-14 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
  
  .watermark-6 {
    border: 55px solid rgba(0, 120, 65, 0.2);
    width: 200px;
    height: 200px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-6 {
        opacity: 0;
        -webkit-animation: fadeIn 0.6s ease-in-out;
        -moz-animation: fadeIn 0.6s ease-in-out;
        animation: fadeIn 0.6s ease-in-out; } }
    .watermark-6.watermark-pos-1, .watermark-6.watermark-pos-3, .watermark-6.watermark-pos-5, .watermark-6.watermark-pos-7, .watermark-6.watermark-pos-9, .watermark-6.watermark-pos-11, .watermark-6.watermark-pos-13 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-6.watermark-pos-1, .watermark-6.watermark-pos-3, .watermark-6.watermark-pos-5, .watermark-6.watermark-pos-7, .watermark-6.watermark-pos-9, .watermark-6.watermark-pos-11, .watermark-6.watermark-pos-13 {
          margin-right: 45%; } }
    .watermark-6.watermark-pos-2, .watermark-6.watermark-pos-4, .watermark-6.watermark-pos-6, .watermark-6.watermark-pos-8, .watermark-6.watermark-pos-10, .watermark-6.watermark-pos-12, .watermark-6.watermark-pos-14 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-6.watermark-pos-2, .watermark-6.watermark-pos-4, .watermark-6.watermark-pos-6, .watermark-6.watermark-pos-8, .watermark-6.watermark-pos-10, .watermark-6.watermark-pos-12, .watermark-6.watermark-pos-14 {
          margin-right: 45%; } }
  
  .watermark-7 {
    border: 20px solid rgba(75, 174, 59, 0.3);
    width: 0px;
    height: 0px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    .watermark-7.watermark-pos-1, .watermark-7.watermark-pos-3, .watermark-7.watermark-pos-5, .watermark-7.watermark-pos-7, .watermark-7.watermark-pos-9, .watermark-7.watermark-pos-11, .watermark-7.watermark-pos-13 {
      left: 50%;
      margin-left: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-7.watermark-pos-1, .watermark-7.watermark-pos-3, .watermark-7.watermark-pos-5, .watermark-7.watermark-pos-7, .watermark-7.watermark-pos-9, .watermark-7.watermark-pos-11, .watermark-7.watermark-pos-13 {
          margin-left: 44%; } }
    .watermark-7.watermark-pos-2, .watermark-7.watermark-pos-4, .watermark-7.watermark-pos-6, .watermark-7.watermark-pos-8, .watermark-7.watermark-pos-10, .watermark-7.watermark-pos-12, .watermark-7.watermark-pos-14 {
      right: 50%;
      left: auto;
      margin-right: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-7.watermark-pos-2, .watermark-7.watermark-pos-4, .watermark-7.watermark-pos-6, .watermark-7.watermark-pos-8, .watermark-7.watermark-pos-10, .watermark-7.watermark-pos-12, .watermark-7.watermark-pos-14 {
          margin-right: 44%; } }
  
  .watermark-8 {
    border: 15px solid rgba(0, 120, 65, 0.3);
    width: 0px;
    height: 0px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    .watermark-8.watermark-pos-1, .watermark-8.watermark-pos-3, .watermark-8.watermark-pos-5, .watermark-8.watermark-pos-7, .watermark-8.watermark-pos-9, .watermark-8.watermark-pos-11, .watermark-8.watermark-pos-13 {
      left: 50%;
      margin-left: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-8.watermark-pos-1, .watermark-8.watermark-pos-3, .watermark-8.watermark-pos-5, .watermark-8.watermark-pos-7, .watermark-8.watermark-pos-9, .watermark-8.watermark-pos-11, .watermark-8.watermark-pos-13 {
          margin-left: 44%; } }
    .watermark-8.watermark-pos-2, .watermark-8.watermark-pos-4, .watermark-8.watermark-pos-6, .watermark-8.watermark-pos-8, .watermark-8.watermark-pos-10, .watermark-8.watermark-pos-12, .watermark-8.watermark-pos-14 {
      right: 50%;
      left: auto;
      margin-right: 44%; }
      @media only screen and (min-width: 1260px) {
        .watermark-8.watermark-pos-2, .watermark-8.watermark-pos-4, .watermark-8.watermark-pos-6, .watermark-8.watermark-pos-8, .watermark-8.watermark-pos-10, .watermark-8.watermark-pos-12, .watermark-8.watermark-pos-14 {
          margin-right: 44%; } }
  
  .watermark-9 {
    border: 7px solid rgba(0, 120, 65, 0.23);
    width: 420px;
    height: 420px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-9 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-9.watermark-pos-1, .watermark-9.watermark-pos-13, .watermark-9.watermark-pos-14 {
      left: 50%;
      margin-left: 30%; }
      @media only screen and (min-width: 1260px) {
        .watermark-9.watermark-pos-1, .watermark-9.watermark-pos-13, .watermark-9.watermark-pos-14 {
          margin-left: 30%; } }
    .watermark-9.watermark-pos-3, .watermark-9.watermark-pos-5, .watermark-9.watermark-pos-7, .watermark-9.watermark-pos-9, .watermark-9.watermark-pos-11 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-9.watermark-pos-3, .watermark-9.watermark-pos-5, .watermark-9.watermark-pos-7, .watermark-9.watermark-pos-9, .watermark-9.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-9.watermark-pos-2, .watermark-9.watermark-pos-4, .watermark-9.watermark-pos-6, .watermark-9.watermark-pos-8, .watermark-9.watermark-pos-10, .watermark-9.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-9.watermark-pos-2, .watermark-9.watermark-pos-4, .watermark-9.watermark-pos-6, .watermark-9.watermark-pos-8, .watermark-9.watermark-pos-10, .watermark-9.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-10 {
    border: 10px solid rgba(0, 120, 65, 0.15);
    width: 490px;
    height: 490px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-10 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-10.watermark-pos-1, .watermark-10.watermark-pos-13, .watermark-10.watermark-pos-14 {
      left: 50%;
      margin-left: 30%; }
      @media only screen and (min-width: 1260px) {
        .watermark-10.watermark-pos-1, .watermark-10.watermark-pos-13, .watermark-10.watermark-pos-14 {
          margin-left: 30%; } }
    .watermark-10.watermark-pos-3, .watermark-10.watermark-pos-5, .watermark-10.watermark-pos-7, .watermark-10.watermark-pos-9, .watermark-10.watermark-pos-11 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-10.watermark-pos-3, .watermark-10.watermark-pos-5, .watermark-10.watermark-pos-7, .watermark-10.watermark-pos-9, .watermark-10.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-10.watermark-pos-2, .watermark-10.watermark-pos-4, .watermark-10.watermark-pos-6, .watermark-10.watermark-pos-8, .watermark-10.watermark-pos-10, .watermark-10.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-10.watermark-pos-2, .watermark-10.watermark-pos-4, .watermark-10.watermark-pos-6, .watermark-10.watermark-pos-8, .watermark-10.watermark-pos-10, .watermark-10.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-11 {
    border: 20px solid rgba(75, 174, 59, 0.19);
    width: 480px;
    height: 480px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-11 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-11.watermark-pos-1, .watermark-11.watermark-pos-13, .watermark-11.watermark-pos-14 {
      left: 50%;
      margin-left: 30%; }
      @media only screen and (min-width: 1260px) {
        .watermark-11.watermark-pos-1, .watermark-11.watermark-pos-13, .watermark-11.watermark-pos-14 {
          margin-left: 30%; } }
    .watermark-11.watermark-pos-3, .watermark-11.watermark-pos-5, .watermark-11.watermark-pos-7, .watermark-11.watermark-pos-9, .watermark-11.watermark-pos-11 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-11.watermark-pos-3, .watermark-11.watermark-pos-5, .watermark-11.watermark-pos-7, .watermark-11.watermark-pos-9, .watermark-11.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-11.watermark-pos-2, .watermark-11.watermark-pos-4, .watermark-11.watermark-pos-6, .watermark-11.watermark-pos-8, .watermark-11.watermark-pos-10, .watermark-11.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-11.watermark-pos-2, .watermark-11.watermark-pos-4, .watermark-11.watermark-pos-6, .watermark-11.watermark-pos-8, .watermark-11.watermark-pos-10, .watermark-11.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-12 {
    border: 7px solid rgba(0, 120, 65, 0.11);
    width: 510px;
    height: 510px;
    -webkit-animation: fadeIn 0.6s ease-in-out backwards;
    -moz-animation: fadeIn 0.6s ease-in-out backwards;
    animation: fadeIn 0.6s ease-in-out backwards; }
    @media only screen and (max-width: 1024px) {
      .watermark-12 {
        opacity: 0;
        -webkit-animation: fadeIn 0s ease-in-out;
        -moz-animation: fadeIn 0s ease-in-out;
        animation: fadeIn 0s ease-in-out; } }
    .watermark-12.watermark-pos-1, .watermark-12.watermark-pos-13, .watermark-12.watermark-pos-14 {
      left: 50%;
      margin-left: 30%; }
      @media only screen and (min-width: 1260px) {
        .watermark-12.watermark-pos-1, .watermark-12.watermark-pos-13, .watermark-12.watermark-pos-14 {
          margin-left: 30%; } }
    .watermark-12.watermark-pos-3, .watermark-12.watermark-pos-5, .watermark-12.watermark-pos-7, .watermark-12.watermark-pos-9, .watermark-12.watermark-pos-11 {
      left: 50%;
      margin-left: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-12.watermark-pos-3, .watermark-12.watermark-pos-5, .watermark-12.watermark-pos-7, .watermark-12.watermark-pos-9, .watermark-12.watermark-pos-11 {
          margin-left: 45%; } }
    .watermark-12.watermark-pos-2, .watermark-12.watermark-pos-4, .watermark-12.watermark-pos-6, .watermark-12.watermark-pos-8, .watermark-12.watermark-pos-10, .watermark-12.watermark-pos-12 {
      right: 50%;
      left: auto;
      margin-right: 41%; }
      @media only screen and (min-width: 1260px) {
        .watermark-12.watermark-pos-2, .watermark-12.watermark-pos-4, .watermark-12.watermark-pos-6, .watermark-12.watermark-pos-8, .watermark-12.watermark-pos-10, .watermark-12.watermark-pos-12 {
          margin-right: 45%; } }
  
  .watermark-pos-1 {
    top: 0vh;
    top: 0; }
  
  .watermark-pos-2 {
    top: 25vh;
    top: 8%; }
  
  .watermark-pos-3 {
    top: 50vh;
    top: 16%; }
  
  .watermark-pos-4 {
    top: 75vh;
    top: 24%; }
  
  .watermark-pos-5 {
    top: 100vh;
    top: 32%; }
  
  .watermark-pos-6 {
    top: 125vh;
    top: 40%; }
  
  .watermark-pos-7 {
    top: 150vh;
    top: 50%; }
  
  .watermark-pos-8 {
    top: 175vh;
    top: 60%; }
  
  .watermark-pos-9 {
    top: 200vh;
    top: 70%; }
  
  .watermark-pos-10 {
    top: 225vh;
    top: 75%; }
  
  .watermark-pos-11 {
    top: 250vh;
    top: 80%; }
  
  .watermark-pos-12 {
    top: 275vh;
    top: 90%; }
  
  .watermark-pos-13 {
    top: 0vh;
    top: 0; }
  
  .watermark-pos-14 {
    top: 0vh;
    top: 0; }
  
  .carousel img {
    display: block;
    width: 100%;
    position: relative; }
  
  .carousel .slick-prev,
  .carousel .slick-next,
  .carousel-nav .slick-prev,
  .carousel-nav .slick-next {
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    width: 33px;
    height: 17px;
    background-color: transparent; }
  .carousel .slick-prev,
  .carousel-nav .slick-prev {
    background-image: url('../../dist/arrow-prev-white.svg');
    background-position: bottom left;
    margin-right: 5px; }
    .no-svg .carousel .slick-prev, .no-svg
    .carousel-nav .slick-prev {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .carousel .slick-prev, .no-svg
        .carousel-nav .slick-prev {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black2x.png); } }
  .carousel .slick-next,
  .carousel-nav .slick-next {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png);
    background-position: bottom right;
    margin-left: 5px; }
    .no-svg .carousel .slick-next, .no-svg
    .carousel-nav .slick-next {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .carousel .slick-next, .no-svg
        .carousel-nav .slick-next {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black2x.png); } }
  
  .breadcrumbs {
    display: none;
    visibility: hidden; }
    @media only screen and (min-width: 1024px) {
      .breadcrumbs {
        display: block;
        visibility: visible; } }
    @media only screen and (min-width: 1024px) and (min-width: 1024px) {
      .breadcrumbs {
        border-top: 1px solid #212121;
        margin-top: -1px; } }
    @media only screen and (min-width: 1024px) {
        .breadcrumbs .inner {
          border-bottom: 1px solid #B6B6B6;
          width: 90%;
          max-width: 1340px;
          margin: 0 auto; }
        .breadcrumbs ul {
          list-style: none;
          padding-left: 0;
          margin: 0;
          font-size: 14px; }
          .breadcrumbs ul li {
            background-image: none;
            padding-left: 0; }
          .breadcrumbs ul li > a {
            font-weight: 700; }
          .breadcrumbs ul::after {
            clear: both;
            content: "";
            display: table; }
        .breadcrumbs ul li {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-right.svg);
          float: left;
          padding-left: 25px;
          padding-right: 35px;
          padding-top: 8px;
          padding-bottom: 8px;
          background-repeat: no-repeat;
          background-position: right 50%; }
          .no-svg .breadcrumbs ul li {
            background-image: url(/wp-content/themes/teagasc/dist/img/arrow-right.png); } }
        @media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5) {
          .no-svg .breadcrumbs ul li {
            background-image: url(/wp-content/themes/teagasc/dist/img/arrow-right2x.png); } }
    @media only screen and (min-width: 1024px) {
          .breadcrumbs ul li:first-child {
            padding-left: 0; }
          .breadcrumbs ul li:last-child {
            padding-right: 0;
            background-image: none; }
        .breadcrumbs ul li a {
          font-weight: 300; }
          .breadcrumbs ul li a:hover {
            color: #38852E; }
        .breadcrumbs ul li span,
        .breadcrumbs ul li.active a {
          color: #007841; }
        .breadcrumbs ul li a,
        .breadcrumbs ul li span {
          display: block; } }
    @media only screen and (min-width: 1260px) {
      .breadcrumbs ul {
        font-size: 16px; }
      .breadcrumbs ul li {
        padding-top: 12px;
        padding-bottom: 12px; } }
  
  dl::after {
    clear: both;
    content: "";
    display: table; }
  dl dt, dl dd {
    margin-left: 0;
    display: block;
    margin-right: 5px;
    float: left; }
  dl dt + dd {
    margin-right: 20px; }
  dl dd a {
    margin: 0; }
  dl ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    dl ul li {
      background-image: none;
      padding-left: 0; }
    dl ul li > a {
      color: #212121;
      font-weight: 700; }
    dl ul::after {
      clear: both;
      content: "";
      display: table; }
  dl ul li {
    float: left;
    margin-right: 5px; }
    dl ul li:after {
      content: ",";
      position: relative;
      float: right; }
  dl ul li:last-child:after {
    display: none; }
  dl ul li a,
  dl dd a {
    color: #38852E; }
    dl ul li a:hover,
    dl dd a:hover {
      color: #4BAE3B; }
  
  .pagination {
    list-style: none;
    padding-left: 0;
    font-family: "athelas", serif;
    font-style: italic;
    font-size: 19px;
    text-align: left;
    vertical-align: top; }
    .pagination li {
      background-image: none;
      padding-left: 0; }
    .pagination li > a {
      color: #212121;
      font-weight: 700; }
    .wf-loading .pagination {
      visibility: hidden; }
    .wf-active .pagination, .wf-inactive .pagination {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      .pagination {
        text-align: right; } }
    .pagination li {
      display: inline-block; }
    .pagination a, .pagination span {
      display: inline-block;
      padding: 10px 16px;
      font-weight: 400;
      position: relative;
      overflow: hidden; }
    .pagination .current {
      color: #38852E; }
      .pagination .current a:after {
        content: "";
        display: block;
        width: 100%;
        background-color: #007841;
        height: 4px;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .pagination .pagination-prev a,
    .pagination .pagination-next a {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 35px;
      height: 33px;
      background-repeat: no-repeat;
      background-position: 0 50%;
      font-size: 0; }
    .pagination .pagination-prev a {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.svg);
      padding-left: 0; }
      .no-svg .pagination .pagination-prev a {
        background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .pagination .pagination-prev a {
            background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black2x.png); } }
    .pagination .pagination-next a {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png);
      padding-right: 0;
      background-position: 100% 50%; }
      .no-svg .pagination .pagination-next a {
        background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .pagination .pagination-next a {
            background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black2x.png); } }
  
  .pagination-simple {
    list-style: none;
    padding-left: 0; }
    .pagination-simple li {
      background-image: none;
      padding-left: 0; }
    .pagination-simple li > a {
      color: #212121;
      font-weight: 700; }
    .pagination-simple::after {
      clear: both;
      content: "";
      display: table; }
    .pagination-simple li {
      float: left; }
    .pagination-simple a {
      margin-right: 20px; }
  
  .tag:after, .tag-container li a:after {
    display: none;
    content: ""; }
  
  #masonry-wrapper {
    list-style: none;
    padding-left: 0; }
    #masonry-wrapper li {
      background-image: none;
      padding-left: 0; }
    #masonry-wrapper li > a {
      color: #212121;
      font-weight: 700; }
    @media only screen and (min-width: 320px) {
      #masonry-wrapper li {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      #masonry-wrapper li {
        width: 33.33333%; } }
    #masonry-wrapper li a {
      padding: 5px 0;
      display: block;
      position: relative; }
      @media only screen and (min-width: 320px) {
        #masonry-wrapper li a {
          padding: 5px; } }
      #masonry-wrapper li a:after {
        content: "";
        display: block;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        position: absolute;
        background-color: #38852E;
        opacity: 0;
        -webkit-transition: opacity 0.15s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out; }
      #masonry-wrapper li a:hover {
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in; }
        #masonry-wrapper li a:hover:after {
          opacity: .7; }
        #masonry-wrapper li a:hover img {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          filter: grayscale(100%); }
    #masonry-wrapper img {
      display: block;
      width: 100%;
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: -webkit-filter 0.15s ease-in-out;
      -moz-transition: -webkit-filter 0.15s ease-in-out;
      transition: -webkit-filter 0.15s ease-in-out; }
  
  .mfp-bg {
    background: white;
    opacity: 0.9;
    filter: alpha(opacity=80); }
  
  .mfp-figure:after {
    display: none;
    visibility: hidden; }
  
  .mfp-counter,
  .mfp-preloader,
  .mfp-title {
    color: #212121; }
  
  button.mfp-arrow {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: white;
    opacity: 1; }
    button.mfp-arrow:after, button.mfp-arrow:before {
      display: none;
      visibility: hidden; }
  
  button.mfp-arrow:active,
  button.mfp-arrow {
    margin-top: -30px; }
  
  button.mfp-arrow-left {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.svg); }
    .no-svg button.mfp-arrow-left {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg button.mfp-arrow-left {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black2x.png); } }
  
  button.mfp-arrow-right {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
    .no-svg button.mfp-arrow-right {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg button.mfp-arrow-right {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black2x.png); } }
  
  button.mfp-close {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.svg);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 0;
    opacity: 1; }
    .no-svg button.mfp-close {
      background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg button.mfp-close {
          background-image: url(/wp-content/themes/teagasc/dist/img/btn-close2x.png); } }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 0; }
  
  .video-wrapper, .listing-videos li div {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  
  .video-wrapper object,
  .video-wrapper iframe,
  .video-wrapper embed, .listing-videos li div object,
  .listing-videos li div iframe,
  .listing-videos li div embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  
  .youtube-video-wrapper {
    width: 100%;
    max-width:730px;
  }
  
  .video-container {
      position:relative;
      padding-bottom:56.25%;
      padding-top:30px;
      height:0;
      overflow:hidden;
  }
  
  .video-container iframe, .video-container object, .video-container embed {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  
  .action, .section-promote aside {
    padding: 28px 0;
    border-bottom: 1px solid #B6B6B6;
    border-top: 1px solid #B6B6B6;
    position: relative; }
    .action a, .section-promote aside a {
      font-size: 19px;
      color: #007841;
      display: block;
      font-family: "athelas", serif; }
      .wf-loading .action a, .wf-loading .section-promote aside a, .section-promote .wf-loading aside a {
        visibility: hidden; }
      .wf-active .action a, .wf-active .section-promote aside a, .section-promote .wf-active aside a, .wf-inactive .action a, .wf-inactive .section-promote aside a, .section-promote .wf-inactive aside a {
        visibility: visible; }
      .action a:after, .section-promote aside a:after {
        display: none; }
  
  .action-icon a {
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: 0 3px; }
  
  .action-youtube a {
    background-image: url(/wp-content/themes/teagasc/dist/img/icon-youtube.svg); }
    .no-svg .action-youtube a {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-youtube.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .action-youtube a {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-youtube2x.png); } }
  
  .download a {
    background-image: url(/wp-content/themes/teagasc/dist/img/icon-download.svg);
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    padding: 0 0 28px 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 6px; }
    .no-svg .download a {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-download.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .download a {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-download2x.png); } }
    .download a:hover {
      color: #38852E; }
  
  .share-container {
    width: 100%;
    position: relative;
    clear: both;
    padding-top: 34px;
    border-top: 1px solid #212121; }
    .share-container iframe {
      margin-right: 20px; }
    .share-container .fb_iframe_widget {
      top: -8px; }
    .share-container .IN-widget {
      margin-left: 20px; }
  
  .article-date {
    font-size:14px;}
  
  .listing-article .article-date {
    display: block;
    margin: 28px 0 -28px 0; }
  
  .filter input, .filter select {
    width: 100%; }
  .filter legend {
    display: none; }
  
  .content-secondary .filter ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px; }
    .content-secondary .filter ul li {
      background-image: none;
      padding-left: 0; }
    .content-secondary .filter ul li > a {
      color: #212121;
      font-weight: 700; }
    @media only screen and (min-width: 660px) {
      .content-secondary .filter ul {
        margin: 20px 0 28px 0; } }
    @media only screen and (min-width: 1024px) {
      .content-secondary .filter ul {
        margin-top: 0;
        margin-bottom: 20px; } }
  .content-secondary .filter ul > li:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .content-secondary .filter legend {
      display: block; } }
  .content-secondary .filter label {
    margin-right: 0; }
  
  @media only screen and (min-width: 320px) {
    .insert::after {
      clear: both;
      content: "";
      display: table; } }
  .insert img {
    display: block;
    width: 100%;
    margin-top: 28px; }
  @media only screen and (min-width: 320px) {
    .insert div {
      width: auto;
      overflow: hidden; } }
  
  @media only screen and (min-width: 320px) {
    .insert-profile img {
      float: right;
      width: 30%;
      max-width: 200px;
      margin-left: 20px; } }
  .insert-profile dl {
      display: inline-block;
  }
  .insert-profile dd {
    clear: right;
    float: none;
    width: auto;
    overflow: hidden; }
  .insert-profile dt {
    clear: left;
    width: 60px;
    margin-right: 20px; }
  
  .has-content-secondary .insert-alt {
    border-bottom: 1px solid #B6B6B6; }
    @media only screen and (min-width: 1024px) {
      .has-content-secondary .insert-alt {
        width: 66.66667%; } }
    @media only screen and (min-width: 1260px) {
      .has-content-secondary .insert-alt {
        width: 22.18905%;
        float: right;
        border-bottom: 0; } }
    @media only screen and (min-width: 1260px) {
      .has-content-secondary .insert-alt img {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0; } }
    @media only screen and (min-width: 1260px) {
      .has-content-secondary .insert-alt dt {
        float: none;
        width: 100%; } }
    .has-content-secondary .insert-alt dd {
      margin-bottom: 10px; }
  
  .eventdate {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #B6B6B6;
    padding: 28px 0; }
    .eventdate a {
      display: block; }
  
  .event .eventtitle h3 {
    margin-bottom: 14px; }
  .event .eventinfo dl {
    margin: 14px 0; }
    .event .eventinfo dl::after {
      clear: both;
      content: "";
      display: table; }
  .event .eventinfo dl:nth-of-type(1) {
    font-size: 16px;
    font-style: normal; }
    .event .eventinfo dl:nth-of-type(1)  dt {
      margin-right: 10px; }
  .event .eventinfo dl:nth-of-type(3) dt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/teagasc/dist/img/icon-calendar.svg); }
    .event .eventinfo dl:nth-of-type(2) dt {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 16px;
      height: 16px;
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-clock.svg); }
    .no-svg .event .eventinfo dl:nth-of-type(1) dt {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-clock.svg); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .event .eventinfo dl:nth-of-type(1) dt {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-clock2x.png); } }
  .event .eventinfo dt,
  .event .eventinfo dd {
    display: block;
    float: left; }
  .event + .eventdate {
    margin-top: 28px; }
  
  @media only screen and (min-width: 1024px) {
    .content-tertiary #calendar_box {
      margin-left: -30.75%; } }
  #calendar_box thead {
    border-bottom: 0; }
  #calendar_box th {
    font-family: "soleil", sans-serif;
    font-weight: 700; }
    .wf-loading #calendar_box th {
      visibility: hidden; }
    .wf-active #calendar_box th, .wf-inactive #calendar_box th {
      visibility: visible; }
  #calendar_box td,
  #calendar_box th {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 60px;
    width: 14.28571%;
    border-top: 1px solid #B6B6B6; }
    @media only screen and (min-width: 1024px) {
      #calendar_box td,
      #calendar_box th {
        height: 50px; } }
  #calendar_box a {
    color: #38852E; }
  #calendar_box .fillday {
    color: #595959; }
  #calendar_box .hasevent a {
    -webkit-transition: background-color 0.22s ease-in-out;
    -moz-transition: background-color 0.22s ease-in-out;
    transition: background-color 0.22s ease-in-out;
    background-color: #38852E;
    color: white;
    width: 100%;
    display: block;
    padding: 20px 0; }
    @media only screen and (min-width: 1024px) {
      #calendar_box .hasevent a {
        padding: 15px 0; } }
    #calendar_box .hasevent a:hover {
      background-color: #4BAE3B; }
  #calendar_box .calendar-box-header th {
    width: auto;
    font-size: 16px;
    border-top: 0;
    height: auto;
    padding: 10px 0; }
    @media only screen and (min-width: 1024px) {
      #calendar_box .calendar-box-header th {
        border-top: 1px solid #B6B6B6; } }
  #calendar_box .calendar-box-header .fa {
    display: block;
    width: 31px;
    height: 16px;
    background-repeat: no-repeat; }
  #calendar_box .calendar-box-header .fa-chevron-left {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.svg);
    background-position: left 50%; }
    .no-svg #calendar_box .calendar-box-header .fa-chevron-left {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg #calendar_box .calendar-box-header .fa-chevron-left {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-black2x.png); } }
  #calendar_box .calendar-box-header .fa-chevron-right {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png);
    background-position: right 50%; }
    .no-svg #calendar_box .calendar-box-header .fa-chevron-right {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg #calendar_box .calendar-box-header .fa-chevron-right {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black2x.png); } }
  
  #view_switchers {
    margin-top: 28px;
    font-size: 12px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      #view_switchers {
        margin-left: 0; } }
    #view_switchers a {
      color: #38852E; }
  
  /* PSRR-4040 - added alternative class */
  table.alternative {
    width: 100%;
    margin: 28px 0; }
    table.alternative th,
    table.alternative td {
      text-align: left;
      padding: 20px 20px 20px 0;
      vertical-align: top; }
    table.alternative td {
      border-bottom: 1px solid #B6B6B6; }
    table.alternative thead {
      border-bottom: 1px solid #212121; }
    table.alternative th {
      font-family: "athelas", serif;
      font-weight: 400; }
      .wf-loading table th {
        visibility: hidden; }
      .wf-active table th, .wf-inactive table th {
        visibility: visible; }
    table.alternative a {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      table.alternative a:hover {
        color: #38852E; }
  
  
  /* table class created by Dan in Teagasc */
  table.tblClean {
    margin: 28px 0; }
    table.tblClean th,
    table.tblClean td {
      border: 1px solid #b6b6b6; 
      padding: .3em; }
    table.tblClean td {
      background-color: #ffffff; }
    table.tblClean th {
      background-color: #f2f2f2; }
    table.tblClean th a {
      color: #38852E;
      font-weight:bold;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      table.tblClean th a:hover {
        color: #4BAE3B; }
  table.tblClean a {
      color: #38852E;
      font-weight: 300;
        -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      table.tblClean a:hover {
        color: #4BAE3B; }
  
  /* table class created by Dan in Teagasc */
  table.tblBlank {
    border: 0;
    margin: 28px 0; }
    table.tblBlank th,
    table.tblBlank td {
      border: 0; 
      padding: .3em; }
    table.tblBlank th a {
      color: #38852E;
      font-weight:bold;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      table.tblBlank th a:hover {
        color: #4BAE3B; }
  table.tblBlank a {
      color: #38852E;
      font-weight: 300;
        -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      table.tblBlank a:hover {
        color: #4BAE3B; }
  
  .overflow-container {
    width: 100%;
    overflow-y: scroll;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .overflow-container {
        overflow: auto; } }
    .overflow-container > table {
      width: 800px; }
      @media only screen and (min-width: 768px) {
        .overflow-container > table {
          width: 100%; } }
    .overflow-container:after {
      font-family: "athelas", serif;
      content: "Scroll right to see more";
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      font-size: 12px;
      font-style: italic;
      padding-right: 10px; }
      .wf-loading .overflow-container:after {
        visibility: hidden; }
      .wf-active .overflow-container:after, .wf-inactive .overflow-container:after {
        visibility: visible; }
      @media only screen and (min-width: 768px) {
        .overflow-container:after {
          display: none; } }
  
  .contact-details + .contact-location-search, .contact-staff {
    border-top: 1px solid #212121;
    margin-top: 50px;
    padding-top: 50px; }
    .contact-details + .contact-location-search h2, .contact-staff h2 {
      margin-top: 0; }
  
  .list-unordered-group {
    list-style: none;
    padding-left: 0; }
    .list-unordered-group li {
      background-image: none;
      padding-left: 0; }
    .list-unordered-group li > a {
      color: #212121;
      font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .list-unordered-group::after {
        clear: both;
        content: "";
        display: table; } }
    @media only screen and (min-width: 768px) and (max-width: 1259px) {
      .list-unordered-group > li {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        .list-unordered-group > li:nth-of-type(2n+2) {
          margin-right: 0; }
        .list-unordered-group > li:nth-of-type(2n + 1) {
          clear: left; } }
    @media only screen and (min-width: 1260px) {
      .list-unordered-group > li {
        float: left;
        width: 22.20149%;
        margin-right: 3.73134%; }
        .list-unordered-group > li:nth-of-type(4n+4) {
          margin-right: 0; }
        .list-unordered-group > li:nth-of-type(4n + 1) {
          clear: left; } }
  
  .map {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 100px;
    height: 0;
    overflow: hidden;
    margin: 28px 0; }
    .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  
  #searchoptions::after {
    clear: both;
    content: "";
    display: table; }
  #searchoptions label {
    margin-right: 0; }
  #searchoptions .category + .subcategory, #searchoptions .location + .subcategory, #searchoptions .parent-category + .subcategories {
    border-top: 1px solid #B6B6B6;
    padding-top: 10px; }
  #searchoptions .subcategory {
    margin-bottom: 5px; }
    #searchoptions .subcategory + .subcategory {
      border-top: 0;
      padding-top: 0; }
    #searchoptions .subcategory + .category, #searchoptions .subcategories + .category {
      margin-top: 28px; }
    #searchoptions .subcategory input {
      margin-top: 3px; }
    #searchoptions .subcategory label {
      font-size: 16px;
      line-height: 1.4;
      font-style: normal;
      word-break: break-word; }
  @media only screen and (min-width: 1024px) {
    .content-tertiary #searchoptions {
      margin-left: -30.75%; } }
  
  .list-contact {
    list-style: none;
    padding-left: 0; }
    .list-contact li {
      background-image: none;
      padding-left: 0; }
    .list-contact li > a {
      color: #212121;
      font-weight: 700; }
    .list-contact li {
      padding-left: 30px;
      background-position: 0 6px; }
    .list-contact .tel {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.svg);
      background-repeat: no-repeat;}
      .no-svg .list-contact .tel {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .list-contact .tel {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone2x.png); } }
    .list-contact .gps {
      background-repeat: no-repeat;}
    .list-contact .fax {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-print.svg); 
      background-repeat: no-repeat;}
      .no-svg .list-contact .fax {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-print.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .list-contact .fax {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-print2x.png); } }
    .list-contact .email {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-email.svg);
      background-position: 0 8px; }
      .no-svg .list-contact .email {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-email.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .list-contact .email {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-email2x.png); } }
  
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @-moz-keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes fadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @-webkit-keyframes triangleScaleUp {
    from {
      -webkit-transform: scale(0); }
    to {
      -webkit-transform: scale(1); } }
  @-moz-keyframes triangleScaleUp {
    from {
      -moz-transform: scale(0); }
    to {
      -moz-transform: scale(1); } }
  @keyframes triangleScaleUp {
    from {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    to {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  header[role=banner] {
    position: relative;
    z-index: 9; }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .inner {
        width: 90%;
        max-width: 1340px;
        margin: 0 auto; } }
    @media only screen and (min-width: 310px) {
      header[role=banner] > .inner {
        position: relative; }
        header[role=banner] .inner::after {
          clear: both;
          content: "";
          display: table; } }
    header[role=banner] .toggle {
      font-size: 12px;
      display: block;
      position: relative; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .toggle {
          float: left;
          display: block;
          height: 40px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .toggle {
          display: none;
          visibility: hidden; } }
      header[role=banner] .toggle span {
        display: block;
        padding: 0 8px; }
      header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
        font-family: "soleil", sans-serif; }
        .wf-loading header[role=banner] .toggle#toggle-nav-organisation, .wf-loading header[role=banner] .toggle#toggle-quicklinks {
          visibility: hidden; }
        .wf-active header[role=banner] .toggle#toggle-nav-organisation, .wf-inactive header[role=banner] .toggle#toggle-nav-organisation, .wf-active header[role=banner] .toggle#toggle-quicklinks, .wf-inactive header[role=banner] .toggle#toggle-quicklinks {
          visibility: visible; }
        @media only screen and (min-width: 560px) {
          header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
            position: absolute;
            top: 55px; } }
        @media only screen and (min-width: 800px) {
          header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
            width: 20%;
            text-align: center; } }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
            font-size: 14px; } }
      header[role=banner] .toggle#toggle-nav-organisation span:after, header[role=banner] .toggle#toggle-quicklinks span:after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #B6B6B6; }
      header[role=banner] .toggle#toggle-nav-organisation span:after, header[role=banner] .toggle#toggle-quicklinks span:after {
        -webkit-transition: -webkit-transform 0.22s ease-in-out;
        -moz-transition: -moz-transform 0.22s ease-in-out;
        transition: transform 0.22s ease-in-out; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .toggle#toggle-nav-organisation span, header[role=banner] .toggle#toggle-quicklinks span {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      header[role=banner] .toggle.active {
        color: #38852E; }
        header[role=banner] .toggle.active span:after {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      @media only screen and (min-width: 560px) {
        header[role=banner] .toggle#toggle-nav-organisation {
          left: 200px; } }
      @media only screen and (min-width: 620px) {
        header[role=banner] .toggle#toggle-nav-organisation {
          left: 230px; } }
      @media only screen and (min-width: 800px) {
        header[role=banner] .toggle#toggle-nav-organisation {
          left: 25%; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] .toggle#toggle-quicklinks {
          left: 330px; } }
      @media only screen and (min-width: 620px) {
        header[role=banner] .toggle#toggle-quicklinks {
          left: 360px; } }
      @media only screen and (min-width: 800px) {
        header[role=banner] .toggle#toggle-quicklinks {
          left: 25%;
          margin-left: 20%; } }
      @media only screen and (min-width: 310px) {
        header[role=banner] .toggle#toggle-quicklinks:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          left: 0;
          background-color: #B6B6B6;
          top: 5px;
          bottom: 5px; } }
      @media only screen and (min-width: 800px) {
        header[role=banner] .toggle#toggle-quicklinks:before {
          left: 10px; } }
      @media only screen and (min-width: 310px) {
        header[role=banner] .toggle#toggle-search {
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-search.svg);
          background-repeat: no-repeat;
          background-position: 50%;
          width: 40px;
          float: none;
          position: absolute;
          top: 0;
          right: 40px;
          padding: 0; }
          .no-svg header[role=banner] .toggle#toggle-search {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-search.png); } }
      @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
        .no-svg header[role=banner] .toggle#toggle-search {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-search2x.png); } }
  
      @media only screen and (min-width: 690px) {
        header[role=banner] .toggle#toggle-search {
          display: none;
          visibility: hidden; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] .toggle#toggle-search {
          margin-right: 65px;
          width: 60px;
          height: 50px;
          right: 0; } }
      @media only screen and (min-width: 310px) {
        header[role=banner] .toggle#toggle-search:after {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          right: 0;
          background-color: #B6B6B6;
          top: 5px;
          bottom: 5px; } }
    header[role=banner] .lnk-login {
      font-size: 12px;
      padding: 0;
      display: block;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-family: "soleil", sans-serif; }
      .wf-loading header[role=banner] .lnk-login {
        visibility: hidden; }
      .wf-active header[role=banner] .lnk-login, .wf-inactive header[role=banner] .lnk-login {
        visibility: visible; }
      header[role=banner] .lnk-login:hover {
        color: #38852E; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .lnk-login {
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-lock.svg);
          background-repeat: no-repeat;
          background-position: 50%;
          width: 40px;
          float: none;
          position: absolute;
          top: 0;
          right: 0;
          height: 40px;
          padding: 0; }
          .no-svg header[role=banner] .lnk-login {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-lock.png); } }
      @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
        .no-svg header[role=banner] .lnk-login {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-lock2x.png); } }
  
      @media only screen and (min-width: 560px) {
        header[role=banner] .lnk-login {
          margin-right: 5px;
          width: 60px;
          height: 50px;
          right: 0; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .lnk-login {
          text-indent: 0;
          overflow: visible;
          width: auto;
          padding-left: 5px;
          background-position: 0 0;
          height: auto;
          right: 5%;
          margin-right: 0;
          top: 15px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .lnk-login {
          right: auto;
          top: 108px;
          left: 51%;
          margin-left: 35px;
          font-size: 14px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .lnk-login {
          top: 88px; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .lnk-login {
          font-size: 16px; } }
    header[role=banner] .nav-organisation,
    header[role=banner] .quicklinks {
      display: none;
      width: 100%;
      border-top: 1px solid #212121;
      border-bottom: 1px solid #212121;
      z-index: 9999; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .nav-organisation,
        header[role=banner] .quicklinks {
          position: absolute;
          top: 40px;
          left: 0; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] .nav-organisation,
        header[role=banner] .quicklinks {
          top: 114px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-organisation,
        header[role=banner] .quicklinks {
          display: block !important;
          position: relative;
          float: left;
          border-top: 0;
          border-bottom: 0;
          width: 28%;
          top: auto;
          left: auto;
          margin: 45px 0 45px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .nav-organisation,
        header[role=banner] .quicklinks {
          margin: 30px 0 20px; } }
      header[role=banner] .nav-organisation ul,
      header[role=banner] .quicklinks ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        header[role=banner] .nav-organisation ul li,
        header[role=banner] .quicklinks ul li {
          background-image: none;
          padding-left: 0; }
        header[role=banner] .nav-organisation ul li > a,
        header[role=banner] .quicklinks ul li > a {
          color: #212121;
          font-weight: 700; }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .nav-organisation ul,
          header[role=banner] .quicklinks ul {
            font-size: 14px; }
            header[role=banner] .nav-organisation ul::after,
            header[role=banner] .quicklinks ul::after {
              clear: both;
              content: "";
              display: table; } }
        @media only screen and (min-width: 1260px) {
          header[role=banner] .nav-organisation ul,
          header[role=banner] .quicklinks ul {
            font-size: 16px; } }
      header[role=banner] .nav-organisation ul li,
      header[role=banner] .quicklinks ul li {
        padding: 0 3.73134%; }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .nav-organisation ul li,
          header[role=banner] .quicklinks ul li {
            padding: 0;
            float: left;
            width: 45%;
            margin-right: 10%; }
            header[role=banner] .nav-organisation ul li:nth-of-type(2n+2),
            header[role=banner] .quicklinks ul li:nth-of-type(2n+2) {
              margin-right: 0; }
            header[role=banner] .nav-organisation ul li:nth-of-type(2n + 1),
            header[role=banner] .quicklinks ul li:nth-of-type(2n + 1) {
              clear: left; } }
      header[role=banner] .nav-organisation ul li.current a,
      header[role=banner] .quicklinks ul li.current a {
        color: #38852E; }
      header[role=banner] .nav-organisation ul li:last-child a,
      header[role=banner] .quicklinks ul li:last-child a {
        border-bottom: 0; }
      header[role=banner] .nav-organisation ul li a,
      header[role=banner] .quicklinks ul li a {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #B6B6B6;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        header[role=banner] .nav-organisation ul li a:hover,
        header[role=banner] .quicklinks ul li a:hover {
          color: #38852E; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-organisation ul li:nth-child(n+3) a,
        header[role=banner] .quicklinks ul li:nth-child(n+3) a {
          border-bottom: 0; } }
    header[role=banner] .nav-organisation {
      background-color: #F2F2F2; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-organisation {
          margin-left: 23%;
          margin-right: 2.5%;
          background-color: transparent; } }
    header[role=banner] .quicklinks {
      background-color: white; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .quicklinks {
          background-color: transparent;
          margin-left: 2.5%; } }
      header[role=banner] .quicklinks strong {
        display: none;
        visibility: hidden; }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .quicklinks strong {
            display: block;
            visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -28px;
            font-size: 14px;
            font-family: "soleil", sans-serif; }
            .wf-loading header[role=banner] .quicklinks strong {
              visibility: hidden; }
            .wf-active header[role=banner] .quicklinks strong, .wf-inactive header[role=banner] .quicklinks strong {
              visibility: visible; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .quicklinks:before {
          content: "";
          position: absolute;
          top: 2px;
          bottom: 5px;
          left: -8.5%;
          display: block;
          width: 1px;
          background-color: #212121; } }
      header[role=banner] .quicklinks ul li a {
        font-weight: 300; }
    header[role=banner] .search-site {
      display: none;
      width: 100%;
      position: relative;
      border-top: 1px solid #212121;
      border-bottom: 1px solid #212121;
      z-index: 9999;
      background-color: white; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .search-site {
          position: absolute;
          top: 40px;
          left: 0; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] .search-site {
          top: 114px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .search-site {
          display: block !important;
          position: absolute;
          top: 55px;
          right: 5%;
          width: 170px;
          border-top: 0;
          border-bottom: 0;
          left: auto; } }
      @media only screen and (min-width: 800px) {
        header[role=banner] .search-site {
          width: 20%; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .search-site {
          top: auto;
          right: 0;
          float: left;
          position: relative;
          width: 13%;
          margin-right: 2.5%;
          margin-top: 50px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .search-site {
          margin-top: 30px; } }
      header[role=banner] .search-site input {
        width: 92.53731%;
        margin: 20px 3.73134%;
        padding-right: 40px; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .search-site input {
            margin: 0;
            width: 100%; } }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .search-site input {
            line-height: 2;
            height: 34px; } }
      header[role=banner] .search-site button {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-search.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        background-color: transparent;
        top: 20px;
        width: 40px;
        height: 34px;
        line-height: 2;
        border: 0;
        padding: 0;
        right: 3.73134%; }
        .no-svg header[role=banner] .search-site button {
          background-image: url(/wp-content/themes/teagasc/dist/img/icon-search.png); }
          @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .no-svg header[role=banner] .search-site button {
              background-image: url(/wp-content/themes/teagasc/dist/img/icon-search2x.png); } }
        header[role=banner] .search-site button:hover {
          border: none;
          background-color: transparent; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .search-site button {
            top: 0;
            right: 0; } }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .search-site button {
            top: 0; } }
    header[role=banner] hr {
      border: 0;
      height: 1px;
      background-color: #212121;
      margin: 0;
      padding: 0;
      clear: both;
      width: 100%; }
    @media only screen and (min-width: 560px) {
      header[role=banner] hr {
        display: none;
        visibility: hidden; } }
    header[role=banner] .logo {
      width: 155px;
      display: block;
      margin: 20px 0 20px 5%; }
      header[role=banner] .logo img {
        width: 100%;
        display: block; }
      @media only screen and (min-width: 310px) {
        header[role=banner] .logo {
          float: left; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] .logo {
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .logo {
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 0;
          margin-top: 54px;
          margin-bottom: 0;
          width: 180px; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .logo {
          width: 222px;
          margin-top: 50px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .logo {
          margin-top: 34px; } }
    header[role=banner] #toggle-topics {
      margin-left: 3.73134%;
      margin-top: -10px;
      display: block;
      font-family: "athelas", serif;
      font-style: italic;
      font-weight: 400;
      font-size: 19px;
      margin-bottom: 10px; }
      header[role=banner] #toggle-topics::after {
        clear: both;
        content: "";
        display: table; }
      .wf-loading header[role=banner] #toggle-topics {
        visibility: hidden; }
      .wf-active header[role=banner] #toggle-topics, .wf-inactive header[role=banner] #toggle-topics {
        visibility: visible; }
      @media only screen and (min-width: 310px) {
        header[role=banner] #toggle-topics {
          float: right;
          margin-left: 0;
          margin-top: 30px;
          margin-bottom: 0;
          margin-right: 5%; } }
      @media only screen and (min-width: 560px) {
        header[role=banner] #toggle-topics {
          margin-top: 57px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] #toggle-topics {
          display: none;
          visibility: hidden; } }
      header[role=banner] #toggle-topics .hamburger {
        text-indent: -9999px;
        background-color: #212121;
        width: 30px;
        display: block;
        float: left;
        position: relative;
        height: 2px;
        margin: 15px 10px 15px 0;
        -webkit-transition: background 0.15s ease-in-out;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out; }
        header[role=banner] #toggle-topics .hamburger:before, header[role=banner] #toggle-topics .hamburger:after {
          content: '';
          display: block;
          width: 30px;
          height: 2px;
          position: absolute;
          background-color: #212121;
          -webkit-transition: -webkit-transform 0.15s ease-in-out, top 0.15s ease-in-out;
          -moz-transition: -moz-transform 0.15s ease-in-out, top 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out, top 0.15s ease-in-out; }
        header[role=banner] #toggle-topics .hamburger:before {
          top: -10px; }
        header[role=banner] #toggle-topics .hamburger:after {
          top: 10px; }
      header[role=banner] #toggle-topics.active .hamburger {
        background-color: transparent; }
        header[role=banner] #toggle-topics.active .hamburger:before, header[role=banner] #toggle-topics.active .hamburger:after {
          top: 0; }
        header[role=banner] #toggle-topics.active .hamburger:before {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header[role=banner] #toggle-topics.active .hamburger:after {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      header[role=banner] #toggle-topics span {
        float: left; }
    header[role=banner] .nav-topics {
      width: 100%;
      display: none;
      float: none;
      clear: both;
      border-top: 1px solid #212121;
      max-width: 1440px;
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics {
          display: block !important;
          border-top: 0; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics {
          border-bottom: 1px solid #212121; } }
      header[role=banner] .nav-topics ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 12px; }
        header[role=banner] .nav-topics ul li {
          background-image: none;
          padding-left: 0; }
        header[role=banner] .nav-topics ul li > a {
          color: #212121;
          font-weight: 700; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul::after {
            clear: both;
            content: "";
            display: table; } }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .nav-topics ul {
            font-size: 14px; } }
        @media only screen and (min-width: 1260px) {
          header[role=banner] .nav-topics ul {
            font-size: 15px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li {
          float: left;
          width: 16.66667%; } }
      header[role=banner] .nav-topics ul li a {
        display: block;
        padding: 8px 3.73134%;
        border-bottom: 1px solid #B6B6B6;
        background-color: white;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li > a {
          text-align: center;
          padding-top: 12px;
          padding-bottom: 12px;
          border-bottom: 0;
          position: relative; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul li > a {
          padding-top: 23px;
          padding-bottom: 23px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .nav-topics ul li > a {
          padding-top: 18px;
          padding-bottom: 15px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 2px;
          right: 2px;
          height: 4px; }
          .csstransforms header[role=banner] .nav-topics ul li > a:before {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul li > a:before {
          height: 8px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics > ul > li > a:after {
          content: "";
          display: inline-block;
          margin-left: 5px;
          height: 0;
          width: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 7px solid #B6B6B6; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics > ul > li > a:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-8px);
          -moz-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
          -o-transform: translateY(-8px);
          transform: translateY(-8px);
          right: 5px;
          opacity: 0;
          -webkit-transition: opacity 0.22s ease-in, -webkit-transform 0.22s ease-in;
          -moz-transition: opacity 0.22s ease-in, -moz-transform 0.22s ease-in;
          transition: opacity 0.22s ease-in, transform 0.22s ease-in; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics ul li > a:hover:after {
          opacity: 1;
          -webkit-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -o-transform: translateY(-3px);
          transform: translateY(-3px); } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.active > a:after,
        header[role=banner] .nav-topics ul li.current > a:after {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          -webkit-transform-origin: bottom center;
          -moz-transform-origin: bottom center;
          -ms-transform-origin: bottom center;
          -o-transform-origin: bottom center;
          transform-origin: bottom center;
          content: "";
          display: block;
          position: absolute;
          bottom: 3px;
          left: 50%;
          margin-left: -5px;
          opacity: 1;
          border-top: 0;
          top: auto;
          right: auto; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul li.active > a:after,
        header[role=banner] .nav-topics ul li.current > a:after {
          bottom: 7px; } }
      @media only screen and (min-width: 1024px) and (max-height: 780px) {
        header[role=banner] .nav-topics ul li.active > a:after,
        header[role=banner] .nav-topics ul li.current > a:after {
          bottom: 12px; } }
      @media only screen and (min-width: 1260px) and (max-height: 780px) {
        header[role=banner] .nav-topics ul li.active > a:after,
        header[role=banner] .nav-topics ul li.current > a:after {
          bottom: 7px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.active > a:hover:after,
        header[role=banner] .nav-topics ul li.current > a:hover:after {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.active > a:before,
        header[role=banner] .nav-topics ul li.current > a:before {
          top: auto;
          bottom: -1px;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          -moz-transition: -moz-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
          .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
          header[role=banner] .nav-topics ul li.current > a:before {
            top: 0;
            bottom: auto;
            -webkit-transform: translateY(42px);
            -moz-transform: translateY(42px);
            -ms-transform: translateY(42px);
            -o-transform: translateY(42px);
            transform: translateY(42px); } }
      @media only screen and (min-width: 1024px) {
        .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
        header[role=banner] .nav-topics ul li.current > a:before {
          -webkit-transform: translateY(45px);
          -moz-transform: translateY(45px);
          -ms-transform: translateY(45px);
          -o-transform: translateY(45px);
          transform: translateY(45px); } }
      @media only screen and (min-width: 1260px) {
        .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
        header[role=banner] .nav-topics ul li.current > a:before {
          -webkit-transform: translateY(65px);
          -moz-transform: translateY(65px);
          -ms-transform: translateY(65px);
          -o-transform: translateY(65px);
          transform: translateY(65px); } }
      @media only screen and (min-width: 1260px) and (max-height: 780px) {
        .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
        header[role=banner] .nav-topics ul li.current > a:before {
          -webkit-transform: translateY(52px);
          -moz-transform: translateY(52px);
          -ms-transform: translateY(52px);
          -o-transform: translateY(52px);
          transform: translateY(52px); } }
      header[role=banner] .nav-topics ul li ul {
        padding: 15px 3.73134% 15px;
        border-bottom: 1px solid #B6B6B6;
        font-size: 12px;
        text-transform: none;
        z-index: 9998; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul {
            left: 0;
            padding: 0 3.73134%; }
            .csscolumns header[role=banner] .nav-topics ul li ul {
              -webkit-columns: 4;
              /* Chrome, Safari, Opera */
              -moz-columns: 4;
              /* Firefox */
              columns: 4;
              -webkit-column-gap: 50px;
              /* Chrome, Safari, Opera */
              -moz-column-gap: 50px;
              /* Firefox */
              column-gap: 50px; } }
        @media only screen and (min-width: 1024px) {
          header[role=banner] .nav-topics ul li ul {
            top: 49px;
            font-size: 14px;
            padding-top: 90px;
            padding-bottom: 30px; } }
        @media only screen and (min-width: 1260px) {
          header[role=banner] .nav-topics ul li ul {
            top: 73px;
            font-size: 16px; }
             }
        @media only screen and (min-width: 1260px) and (max-height: 780px) {
          .csstransforms header[role=banner] .nav-topics ul li ul {
            top: 60px; } }
        header[role=banner] .nav-topics ul li ul:before {
          content: "";
          position: absolute;
          top: -8px;
          left: 3.73134%; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li ul:before {
              display: none; } }
      header[role=banner] .nav-topics ul li ul li {
        margin-bottom: 15px; }
        @media only screen and (min-width: 690px) {
          .no-csscolumns header[role=banner] .nav-topics ul li ul li {
            float: left;
            width: 22.20149%;
            margin-right: 3.73134%; }
            .no-csscolumns header[role=banner] .nav-topics ul li ul li:nth-of-type(4n+5) {
              margin-right: 0; }
            .no-csscolumns header[role=banner] .nav-topics ul li ul li:nth-of-type(4n + 2) {
              clear: left; }
          .csscolumns header[role=banner] .nav-topics ul li ul li {
            float: none;
            width: 100%;
            -webkit-column-break-inside: avoid;
            -moz-column-break-inside: avoid;
            column-break-inside: avoid;
            break-inside: avoid;
            display: inline-block;
            height: 100%; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul li:first-child {
            width: 100%;
            display: block;
            clear: both;
            float: none; }
             }
        @media only screen and (min-width: 1260px) {
           }
        
      header[role=banner] .nav-topics ul li ul li a {
        background-color: transparent;
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0; }
        header[role=banner] .nav-topics ul li ul li:first-child a {
          border-bottom: 2px solid; }
        .csscolumns header[role=banner] .nav-topics ul li ul li:first-child {
          position: absolute;
          width: 92.53731%;
          top: 10px;
          left: 3.73134%;
          height: auto; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul li a {
            text-align: left; } }
        @media only screen and (min-width: 1260px) {
          header[role=banner] .nav-topics ul li ul li a {
            padding-top: 16px;
            padding-bottom: 16px; }
            .csscolumns header[role=banner] .nav-topics ul li ul li:first-child {
              top: 30px; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul li a:before {
            display: none; } }
      header[role=banner] .nav-topics ul li ul li ul {
        padding: 0;
        border-top: 1px solid #B6B6B6;
        border-bottom: 0; }
        header[role=banner] .nav-topics ul li ul li ul::after {
          clear: both;
          content: "";
          display: table; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul li ul {
            position: relative;
            width: 100%;
            padding: 0;
            top: auto;
            display: block; } }
        @media only screen and (min-width: 690px) {
          .csscolumns header[role=banner] .nav-topics ul li ul li ul {
            -webkit-columns: 1;
            /* Chrome, Safari, Opera */
            -moz-columns: 1;
            /* Firefox */
            columns: 1;
            -webkit-column-gap: 0;
            /* Chrome, Safari, Opera */
            -moz-column-gap: 0;
            /* Firefox */
            column-gap: 0;
            padding-top: 0; } }
        header[role=banner] .nav-topics ul li ul li ul:before {
          display: none; }
        @media only screen and (min-width: 1260px) and (max-height: 780px) {
          .csstransforms header[role=banner] .nav-topics ul li ul li ul {
            top: 0; } }
      header[role=banner] .nav-topics ul li ul li ul li {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%;
        margin-bottom: 0; }
        header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(2n+2) {
          margin-right: 0; }
        header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(2n + 1) {
          clear: left; }
        @media only screen and (min-width: 690px) {
          .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li {
            width: 100%;
            float: left;
            margin-right: 0; }
            .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(1n+2) {
              margin-right: 0; }
            .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(1n + 2) {
              clear: left; } }
        header[role=banner] .nav-topics ul li ul li ul li:nth-child(-n+2) a {
          border-top: 0; }
        @media only screen and (min-width: 690px) {
          .csscolumns header[role=banner] .nav-topics ul li ul li ul li:first-child {
            position: relative;
            width: 100%;
            left: 0;
            top: 0; } }
        header[role=banner] .nav-topics ul li ul li ul li:first-child a {
          border-bottom: 0; }
      header[role=banner] .nav-topics ul li ul li ul li a {
        font-weight: 300;
        border-bottom: 0;
        border-top: 1px solid #B6B6B6; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul li ul li a {
            border-top: 0;
            border-bottom: 1px solid #B6B6B6; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li ul li:first-child a {
          border-bottom: 1px solid #B6B6B6; } }
      header[role=banner] .nav-topics ul li.animals {
        background-color: #F8E3E4; }
        header[role=banner] .nav-topics ul li.animals a:hover {
          color: #C4161C; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.animals a:before {
            background-color: #C4161C; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.animals.active > a:after, header[role=banner] .nav-topics ul li.animals.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #C4161C;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.animals > a {
          border-color: #C4161C; }
        header[role=banner] .nav-topics ul li.animals > ul {
          border-color: #C4161C; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.animals > ul {
              background-color: #F8E3E4;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.animals > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #C4161C;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.animals ul li:first-child a {
          border-color: #C4161C; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.animals ul li ul li:first-child a {
            border-color: #B6B6B6; } }
      header[role=banner] .nav-topics ul li.crops {
        background-color: #E6DCCD; }
        header[role=banner] .nav-topics ul li.crops a:hover {
          color: #7D4800; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.crops a:before {
            background-color: #7D4800; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.crops.active > a:after, header[role=banner] .nav-topics ul li.crops.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #7D4800;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.crops > a {
          border-color: #7D4800; }
        header[role=banner] .nav-topics ul li.crops > ul {
          border-color: #7D4800; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.crops > ul {
              background-color: #E6DCCD;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.crops > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #7D4800;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.crops ul li:first-child a {
          border-color: #7D4800; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.crops ul li ul li:first-child a {
            border-color: #B6B6B6; } }
      header[role=banner] .nav-topics ul li.environment {
        background-color: #FFF9E4; }
        header[role=banner] .nav-topics ul li.environment a:hover {
          color: #f4bb00; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.environment a:before {
            background-color: #FFDF74; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.environment.active > a:after, header[role=banner] .nav-topics ul li.environment.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #FFDF74;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.environment > a {
          border-color: #FFDF74; }
        header[role=banner] .nav-topics ul li.environment > ul {
          border-color: #FFDF74; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.environment > ul {
              background-color: #FFF9E4;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.environment > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #FFDF74;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.environment ul li:first-child a {
          border-color: #FFDF74; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.environment ul li ul li:first-child a {
            border-color: #B6B6B6; } }
      header[role=banner] .nav-topics ul li.food {
        background-color: #FBE6D7; }
        header[role=banner] .nav-topics ul li.food a:hover {
          color: #EA7D31; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.food a:before {
            background-color: #EA7D31; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.food.active > a:after, header[role=banner] .nav-topics ul li.food.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #EA7D31;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.food > a {
          border-color: #EA7D31; }
        header[role=banner] .nav-topics ul li.food > ul {
          border-color: #EA7D31; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.food > ul {
              background-color: #FBE6D7;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.food > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #EA7D31;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.food ul li:first-child a {
          border-color: #EA7D31; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.food ul li ul li:first-child a {
            border-color: #B6B6B6; } }
      header[role=banner] .nav-topics ul li.rural {
        background-color: #F0E7D9; }
        header[role=banner] .nav-topics ul li.rural a:hover {
          color: #AF833B; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.rural a:before {
            background-color: #AF833B; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.rural.active > a:after, header[role=banner] .nav-topics ul li.rural.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #AF833B;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.rural > a {
          border-color: #AF833B; }
        header[role=banner] .nav-topics ul li.rural > ul {
          border-color: #AF833B; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.rural > ul {
              background-color: #F0E7D9;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.rural > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #AF833B;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.rural ul li:first-child a {
          border-color: #AF833B; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.rural ul li ul li:first-child a {
            border-color: #B6B6B6; } }
      header[role=banner] .nav-topics ul li.education {
        background-color: #F4F6D4; }
        header[role=banner] .nav-topics ul li.education a:hover {
          color: #9aa31a; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.education a:before {
            background-color: #4BAE3B; } }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.education.active > a:after, header[role=banner] .nav-topics ul li.education.current > a:after {
            height: 0;
            width: 0;
            border-bottom: 8px solid #4BAE3B;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; } }
        header[role=banner] .nav-topics ul li.education > a {
          border-color: #4BAE3B; }
        header[role=banner] .nav-topics ul li.education > ul {
          border-color: #4BAE3B; }
          @media only screen and (min-width: 690px) {
            header[role=banner] .nav-topics ul li.education > ul {
              background-color: #F4F6D4;
              border-bottom: 0; } }
          header[role=banner] .nav-topics ul li.education > ul:before {
            height: 0;
            width: 0;
            border-bottom: 8px solid #4BAE3B;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent; }
        header[role=banner] .nav-topics ul li.education ul li:first-child a {
          border-color: #4BAE3B; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.education ul li ul li:first-child a {
            border-color: #B6B6B6; } }
    header[role=banner] .btn-close {
      display: none;
      visibility: hidden; }
      @media only screen and (min-width: 310px) {
        .supermenu-open header[role=banner] .btn-close {
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.svg);
          display: block;
          visibility: visible;
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          bottom: -30px;
          right: 3.73134%;
          width: 19px;
          height: 19px;
          z-index: 9999; }
          .no-svg .supermenu-open header[role=banner] .btn-close {
            background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.png); } }
      @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
        .no-svg .supermenu-open header[role=banner] .btn-close {
          background-image: url(/wp-content/themes/teagasc/dist/img/btn-close2x.png); } }
  
  main {
    border-top: 1px solid #212121;
    padding-top: 50px;
    z-index: 1;
    position: relative; }
    main > .inner, .page .inner {
      width: 90%;
      max-width: 1340px;
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        main > .inner::after {
          clear: both;
          content: "";
          display: table; } }
    @media only screen and (min-width: 768px) {
      main {
        padding-top: 70px; } }
    @media only screen and (min-width: 1024px) {
      main {
        border-top: 0; } }
  
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary {
      float: left;
      margin-left: 8.33333%;
      width: 75%; }
      .has-content-secondary .content-primary:before {
        content: "";
        position: absolute;
        top: 0;
        left: -11.11111%;
        height: 100%;
        width: 1px;
        background-color: #212121; } }
  @media only screen and (min-width: 1260px) {
    .has-content-secondary .content-primary > p, 
    .has-content-secondary .content-primary section > div > p, 
    .has-content-secondary .content-primary > article > p , 
    .has-content-secondary .content-primary > table , 
    {
      width: 75%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary figure img {
      width: 111%;
      margin-left: -11%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary blockquote {
      margin-right: 0; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary .nav-tabs {
      width: 122.75%;
      margin-left: -6.3%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary .nav-tabs-static {
      width: 122.75%;
      margin-left: -6.3%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary .content,
    .has-content-secondary .content-primary h1,
    .has-content-secondary .content-primary h1 + strong {
      width: 66.66667%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .content-primary .content {
      float: left; } }
  
  @media only screen and (min-width: 1260px) {
    article.content-primary > ul,ol {
      width: 75%; } }
  @media only screen and (min-width: 1260px) {
    article.content-primary > ul.listing-tasks {
      width: 100%; } }
  
  @media only screen and (min-width: 1024px) {
    .has-content-secondary-tertiary .content-primary {
      float: left;
      margin-left: 8.33333%;
      margin-right: 3%; }
      .has-content-secondary-tertiary .content-primary:before {
        content: "";
        position: absolute;
        top: 0;
        left: -16.66667%;
        height: 100%;
        width: 1px;
        background-color: #212121; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary-tertiary .nav-tabs {
      width: 125.95%;
      margin-left: -9.5%; } }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary-tertiary .nav-tabs-static {
      width: 125.95%;
      margin-left: -9.5%; } }
  @media only screen and (min-width: 1260px) {
    .has-content-secondary-tertiary .listing-tasks li {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .has-content-secondary-tertiary .listing-tasks li:nth-of-type(2n+2) {
        margin-right: 0; }
      .has-content-secondary-tertiary .listing-tasks li:nth-of-type(2n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 1024px) {
    .no-content-secondary-tertiary .content-primary {
      width: 100%; } }
  @media only screen and (min-width: 1260px) {
    .no-content-secondary-tertiary .content-primary > p {
      width: 58.33333%; } }
  
  footer {
    margin-top: 70px;
    z-index: 1;
    position: relative; }
    footer .inner {
      width: 90%;
      max-width: 1340px;
      margin: 0 auto; }
    footer ul {
      list-style: none;
      padding-left: 0; }
      footer ul li {
        background-image: none;
        padding-left: 0; }
      footer ul li > a {
        color: #212121;
        font-weight: 700; }
    footer a {
      font-family: "soleil", sans-serif; }
      .wf-loading footer a {
        visibility: hidden; }
      .wf-active footer a, .wf-inactive footer a {
        visibility: visible; }
    footer ul li a,
    footer a {
      font-weight: 300; }
    footer strong,
    footer ul,
    footer a {
      font-size: 12px; }
      @media only screen and (min-width: 1024px) {
        footer strong,
        footer ul,
        footer a {
          font-size: 14px; } }
      @media only screen and (min-width: 1260px) {
        footer strong,
        footer ul,
        footer a {
          font-size: 16px; } }
    footer .footer-primary {
      border-top: 1px solid #212121;
      border-bottom: 1px solid #212121;
      padding: 20px 0;
      background-color: #F2F2F2; }
      footer .footer-primary .footer-list {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #212121;
        position: relative; }
        footer .footer-primary .footer-list:first-child {
          border-top: 0; }
        footer .footer-primary .footer-list ul {
          margin: 0; }
          footer .footer-primary .footer-list ul::after {
            clear: both;
            content: "";
            display: table; }
        footer .footer-primary .footer-list ul li {
          float: left;
          width: 48.13433%;
          margin-right: 3.73134%; }
          footer .footer-primary .footer-list ul li:nth-of-type(2n+2) {
            margin-right: 0; }
          footer .footer-primary .footer-list ul li:nth-of-type(2n + 1) {
            clear: left; }
        footer .footer-primary .footer-list strong {
          display: block;
          font-family: "soleil", sans-serif; }
          .wf-loading footer .footer-primary .footer-list strong {
            visibility: hidden; }
          .wf-active footer .footer-primary .footer-list strong, .wf-inactive footer .footer-primary .footer-list strong {
            visibility: visible; }
        footer .footer-primary .footer-list a {
          border-top: 1px solid #B6B6B6;
          -webkit-transition: color 0.15s ease-in-out;
          -moz-transition: color 0.15s ease-in-out;
          transition: color 0.15s ease-in-out;
          display: block; }
          footer .footer-primary .footer-list a:hover {
            color: #38852E; }
        footer .footer-primary .footer-list strong,
        footer .footer-primary .footer-list a {
          padding: 12px 0; }
        footer .footer-primary .footer-list .list-topics a {
          font-weight: 700; }
        footer .footer-primary .footer-list .list-topics li:nth-child(-n+2) a {
          border-top: 0; }
        @media only screen and (min-width: 768px) {
          footer .footer-primary .footer-list {
            float: left;
            width: 22.20149%;
            margin-right: 3.73134%;
            border-top: 0; }
            footer .footer-primary .footer-list:nth-of-type(4n+4) {
              margin-right: 0; }
            footer .footer-primary .footer-list:nth-of-type(4n + 1) {
              clear: left; }
            footer .footer-primary .footer-list ul li {
              float: left;
              width: 100%;
              margin-right: 0; }
              footer .footer-primary .footer-list ul li:nth-of-type(1n+1) {
                margin-right: 0; }
              footer .footer-primary .footer-list ul li:nth-of-type(1n + 1) {
                clear: left; }
            footer .footer-primary .footer-list .list-topics li:nth-child(-n+2) a {
              border-top: 1px solid #B6B6B6; }
            footer .footer-primary .footer-list .list-topics li:first-child a {
              border-top: 0; } }
        @media only screen and (min-width: 1024px) {
          footer .footer-primary .footer-list {
            float: left;
            width: 19.40299%;
            margin-right: 7.46269%; }
            footer .footer-primary .footer-list:nth-of-type(4n+4) {
              margin-right: 0; }
            footer .footer-primary .footer-list:nth-of-type(4n + 1) {
              clear: left; }
            footer .footer-primary .footer-list:after {
              content: "";
              display: block;
              position: absolute;
              top: 32px;
              bottom: 32px;
              right: -20%;
              width: 1px;
              background-color: #212121; }
            footer .footer-primary .footer-list:last-child:after {
              display: none; } }
      @media only screen and (min-width: 768px) {
        footer .footer-primary .inner::after {
          clear: both;
          content: "";
          display: table; } }
    footer .footer-secondary {
      padding: 20px 0; }
      footer .footer-secondary ul {
        margin-top: 20px;
        margin-bottom: 20px; }
      footer .footer-secondary ul li {
        padding: 12px 0; }
      footer .footer-secondary ul li a {
        display: inline; }
      footer .footer-secondary img {
        display: block; }
      footer .footer-secondary .inner {
        position: relative; }
      footer .footer-secondary a {
        color: #38852E;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        footer .footer-secondary a:hover {
          color: #4BAE3B; }
      @media only screen and (min-width: 768px) {
        footer .footer-secondary ul {
          padding-right: 100px; }
          footer .footer-secondary ul::after {
            clear: both;
            content: "";
            display: table; }
        footer .footer-secondary ul li {
          float: left;
          margin-right: 20px; }
        footer .footer-secondary .logo-eu {
          position: absolute;
          top: 0;
          right: 0; } }
      @media only screen and (min-width: 1260px) {
        footer .footer-secondary ul li {
          margin-right: 40px; }
        footer .footer-secondary ul li:last-child {
          display: block;
          clear: both;
          float: none; } }
  
  @media only screen and (min-width: 1024px) {
    .section-carousel {
      max-width: 1340px;
      width: 90%;
      margin: 0 auto;
      position: relative; }
      .section-carousel::after {
        clear: both;
        content: "";
        display: table; } }
  @media only screen and (min-width: 1024px) {
    .section-carousel:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 25.97015%;
      height: 1px;
      background-color: #212121; } }
  @media only screen and (min-width: 1024px) and (max-height: 780px) {
    .section-carousel:before {
      width: 68.65672%; } }
  
  .carousel-masthead {
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .carousel-masthead {
        max-width: 1340px;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      .carousel-masthead {
        width: 74.02985%;
        max-width: 100%;
        margin: 0;
        float: left; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      .carousel-masthead {
        width: 68.65672%; } }
    .carousel-masthead article::after {
      clear: both;
      content: "";
      display: table; }
    .carousel-masthead article:before {
      background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
      background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, transparent 70%);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: .9;
      z-index: 5;
      background-color: transparent; }
      .no-cssgradients .carousel-masthead article:before {
        background-color: rgba(0, 0, 0, 0.6);
        width: 50%; }
      @media only screen and (min-width: 768px) {
        .carousel-masthead article:before {
          background-image: -webkit-linear-gradient(-360deg, black 50%, transparent 100%);
          background-image: linear-gradient(90deg,black 50%, transparent 100%);
          background-color: transparent;
          opacity: .4;
          border-bottom-left-radius: 100px;
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .carousel-masthead article:before {
          border-bottom-left-radius: 130px; } }
    .carousel-masthead .carousel-text {
      float: left;
      width: 50%;
      padding-right: 5%;
      padding-left: 5%;
      padding-bottom: 20px;
      padding-top: 20px;
      margin-right: -60%;
      position: relative;
      z-index: 6; }
      @media only screen and (min-width: 500px) {
        .carousel-masthead .carousel-text {
          width: 40%; } }
      @media only screen and (min-width: 1024px) {
        .carousel-masthead .carousel-text {
          width: 30%;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0; } }
      @media only screen and (min-width: 1260px) {
        .carousel-masthead .carousel-text {
          width: 35%; } }
      @media only screen and (min-width: 1400px) {
        .carousel-masthead .carousel-text {
          width: 40%; } }
    .carousel-masthead p {
      font-size: 25px;
      line-height: 1;
      margin: 0;
      color: white; }
      @media only screen and (min-width: 390px) {
        .carousel-masthead p {
          font-size: 35px;
          letter-spacing: -1px; } }
      @media only screen and (min-width: 630px) {
        .carousel-masthead p {
          font-weight: 700;
          font-size: 40px; } }
      @media only screen and (min-width: 768px) {
        .carousel-masthead p {
          font-size: 45px; } }
      @media only screen and (min-width: 1024px) {
        .carousel-masthead p {
          position: absolute;
          top: 30px;
          font-size: 34px;
          line-height: 1; } }
      @media only screen and (min-width: 1150px) {
        .carousel-masthead p {
          font-size: 45px; } }
      @media only screen and (min-width: 1260px) {
        .carousel-masthead p {
          font-size: 50px;
          width: 80%;
          top: 30px; } }
      @media only screen and (min-width: 1400px) {
        .carousel-masthead p {
          font-size: 62px; } }
      @media only screen and (min-width: 1400px) and (max-height: 780px) {
        .carousel-masthead p {
          font-size: 50px; } }
    .carousel-masthead .lnk-more,
    .carousel-masthead .lnk-more-hidden {
      display: block;
      z-index: 7;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .carousel-masthead .lnk-more {
      color: white; }
      .carousel-masthead .lnk-more span {
        position: absolute;
        left: 5%;
        max-width: 170px;
        bottom: 0;
        padding: 8px 0; }
        @media only screen and (min-width: 768px) {
          .carousel-masthead .lnk-more span {
            border-top: 1px solid white;
            padding: 12px 0;
            text-align: right;
            position: absolute;
            bottom: 14px;
            width: 34%;
            max-width: 100%; } }
      .carousel-masthead .lnk-more:after {
        display: none; }
    .carousel-masthead .lnk-more-hidden {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      .carousel-masthead .lnk-more-hidden span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
    .carousel-masthead img {
      width: 150%;
      float: left;
      z-index: 4; }
      @media only screen and (min-width: 500px) {
        .carousel-masthead img {
          width: 110%; } }
      @media only screen and (min-width: 768px) {
        .carousel-masthead img {
          border-bottom-left-radius: 100px; } }
      @media only screen and (min-width: 900px) {
        .carousel-masthead img {
          width: 100%; } }
      @media only screen and (min-width: 1024px) {
        .carousel-masthead img {
          border-bottom-left-radius: 130px; } }
    .carousel-masthead .slick-list {
      z-index: 3; }
    .carousel-masthead .slick-prev,
    .carousel-masthead .slick-next {
      bottom: 17px; }
      @media only screen and (min-width: 768px) {
        .carousel-masthead .slick-prev,
        .carousel-masthead .slick-next {
          bottom: 30px; } }
  
  .carousel-nav {
    border-bottom: 1px solid #212121;
    font-family: "soleil", sans-serif; }
    .wf-loading .carousel-nav {
      visibility: hidden; }
    .wf-active .carousel-nav, .wf-inactive .carousel-nav {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      .carousel-nav {
        max-width: 1340px;
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      .carousel-nav {
        width: 25.97015%;
        max-width: 100%;
        margin: 0;
        float: left;
        border-top: 1px solid #212121;
        border-bottom: 0; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      .carousel-nav {
        width: 31.34328%; } }
    @media only screen and (min-width: 1024px) {
      .carousel-nav .slick-track {
        width: 100% !important; } }
    .carousel-nav .slick-slide {
      font-size: 12px;
      display: block;
      padding: 12px;
      font-weight: 700;
      position: relative;
      cursor: pointer;
      opacity: 1 !important;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-slide {
          font-size: 14px;
          display: block;
          float: none;
          padding-left: 30px;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-right: 0;
          max-width: 100%;
          border-bottom: 1px solid #B6B6B6; } }
      @media only screen and (min-width: 1260px) {
        .carousel-nav .slick-slide {
          font-size: 16px;
          padding-left: 40px;
          padding-right: 40px; }
          .carousel-nav .slick-slide:hover {
            color: #38852E; } }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-slide:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50%;
          max-width: 50px;
          height: 4px;
          background-color: #4BAE3B;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          -webkit-transform-origin: bottom left;
          -moz-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          -o-transform-origin: bottom left;
          transform-origin: bottom left;
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          -moz-transition: -moz-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out; } }
      .carousel-nav .slick-slide:after {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        bottom: 12px;
        right: 0;
        width: 1px;
        background-color: #B6B6B6; }
        @media only screen and (min-width: 1024px) {
          .carousel-nav .slick-slide:after {
            display: none; } }
      .carousel-nav .slick-slide:first-child {
        padding-left: 0; }
        @media only screen and (min-width: 1024px) {
          .carousel-nav .slick-slide:first-child {
            padding-left: 40px; } }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-slide:last-child:after {
          display: none; } }
    .carousel-nav .slick-active {
      color: #38852E; }
      @media only screen and (min-width: 1260px) {
        .carousel-nav .slick-active:hover {
          color: #38852E; } }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-active:before {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }
    .carousel-nav .slick-prev,
    .carousel-nav .slick-next {
      bottom: 62px; }
      @media only screen and (min-width: 768px) {
        .carousel-nav .slick-prev,
        .carousel-nav .slick-next {
          bottom: 78px; } }
  
  .carousel-masthead .slick-prev,
  .carousel-masthead .slick-next,
  .carousel-nav .slick-prev,
  .carousel-nav .slick-next {
    position: absolute;
    right: 20px;
    width: 33px;
    height: 37px;
    border-top: 1px solid white;
    padding-top: 20px;
    padding-bottom: 0;
    z-index: 8;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .carousel-masthead .slick-prev,
      .carousel-masthead .slick-next,
      .carousel-nav .slick-prev,
      .carousel-nav .slick-next {
        right: 30px; } }
  .carousel-masthead .slick-prev,
  .carousel-nav .slick-prev {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-white.svg);
    padding-right: 83px;
    padding-left: 0; }
    .no-svg .carousel-masthead .slick-prev, .no-svg
    .carousel-nav .slick-prev {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-white.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .carousel-masthead .slick-prev, .no-svg
        .carousel-nav .slick-prev {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-white2x.png); } }
  .carousel-masthead .slick-next,
  .carousel-nav .slick-next {
    background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-white.svg);
    padding-left: 50px;
    padding-right: 0; }
    .no-svg .carousel-masthead .slick-next, .no-svg
    .carousel-nav .slick-next {
      background-image: url(/wp-content/themes/teagasc/dist/img/arrow-prev-white.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .carousel-masthead .slick-next, .no-svg
        .carousel-nav .slick-next {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-white2x.png); } }
  
  .content-primary {
    position: relative; }
    @media only screen and (min-width: 660px) {
      .content-primary {
        width: 83.33333%;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .content-primary::after {
        clear: both;
        content: "";
        display: table; } }
    @media only screen and (min-width: 1024px) {
      .content-primary {
        width: 50%; } }
    .content-primary figure img,
    .content-primary .map {
      display: block;
      width: 110.94%;
      margin-left: -5.47%; }
      @media only screen and (min-width: 660px) {
        .content-primary figure img,
        .content-primary .map {
          width: 119.9%;
          margin-left: -9.95%; } }
      @media only screen and (min-width: 1024px) {
        .content-primary figure img {
          width: 132%;
          margin-left: -16.45%; }
        .content-primary .map {
          width: 100%;
          margin-left: -11%; } }
    @media only screen and (min-width: 768px) {
      .content-primary blockquote {
        float: right;
        width: 50%;
        margin-right: -9.95%;
        margin-left: 7.7%; } }
    @media only screen and (min-width: 1024px) {
      .content-primary blockquote {
        margin-right: -16.45%; } }
    @media only screen and (min-width: 768px) {
      .content-primary .download {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        .content-primary .download:nth-of-type(2n+2) {
          margin-right: 0; }
        .content-primary .download:nth-of-type(2n + 1) {
          clear: left; } }
    .content-primary h1 + strong {
      display: block; }
  /**
   * For accessibility all links in a paragraph within the main body of the page should be underlined. Added 24/03/2023
   */
    .content-primary p a, .content-primary ol li a {
      text-decoration: underline;
    }
  
  .content-secondary {
    border-bottom: 1px solid #212121;
    top: -50px;
    position: relative;
    margin-bottom: -38px; }
    @media only screen and (min-width: 768px) {
      .content-secondary {
        top: -70px; } }
    @media only screen and (min-width: 1024px) {
      .content-secondary {
        border-bottom: 0;
        top: 0;
        margin-bottom: 0;
        float: left;
        width: 14%;
        padding-right: 2%; } }
    .content-secondary #content-secondary-inner {
      display: none;
      background-color: white;
      left: 0;
      width: 100%;
      z-index: 9998; }
      @media only screen and (min-width: 660px) {
        .content-secondary #content-secondary-inner {
          position: absolute;
          top: 37px;
          border-bottom: 1px solid #212121;
          border-top: 1px solid #212121; } }
      @media only screen and (min-width: 1024px) {
        .content-secondary #content-secondary-inner {
          position: relative;
          top: 0;
          border-bottom: 0;
          border-top: 0;
          background-color: transparent;
          display: block !important; } }
      .content-secondary #content-secondary-inner strong,
      .content-secondary #content-secondary-inner ul,
      .content-secondary #content-secondary-inner legend {
        font-size: 16px; }
      .content-secondary #content-secondary-inner strong {
        display: block; }
      .content-secondary #content-secondary-inner strong,
      .content-secondary #content-secondary-inner legend {
        border-top: 1px solid #212121;
        padding: 20px 0 8px 0;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        @media only screen and (min-width: 660px) {
          .content-secondary #content-secondary-inner strong,
          .content-secondary #content-secondary-inner legend {
            border-top: 0; } }
        @media only screen and (min-width: 1024px) {
          .content-secondary #content-secondary-inner strong,
          .content-secondary #content-secondary-inner legend {
            padding-top: 0; } }
        @media only screen and (min-width: 1024px) {
          .content-secondary #content-secondary-inner strong,
          .content-secondary #content-secondary-inner legend {
            padding-bottom: 5px; font-size:17px; } }
      .content-secondary #content-secondary-inner a:hover strong {
        color: #4BAE3B; }
  
  .content-tertiary {
    border-top: 1px solid #212121;
    padding-top: 28px;
    margin-top: 28px; }
    @media only screen and (min-width: 660px) {
      .content-tertiary {
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 1024px) {
      .content-tertiary {
        border-bottom: 0;
        margin: 0;
        padding-top: 0;
        border-top: 0;
        float: left;
        width: 22.74667%;
        padding-left: 3.92%; } }
  
  .content-related {
    margin-top: 70px; }
    .content-related > strong {
      display: block;
      margin: 0;
      padding-bottom: 23px;
      border-bottom: 1px solid #212121; }
    @media only screen and (min-width: 768px) {
      .content-related::after {
        clear: both;
        content: "";
        display: table; } }
    @media only screen and (min-width: 1024px) {
      .content-related {
        width: 100%;
        float: left;
        margin-top: 30px; } }
    .content-related aside {
      margin: 25px 0; }
      .content-related aside a {
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
        display: block;
        font-family: "soleil", sans-serif; }
        .wf-loading .content-related aside a {
          visibility: hidden; }
        .wf-active .content-related aside a, .wf-inactive .content-related aside a {
          visibility: visible; }
        .content-related aside a:hover {
          color: #38852E; }
      .content-related aside strong {
        display: block; }
      @media only screen and (min-width: 768px) {
        .content-related aside {
          float: left;
          width: 22.20149%;
          margin-right: 3.73134%; }
          .content-related aside:nth-of-type(4n+4) {
            margin-right: 0; }
          .content-related aside:nth-of-type(4n + 1) {
            clear: left; } }
  
  .listing-article article {
    border-bottom: 1px solid #B6B6B6; }
    .listing-article article::after {
      clear: both;
      content: "";
      display: table; }
    .listing-article article a {
      display: block;
      padding: 28px 0;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-family: "soleil", sans-serif; }
      .wf-loading .listing-article article a {
        visibility: hidden; }
      .wf-active .listing-article article a, .wf-inactive .listing-article article a {
        visibility: visible; }
      .listing-article article a:hover {
        color: #38852E; }
    .listing-article article h2 a {
      padding: 0; }
    .listing-article article:last-child {
      border-bottom: 0; }
    .listing-article article strong {
      float: left; }
  
  h2 + .listing-article {
    margin-top: -28px; }
  
  @media only screen and (min-width: 768px) {
    .listing-article-grid::after {
      clear: both;
      content: "";
      display: table; } }
  .listing-article-grid h2, .listing-article-grid h3 {
    margin-bottom: -14px; }
  @media only screen and (min-width: 768px) {
    .listing-article-grid article {
      float: left;
      width: 28.35821%;
      margin-right: 7.46269%;
      border-bottom: 0;
      position: relative; }
      .listing-article-grid article:nth-of-type(3n+3) {
        margin-right: 0; }
      .listing-article-grid article:nth-of-type(3n + 1) {
        clear: left; } }
  @media only screen and (min-width: 768px) {
    .listing-article-grid article:before {
      content: "";
      position: absolute;
      top: 28px;
      bottom: 28px;
      right: -13%;
      width: 1px;
      background-color: #B6B6B6; } }
  @media only screen and (min-width: 768px) {
    .listing-article-grid article:nth-of-type(3n+3):before {
      display: none; } }
  
  .listing-tasks {
    list-style: none;
    padding-left: 0; }
    .listing-tasks li {
      background-image: none;
      list-style: none;
      padding-left: 0; }
    .listing-tasks li > a {
      color: #212121;
      font-weight: 700; }
    @media only screen and (min-width: 560px) {
      .listing-tasks::after {
        clear: both;
        content: "";
        display: table; } }
    .listing-tasks img {
      display: block;
      width: 100%;
      border-bottom-left-radius: 50px; }
    .listing-tasks a {
      display: block; }
      .listing-tasks a:hover p {
        color: #38852E; }
      .listing-tasks a:hover h2 {
        color: #4BAE3B;
        text-decoration: none; }
    .listing-tasks p, .listing-tasks h2 {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
    .listing-tasks p {
      font-weight: 300; }
    .listing-tasks > li {
      padding: 14px 0; }
      @media only screen and (min-width: 560px) and (max-width: 1260px) {
        .listing-tasks > li {
          float: left;
          width: 48.13433%;
          margin-right: 3.73134%; }
          .listing-tasks > li:nth-of-type(2n+2) {
            margin-right: 0; }
          .listing-tasks > li:nth-of-type(2n + 1) {
            clear: left; } }
      @media only screen and (min-width: 1260px) {
        .listing-tasks > li {
          float: left;
          width: 30.84577%;
          margin-right: 3.73134%; }
          .listing-tasks > li:nth-of-type(3n+3) {
            margin-right: 0; }
          .listing-tasks > li:nth-of-type(3n + 1) {
            clear: left; } }
    .listing-tasks ul {
      margin: 0 0 28px 0;
      padding: 0;
      border-top: 1px solid #B6B6B6; }
    .listing-tasks ul li {
      border-bottom: 1px solid #B6B6B6; }
    .listing-tasks ul li a {
      display: block;
      padding: 14px 0; }  
  
  .listing-article-complex article {
    border-bottom: 1px solid #212121; }
    .listing-article-complex article .article-image {
      display: block;
      float: left;
      width: 27%;
      margin-right: 3.73134%;
      max-width: 110px;
      position: relative; }
      .listing-article-complex article .article-image img {
        display: block;
        width: 100%;
        border:1px solid #f2f2f2;}
      .listing-article-complex article .article-image .btn-pdf {
        position: absolute;
        bottom: 16px;
        right: 5px; }
    .listing-article-complex article strong {
      float: none;
      margin: 28px 0;
      display: block; }
    .listing-article-complex article div {
      width: auto;
      overflow: hidden; }
    .listing-article-complex article p {
      font-size: 12px; }
    .listing-article-complex article a, .listing-article-complex article p {
      max-width: 600px; }
    .listing-article-complex article a + p,
    .listing-article-complex article a + dl,
    .listing-article-complex article h2 + strong,
    .listing-article-complex article h2 + dl {
      margin-top: -14px; }
    .listing-article-complex article p + dl,
    .listing-article-complex article strong + dl {
      margin-top: -14px; }
    @media only screen and (min-width: 768px) {
      .listing-article-complex article dl {
        border-top: 1px solid #B6B6B6;
        padding-top: 14px; } }
    .listing-article-complex article dd a,
    .listing-article-complex article dd ul li a {
      padding: 0;
      display: inline;
      color: #38852E; }
      .listing-article-complex article dd a:hover,
      .listing-article-complex article dd ul li a:hover {
        color: #4BAE3B; }
  
  @media only screen and (min-width: 768px) {
    .section-news-events .list-article-grid-events {
      margin-top: -20px; } }
  .section-news-events h2 + .listing-article {
    margin-top: 0; }
  
  .section-promote {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .section-promote {
        padding-left: 37.06468%;
        clear: both; } }
    @media only screen and (min-width: 1260px) {
      .section-promote {
        padding-left: 34.55224%;
        height: 300px;
        border-top: 0;
        border-bottom: 0; }
        .flexbox .section-promote {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: end;
          -moz-box-align: end;
          box-align: end;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          -o-align-items: flex-end;
          align-items: flex-end;
          -ms-flex-align: end;
          -webkit-align-content: flex-end;
          -moz-align-content: flex-end;
          align-content: flex-end;
          -ms-flex-line-pack: end; } }
    @media only screen and (min-width: 1260px) {
      .section-promote:before {
        content: "";
        height: 1px;
        background-color: #212121;
        position: absolute;
        top: 0;
        right: 0;
        left: 34.55224%; } }
    @media only screen and (min-width: 1260px) {
      .section-promote:after {
        content: "";
        height: 1px;
        background-color: #212121;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 34.55224%; } }
    .section-promote h2 {
      margin-bottom: 30px;
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        .section-promote h2 {
          margin-bottom: -16px;
          color: #38852E;
          border-bottom: 1px solid #B6B6B6;
          padding-bottom: 14px; } }
      @media only screen and (min-width: 1260px) {
        .section-promote h2 {
          font-size: 48px;
          max-width: 645px; }
          .flexbox .section-promote h2 {
            -webkit-align-self: flex-end;
            -moz-align-self: flex-end;
            align-self: flex-end;
            -ms-flex-item-align: end; } }
      @media only screen and (min-width: 1400px) {
        .section-promote h2 {
          font-size: 58px;
          letter-spacing: -2px; } }
    @media only screen and (min-width: 1260px) {
      .section-promote p {
        max-width: 420px;
        margin-bottom: 0; } }
    .section-promote ul {
      list-style: none;
      padding-left: 0; }
      .section-promote ul li {
        background-image: none;
        padding-left: 0; }
      .section-promote ul li > a {
        color: #212121;
        font-weight: 700; }
      @media only screen and (min-width: 1260px) {
        .section-promote ul {
          margin-bottom: 0; } }
    .section-promote ul li a {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      display: block; }
      .section-promote ul li a:hover {
        color: #38852E; }
    @media only screen and (min-width: 1260px) {
      .section-promote .promote-related-primary {
        float: left;
        width: 27.93615%;
        margin-right: 7.98176%;
        margin-bottom: 25px; } }
    @media only screen and (min-width: 1260px) {
      .section-promote .promote-related-secondary {
        margin-bottom: 25px; }
        .section-promote .promote-related-secondary::after {
          clear: both;
          content: "";
          display: table; } }
    .section-promote aside {
      margin-top: -1px; }
      @media only screen and (min-width: 1260px) {
        .section-promote aside {
          float: left;
          border-top: 0;
          border-bottom: 0;
          margin-top: 28px;
          width: 27.93615%;
          margin-right: 7.98176%; } }
      @media only screen and (min-width: 1260px) {
        .section-promote aside:last-child {
          margin-right: 0;
          border-bottom: 0; } }
      @media only screen and (min-width: 1260px) {
        .section-promote aside:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          top: 0;
          bottom: 0;
          left: -15%;
          background-color: #B6B6B6; } }
    .section-promote .lnk-more {
      margin-top: 20px; }
      @media only screen and (min-width: 1260px) {
        .section-promote .lnk-more {
          position: absolute;
          bottom: 0;
          right: 0; } }
    .section-promote .image-container {
      position: relative;
      height: 100px;
      width: 100%;
      overflow: hidden;
      border-bottom-left-radius: 50px;
      z-index: 10; }
      @media only screen and (min-width: 500px) {
        .section-promote .image-container {
          height: 150px; } }
      @media only screen and (min-width: 768px) {
        .section-promote .image-container {
          width: 33.33333%;
          position: absolute;
          top: 35px;
          left: 0; } }
      @media only screen and (min-width: 1260px) {
        .section-promote .image-container {
          width: 30.8209%;
          height: 360px;
          top: 0;
          border-bottom-left-radius: 100px; } }
      .section-promote .image-container img {
        display: block;
        width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (min-width: 1260px) {
          .section-promote .image-container img {
            position: relative;
            top: auto;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            width: auto;
            height: 100%; } }
    .section-promote .promote-content {
      position: static;
      width: 100%;
      z-index: 11; }
      @media only screen and (min-width: 1260px) {
        .flexbox .section-promote .promote-content {
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          align-self: flex-end;
          -ms-flex-item-align: end; } }
      .section-promote .promote-content .slick-slide {
        position: relative; }
        @media only screen and (min-width: 1260px) {
          .section-promote .promote-content .slick-slide::after {
            clear: both;
            content: "";
            display: table; } }
    .section-promote .slick-prev,
    .section-promote .slick-next {
      position: absolute;
      top: -45px;
      right: 0;
      width: 83px; }
      @media only screen and (min-width: 1260px) {
        .flexbox .section-promote .slick-prev, .flexbox
        .section-promote .slick-next {
          top: auto;
          bottom: 285px; } }
    .section-promote .slick-prev {
      padding-right: 50px; }
    .section-promote .slick-next {
      padding-left: 50px; }
  
  .slick-dots {
    z-index: 12;
    margin: 0; }
    .slick-dots li {
      position: absolute;
      top: 0;
      display: block;
      z-index: 13;
     }

      .slick-dots li button {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat; }
    .slick-dots li.slick-active {
      display: none; }
    .slick-dots li:nth-child(1) {
      top: 20px;
      right: 0;
      width: 40px;
      height: 40px; }
      .slick-dots li:nth-child(1) button {
        background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.svg);
        background-position: center right; }
        .no-svg .slick-dots li:nth-child(1) button {
          background-image: url(/wp-content/themes/teagasc/dist/img/btn-close.png); }
          @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .no-svg .slick-dots li:nth-child(1) button {
              background-image: url(/wp-content/themes/teagasc/dist/img/btn-close2x.png); } }
    .slick-dots li:nth-child(2) {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .slick-dots li:nth-child(2) button {
        background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png);
        background-position: right 30px; }
        .no-svg .slick-dots li:nth-child(2) button {
          background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black.png); }
          @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .no-svg .slick-dots li:nth-child(2) button {
              background-image: url(/wp-content/themes/teagasc/dist/img/arrow-next-black2x.png); } }
  
  @media only screen and (min-width: 690px) {
    .section-features::after {
      clear: both;
      content: "";
      display: table; } }
  .section-features a:hover h2 {
    color: #4BAE3B; }
  .section-features h2 {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media only screen and (min-width: 690px) {
      .section-features h2 {
        margin-top: 0; } }
  @media only screen and (min-width: 690px) {
    .section-features article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-features article {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .section-features article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-features article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-features img {
    border-bottom-left-radius: 50px;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 1260px) {
      .section-features img {
        border-bottom-left-radius: 100px; } }
  .section-features .lnk-more {
    margin-top: 25px; }
    @media only screen and (min-width: 690px) {
      .section-features .lnk-more {
        float: right; } }
  
  @media only screen and (min-width: 690px) {
    .section-promotedpubs::after {
      clear: both;
      content: "";
      display: table; } }
  .section-promotedpubs a:hover h3, .section-promotedpubs a:hover p {
    color: #38852E; }
  .section-promotedpubs h3, .section-promotedpubs p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .section-promotedpubs p {
    font-size: 14px;
    font-weight: 300;
    padding: 0 14px;
    }
      .section-promotedpubs h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 0; }
  @media only screen and (min-width: 690px) {
    .section-promotedpubs article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-promotedpubs article {
      display: inline-block;
      background: #f2f2f2;
      padding: 14px 0;
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%;
      margin-bottom: 14px;
      margin-top: 14px;
      min-height: 160px;
      }
      .section-promotedpubs article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-promotedpubs article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-promotedpubs img {
    display: block;
    float:left;
    width: 27%;
    margin-right: 3.373134%;
    margin-left:14px;
    max-width: 110px;
    position:relative;  }
    @media only screen and (min-width: 320px) and (max-width: 689px) {
      .section-promotedpubs article {
      display: block;
      background: #f2f2f2;
      padding: 14px 0;
      width: 100%;
      margin-right: 3.73134%;
      margin-top: 14px;
      margin-bottom: 14px;
      min-height: 160px;
      }
      .section-promotedpubs article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-promotedpubs article:nth-of-type(2n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 690px) {
    .section-greylinkbox::after {
      clear: both;
      content: "";
      display: table; } }
  .section-greylinkbox a:hover h3, .section-greylinkbox a:hover p {
    color: #38852E; }
  .section-greylinkbox h3, .section-greylinkbox p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .section-greylinkbox p {
    font-weight: 300;
    padding: 0 14px;
    }
      .section-greylinkbox h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 0; }
  @media only screen and (min-width: 690px) {
    .section-greylinkbox article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-greylinkbox article {
      display: inline-block;
      background: #f2f2f2;
      padding: 14px 0;
      float: left;
      width: 96.13433%;
      margin-right: 3.73134%;
      margin-bottom: 14px;
      margin-top: 14px;
      min-height: 160px;
      }
      .section-greylinkbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-greylinkbox article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-greylinkbox img {
    display: block;
    float:left;
    width: 27%;
    margin-right: 3.373134%;
    margin-left:14px;
    max-width: 200px;
    position:relative;  }
    @media only screen and (min-width: 320px) and (max-width: 689px) {
      .section-greylinkbox article {
      display: block;
      background: #f2f2f2;
      padding: 14px 0;
      width: 100%;
      margin-right: 3.73134%;
      margin-top: 14px;
      margin-bottom: 14px;
      min-height: 160px;
      }
      .section-greylinkbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-greylinkbox article:nth-of-type(2n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 690px) {
    .section-iconlinkbox::after {
      clear: both;
      content: "";
      display: table; } }
  .section-iconlinkbox a:hover h3, .section-iconlinkbox a:hover p {
    color: #38852E; }
  .section-iconlinkbox h3, .section-iconlinkbox p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .section-iconlinkbox p {
    font-weight: 300;
    padding: 0 14px;
    }
      .section-iconlinkbox h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 0; }
  @media only screen and (min-width: 690px) {
    .section-iconlinkbox article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-iconlinkbox article {
      display: inline-block;
      background: #f2f2f2;
      padding: 14px 0;
      float: left;
      width: 96.13433%;
      margin-right: 3.73134%;
      margin-bottom: 14px;
      margin-top: 14px;
      min-height: 80px;
      }
      .section-iconlinkbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-iconlinkbox article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-iconlinkbox img {
    display: block;
    float:left;
    width: 14%;
    margin-right: 3.373134%;
    margin-left:14px;
    max-width: 100px;
    position:relative;  }
    @media only screen and (min-width: 320px) and (max-width: 689px) {
      .section-iconlinkbox article {
      display: block;
      background: #f2f2f2;
      padding: 14px 0;
      width: 100%;
      margin-right: 3.73134%;
      margin-top: 14px;
      margin-bottom: 14px;
      min-height: 80px;
      }
      .section-iconlinkbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-iconlinkbox article:nth-of-type(2n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 690px) {
    .section-greycontentbox::after {
      clear: both;
      content: "";
      display: table; } }
  .section-greycontentbox a:hover h3, .section-greycontentbox a:hover p {
    color: #38852E; }
  .section-greycontentbox h3, .section-greycontentbox p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .section-greycontentbox p {
    font-weight: 300;
    padding: 0 14px;
    }
      .section-greycontentbox h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 0; }
  @media only screen and (min-width: 690px) {
    .section-greycontentbox article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-greycontentbox article {
      display: inline-block;
      background: #f2f2f2;
      padding: 14px 0;
      float: left;
      width: 96.13433%;
      margin-right: 3.73134%;
      margin-bottom: 14px;
      margin-top: 14px;
      min-height: 160px;
      }
      .section-greycontentbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-greycontentbox article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-greycontentbox div {
    width:auto;
    overflow:hidden;
  }
  .section-greycontentbox img {
    display: block;
    float:left;
    width: 27%;
    margin-right: 3.373134%;
    margin-left:14px;
    max-width: 200px;
    position:relative;  }
    @media only screen and (min-width: 320px) and (max-width: 689px) {
      .section-greycontentbox article {
      display: block;
      background: #f2f2f2;
      padding: 14px 0;
      width: 100%;
      margin-right: 3.73134%;
      margin-top: 14px;
      margin-bottom: 14px;
      min-height: 160px;
      }
      .section-greycontentbox article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-greycontentbox article:nth-of-type(2n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 690px) {
    .section-teagascdaily::after {
      clear: both;
      content: "";
      display: table; } }
  .section-teagascdaily a:hover h3, .section-teagascdaily a:hover p {
    color: #38852E; }
  .section-teagascdaily h3, .section-teagascdaily p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .section-teagascdaily p {
    font-weight: 300;
    padding: 0 14px;
    }
      .section-teagascdaily h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 0; }
  @media only screen and (min-width: 690px) {
    .section-teagascdaily article::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 690px) {
    .section-teagascdaily article {
      display: inline-block;
      background: #fff;
      padding: 14px 0;
      float: left;
      width: 96.13433%;
      margin-right: 3.73134%;
      margin-bottom: 14px;
      margin-top: 14px;
      min-height: 160px;
      border-bottom: 1px solid #b6b6b6;
      }
      .section-teagascdaily article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-teagascdaily article:nth-of-type(2n + 1) {
        clear: left; } }
  .section-teagascdaily img {
    display: block;
    border:1px solid #b6b6b6;
    float:left;
    width: 27%;
    margin-right: 3.373134%;
    margin-left:14px;
    margin-bottom:14px;
    max-width: 200px;
    position:relative;  }
    @media only screen and (min-width: 320px) and (max-width: 689px) {
      .section-teagascdaily article {
      display: block;
      background: #fff;
      padding: 14px 0;
      width: 100%;
      margin-right: 3.73134%;
      margin-top: 14px;
      margin-bottom: 14px;
      min-height: 160px;
      border-bottom: 1px solid #b6b6b6;
      }
      .section-teagascdaily article:nth-of-type(2n+2) {
        margin-right: 0; }
      .section-teagascdaily article:nth-of-type(2n + 1) {
        clear: left; } }
  
  .section-social {
    border-top: 1px solid #212121; }
    @media only screen and (min-width: 1024px) {
      .section-social::after {
        clear: both;
        content: "";
        display: table; } }
    .section-social .lnk-more + .lnk-more {
      margin-top: 28px; }
    @media only screen and (min-width: 600px) {
      .section-social .feed,
      .section-social .content {
        width: 66.66667%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 1024px) {
      .section-social .feed,
      .section-social .content {
        width: 30.74627%;
        max-width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .section-social .feed {
      margin-top: 50px; }
      @media only screen and (min-width: 1024px) {
        .section-social .feed {
          margin-right: 5%;
          margin-left: 0; } }
    .section-social .content {
      margin-top: 50px; }
      @media only screen and (min-width: 1024px) {
        .section-social .content h2 {
          margin-top: 0; } }
  
  .tag-container {
    list-style: none;
    padding-left: 0;
    margin-left: -20px; }
    .tag-container li {
      background-image: none;
      padding-left: 0; }
    .tag-container li > a {
      color: #212121;
      font-weight: 700; }
    .tag-container::after {
      clear: both;
      content: "";
      display: table; }
    .tag-container li {
      float: left; }
    .tag-container li a {
      padding: 10px 20px;
      border-right: 1px solid #B6B6B6; }
    .tag-container li:last-child a {
      padding-right: 0;
      border-right: 0; }
  
  .listing-videos {
    list-style: none;
    padding-left: 0; }
    .listing-videos li {
      background-image: none;
      padding-left: 0; }
    .listing-videos li > a {
      color: #212121;
      font-weight: 700; }
    .listing-videos::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 768px) {
      .listing-videos > li {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        .listing-videos > li:nth-of-type(2n+2) {
          margin-right: 0; }
        .listing-videos > li:nth-of-type(2n + 1) {
          clear: left; } }
    .listing-videos li {
      margin-bottom: 50px; }
      .listing-videos li strong {
        display: block; }
      .listing-videos li div + strong {
        margin-top: 28px; }
      .listing-videos li strong + p,
      .listing-videos li strong + dl {
        margin-top: 14px; }
      .listing-videos li p + dl {
        margin-top: -14px; }
      .listing-videos li dd {
        clear: right;
        float: none;
        width: auto;
        overflow: hidden; }
      .listing-videos li dt {
        clear: left;
        width: 50px;
        margin-right: 20px; }
      .listing-videos li dl ul li {
        margin-bottom: 0; }
      .listing-videos li ul li a,
      .listing-videos li dd a {
        color: #38852E; }
        .listing-videos li ul li a:hover,
        .listing-videos li dd a:hover {
          color: #4BAE3B; }
  
  @media only screen and (min-width: 768px) {
    .intro-action::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 768px) {
    .intro-action .intro {
      float: left;
      width: 60%;
      margin-right: 3.73134%; } }
  @media only screen and (min-width: 1260px) {
    .intro-action .intro {
      width: 70%; } }
  @media only screen and (min-width: 768px) {
    .intro-action .action {
      width: auto;
      overflow: hidden;
      margin-bottom: 28px;
      top: 14px; } }
  
  @media only screen and (min-width: 768px) {
    .filter-staff ul::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 768px) {
    .filter-staff ul li {
      float: left;
      width: 30.84577%;
      margin-right: 3.73134%; }
      .filter-staff ul li:nth-of-type(3n+3) {
        margin-right: 0; }
      .filter-staff ul li:nth-of-type(3n + 1) {
        clear: left; } }
  
  .filter-events legend {
    display: none; }
  
  @media only screen and (min-width: 768px) {
    .pagination-alphabetical::after {
      clear: both;
      content: "";
      display: table; } }
  .pagination-alphabetical strong {
    font-family: "athelas", serif;
    font-style: italic;
    font-size: 18px;
    color: black;
    font-weight: 400; }
    .wf-loading .pagination-alphabetical strong {
      visibility: hidden; }
    .wf-active .pagination-alphabetical strong, .wf-inactive .pagination-alphabetical strong {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      .pagination-alphabetical strong {
        float: left;
        margin-right: 10px; } }
  .pagination-alphabetical .pagination {
    text-align: left;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .pagination-alphabetical .pagination {
        font-size: 16px;
        float: left;
        margin-top: -4px; } }
    @media only screen and (min-width: 768px) {
      .pagination-alphabetical .pagination a, .pagination-alphabetical .pagination span {
        padding: 6px 10px; } }
  
  .filter + .pagination-alphabetical {
    margin-top: -10px; }
  
  @media only screen and (min-width: 1024px) {
    .listing-staff::after {
      clear: both;
      content: "";
      display: table; } }
  .listing-staff article {
    border-top: 1px solid #212121;
    border-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .listing-staff article {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        .listing-staff article:nth-of-type(2n+2) {
          margin-right: 0; }
        .listing-staff article:nth-of-type(2n + 1) {
          clear: left; } }
    @media only screen and (min-width: 1024px) {
      .listing-staff article .article-image {
        margin-right: 7.5%; } }
    .listing-staff article dd {
      clear: right;
      float: none;
      width: auto;
      overflow: hidden;
      word-break: break-word; }
    .listing-staff article dt {
      clear: left;
      width: 20px;
      margin-right: 10px; }
    .listing-staff article .telephone,
    .listing-staff article .email {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-repeat: no-repeat;
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.svg); }
      .no-svg .listing-staff article .telephone, .no-svg
      .listing-staff article .email {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .listing-staff article .telephone, .no-svg
          .listing-staff article .email {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone2x.png); } }
    .listing-staff article .telephone {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.svg);
      background-position: 0 2px; }
      .no-svg .listing-staff article .telephone {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .listing-staff article .telephone {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-phone2x.png); } }
    .listing-staff article .email {
      background-image: url(/wp-content/themes/teagasc/dist/img/icon-email.svg);
      background-position: 0 5px; }
      .no-svg .listing-staff article .email {
        background-image: url(/wp-content/themes/teagasc/dist/img/icon-email.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .listing-staff article .email {
            background-image: url(/wp-content/themes/teagasc/dist/img/icon-email2x.png); } }
  
  #listing-publications dt, #listing-publications dd {
    float: none; }
    @media only screen and (min-width: 500px) {
      #listing-publications dt, #listing-publications dd {
        float: left; } }
  #listing-publications dd {
    margin-bottom: 10px; }
    @media only screen and (min-width: 500px) {
      #listing-publications dd {
        margin-bottom: 0; } }
  
  @media only screen and (min-width: 500px) {
    .search-widget::after {
      clear: both;
      content: "";
      display: table; } }
  .search-widget form {
    margin-bottom: 28px; }
    .search-widget form label {
      margin-right: 0; }
    .search-widget form button {
      margin-top: 20px;
      width: 100%; }
    .search-widget form input,
    .search-widget form select {
      width: 100%; }
  
  @media only screen and (min-width: 500px) and (max-width: 1259px) {
    .search-widget-course form {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .search-widget-course form:nth-of-type(2n+2) {
        margin-right: 0; }
      .search-widget-course form:nth-of-type(2n + 1) {
        clear: left; } }
  @media only screen and (min-width: 1260px) {
    .search-widget-course form {
      float: left;
      width: 22.20149%;
      margin-right: 3.73134%; }
      .search-widget-course form:nth-of-type(4n+4) {
        margin-right: 0; }
      .search-widget-course form:nth-of-type(4n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 500px) and (max-width: 1259px) {
    .search-widget-contact form {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .search-widget-contact form:nth-of-type(2n+2) {
        margin-right: 0; }
      .search-widget-contact form:nth-of-type(2n + 1) {
        clear: left; } }
  @media only screen and (min-width: 1260px) {
    .search-widget-contact form {
      float: left;
      width: 30.84577%;
      margin-right: 3.73134%; }
      .search-widget-contact form:nth-of-type(3n+3) {
        margin-right: 0; }
      .search-widget-contact form:nth-of-type(3n + 1) {
        clear: left; } }
  
  @media only screen and (min-width: 1024px) {
    .contact-details::after {
      clear: both;
      content: "";
      display: table; } }
  .contact-details p.intro {
    margin-top: 28px; }
    @media only screen and (min-width: 1024px) {
      .contact-details p.intro {
        font-size: 16px;
        line-height: 1.75;
        color: #212121;
        font-weight: 300; } }
    @media only screen and (min-width: 1260px) {
      .contact-details p.intro {
        font-size: 24px;
        line-height: 1.5; } }
  .contact-details > div {
    border-bottom: 1px solid #B6B6B6;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .contact-details > div {
        float: left;
        width: 22.20149%;
        margin-right: 3.73134%;
        border-bottom: 0;
        min-height: 196px;
        margin-bottom: -28px; }
        .contact-details > div:nth-of-type(4n+4) {
          margin-right: 0; }
        .contact-details > div:nth-of-type(4n + 1) {
          clear: left; } }
    .contact-details > div:last-child, .contact-details > div:first-child {
      border-bottom: 0; }
      @media only screen and (min-width: 1024px) {
        .contact-details > div:last-child:after, .contact-details > div:first-child:after {
          display: none; } }
    .contact-details > div ul {
      list-style: none;
      padding-left: 0; }
      .contact-details > div ul li {
        background-image: none;
        padding-left: 0; }
      .contact-details > div ul li > a {
        color: #212121;
        font-weight: 700; }
    @media only screen and (min-width: 1024px) {
      .contact-details > div:after {
        content: "";
        display: block;
        position: absolute;
        top: 28px;
        bottom: 28px;
        right: 0;
        width: 1px;
        background-color: #B6B6B6; } }
    @media only screen and (min-width: 1024px) {
      .contact-details > div h3, .contact-details > div p, .contact-details > div ul {
        padding-right: 16.7%; } }
  
  .home h1 {
    display: none;
    visibility: hidden; }
  @media only screen and (min-width: 1024px) {
    .home .breadcrumbs {
      display: none;
      visibility: hidden; } }
  @media only screen and (min-width: 1024px) {
    .home .inner::after {
      clear: both;
      content: "";
      display: table; } }
  .home main {
    padding-top: 35px; }
    @media only screen and (min-width: 1024px) {
      .home main {
        border-top: 1px solid #212121;
        margin-top: -1px; } }
  .home .carousel-masthead {
    margin-top: -35px; }
    @media only screen and (min-width: 768px) {
      .home .carousel-masthead {
        margin-top: 0; } }
  .home .section-news-events {
    margin-bottom: 60px;
    margin-top: 20px; }
    @media only screen and (min-width: 1024px) {
      .home .section-news-events {
        float: left;
        width: 74.02985%;
        margin-top: 10px; } }
  .home .section-publications {
    margin-bottom: 60px; }
    @media only screen and (min-width: 1024px) {
      .home .section-publications {
        float: right;
        width: 22.16418%;
        margin-top: 10px; } }
    @media only screen and (min-width: 1024px) {
      .home .section-publications .listing-article-grid article {
        float: none;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #B6B6B6; } }
    @media only screen and (min-width: 1024px) {
      .home .section-publications .listing-article-grid article:before {
        display: none; } }
    @media only screen and (min-width: 1024px) {
      .home .section-publications .listing-article-grid article:last-child {
        border-bottom: 0; } }
  .home .section-promote {
    margin-bottom: 60px; }
    .home .section-promote + .section-promote {
      margin-top: -61px; }
      @media only screen and (min-width: 768px) {
        .home .section-promote + .section-promote {
          margin-top: 0; } }
  .home .section-features {
    margin-bottom: 60px; }
  
  @media only screen and (min-width: 1024px) {
    .news-events .content-primary::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 1024px) {
    .news-events .news {
      float: left;
      width: 25%;
      position: relative;
      /*width: 22.16418%;*/ }
      .news-events .news:after {
        content: "";
        display: block;
        width: 1px;
        top: 28px;
        bottom: 0;
        left: -1.5rem;
        position: absolute;
        background-color: #B6B6B6;
        /*right: 0;*/ }
        .news-events .news:nth-of-type(1)::after {
            content: none; } }
  @media only screen and (min-width: 1024px) {
    .news-events .news article,
    .news-events .news h2 {
      margin-right: 17%; } }
  @media only screen and (min-width: 1024px) {
    .news-events .events {
      float: right;
      width: 74.02985%;
      position: relative; }
        .news-events .news:nth-of-type(2) + section.events {
        float: right;
        width: 49.5%;
        position: relative; }
        .news-events .events::after {
          content: "";
          display: block;
          width: 1px;
          top: 28px;
          bottom: 0;
          left: -1.5rem;
          position: absolute;
          background-color: #B6B6B6; } }
  @media only screen and (min-width: 1024px) {
    .news-events .events article {
      min-height: 140px; } }
  
  /*# sourceMappingURL=app.css.map */
  
  .local-event .toggle-subcategories {
      display: none;
  }
  
  .toggle-subcategories {
      background: url(/wp-content/themes/teagasc/dist/img/plus_minus_sprite.png);
      height: 16px;
      width: 16px;
      display: block;
      position: absolute;
      top: 7px;
      right: 0;
      cursor: pointer;
  }
  .toggle-subcategories.close {
      background: url(/wp-content/themes/teagasc/dist/img/plus_minus_sprite.png) 0 100%;
  }
  .parent-category {
      position: relative;
  }
  .publication-info strong {
        display: inline;
        float: none !important;
  }
  
  /* Added 11/2018 for the 'Engage' page layout */
  
  main > .engage {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      overflow: auto;
      background-color: #efefef;	}
      @media only screen and (min-width: 1024px) {
        main > .inner::after {
          clear: both;
          content: "";
          display: table; } }
  
  @media only screen and (min-width: 1024px) {
      .engage main {
        border-top: 1px solid #212121;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -1px; } }
  
  .engage-banner {
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      .engage-banner {
        width: 100%;
        max-width: 1340px;
        margin: 0;
        float: left; } }
    .engage-banner article::after {
      clear: both;
      content: "";
      display: table; }
    .engage-banner .engage-text {
      float: left;
      width: 50%;
      padding-right: 5%;
      padding-left: 5%;
      padding-bottom: 20px;
      padding-top: 20px;
      margin-right: -60%;
      position: relative;
      z-index: 6; }
    .engage-banner h1 {
      font-weight: 700;
      line-height: 1;
      margin: 0;
      color: white; }
      
    .engage-banner img {
      width: 100%;
      height:auto;
      float: left;
      z-index: 4; }
      
  
  
  .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
  
  .iframe-container iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }
  
  /* 4x3 Aspect Ratio */
  .iframe-container-4x3 {
    padding-top: 75%;
  }
  
  
  /* Styling Article Section */
  
  p.heading3-replacement {
    margin: 28px 0;
    line-height: 1.4;
    color: #212121;
  }
  
  ul.nav-tabs-category {
    list-style: none;
    padding-left: 0;
    margin-left: -3px;
    font-family: "soleil", sans-serif;
  }
  ul.nav-tabs-category::after {
      clear: both;
      content: "";
      display: table;
  }
  ul.nav-tabs-category li {
    float: left;
    margin: 3px;
    background-image: none;
    padding-left: 0;
  }
  ul.nav-tabs-category li a {
    display: inline-block;
    border: 1px solid #38852E;
    color: #38852E;
    padding: 7px 10px;
    -webkit-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
    background-color: white;
    font-weight: 700;
  }
  ul.nav-tabs-category li a:hover {
      border: 1px solid transparent;
      color: #212121;
      background-color: rgba(80, 80, 80, 0.085);
  }
  @media only screen and (min-width: 1024px) {
    ul.nav-tabs-category {
      margin-left: -6.3%;
    }
  }
  
  @media only screen and (min-width: 690px) {
    .section-teagascarticle::after {
    clear: both;
    content: "";
    display: table; }
  }
  .section-teagascarticle a:hover h3, .section-teagascarticle a:hover p {
    color: #38852E; }
  
  .section-teagascarticle h3, .section-teagascarticle p {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  
  .section-teagascarticle h3, .section-teagascarticle p.heading3-replacement {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0; }
  .section-teagascarticle p {
    font-weight: 300;
    font-size: 13px;
    padding: 0 14px;
  }
  @media only screen and (min-width: 690px) {
  .section-teagascarticle article::after {
  clear: both;
  content: "";
  display: table; } }
  @media only screen and (min-width: 690px) {
  .section-teagascarticle article {
  display: inline-block;
  padding: 14px 0;
  float: left;
  width: 96.13433%;
  margin-right: 3.73134%;
  margin-bottom: 14px;
  margin-top: 14px;
  min-height: 160px;
  border-bottom: 1px solid #b6b6b6 !important;
  }
  .section-teagascarticle article:nth-of-type(2n+2) {
  margin-right: 0; }
  .section-teagascarticle article:nth-of-type(2n + 1) {
  clear: left; } }
  .section-teagascarticle img {
  display: block;
  border:1px solid #b6b6b6;
  float:left;
  width: 27%;
  margin-right: 3.373134%;
  margin-left:14px;
  margin-bottom:14px;
  max-width: 200px;
  position:relative; }
  @media only screen and (min-width: 320px) and (max-width: 689px) {
  .section-teagascarticle article {
  display: block;
  background: #fff;
  padding: 14px 0;
  width: 100%;
  margin-right: 3.73134%;
  margin-top: 14px;
  margin-bottom: 14px;
  min-height: 160px;
  border-bottom: 1px solid #b6b6b6 !important;
  }
  .section-teagascarticle article:nth-of-type(2n+2) {
  margin-right: 0; }
  .section-teagascarticle article:nth-of-type(2n + 1) {
  clear: left; } }
  
  p.heading3-replacement + p {
      margin-top: -18.66667px;
  }
  
  article.content-primary h1.txt_on_img {
      position: absolute;
        bottom: 0;
        background-color: #4BAE3B;
        color: #111;
        width: 100%;
        margin: 0;
        padding: 1rem 0;
        font-size: 32px;
  }
  
  section.extended-list {
    display: none;
  }
  button.show-more-articles {
    color: #212121;
    font-weight: 700; 
    cursor: pointer;
  }
  
  .button1 {
    background-color: #2E7630; /* Green */
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #2E7630;
  }
  
  .button1:hover {
    background-color: white;
    color: black; 
  }
  
  
  /**
   * Styles for cookies video wrapper.
   */
  
  #container {
    width: 100%;
    max-width: 730px;
    position: relative;
  }
  
  #consent,
  #just-consent{
      width: 100%;
      max-width: 730px;
      padding: 30px;
      background-color: #F1f1f1;
      position: relative;
      border: 1px solid #E1e1e1;
  }
  
  #consent,
  #vid {
      width: 100%;
      height: 100%;
  }
  
  #onetrust-consent-sdk #onetrust-banner-sdk {
      background-color: #2d2d2d !important;
  }
  
  .promote-content .slick-slide {
      background-color: #ffffff;
  }
  .promote-content .slick-slide p {
      background-color: #ffffff;
  }
  
  
  
  .unique-card-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      padding: 10px;
  }
  
  .unique-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
      width: 340px;
      max-width: 100%;
      text-align: center;
  }
  
  .unique-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }
  
  .unique-card-image {
      width: 100%;
      height: 150px;
      object-fit: cover;
  }
  
  .unique-card-title {
      margin: 15px 0;
      font-size: 18px;
      color: #333;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
      .unique-card-container {
          gap: 15px;
      }
  
      .unique-card {
          width: 230px;
          max-width: 100%;
      }
  
      .unique-card-title {
          font-size: 16px;
      }
  }
  
  @media screen and (max-width: 480px) {
      .unique-card-container {
          flex-direction: column;
          align-items: center;
          gap: 10px;
      }
  
      .unique-card {
          width: 90%;
          max-width: 300px;
      }
  
      .unique-card-title {
          font-size: 14px;
      }
  }
  
  .seamless {
      margin: 0;
      padding: 0;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .seamless-card {
      flex: 1 1 calc(33.333% - 0px); /* Equal width cards with no gap */
      margin: 0; /* No gutters */
      overflow: hidden; /* Ensure no overflow */
      position: relative; /* For hover effects and positioning */
      text-decoration: none;
      background: url('background-image.jpg') no-repeat center center/cover; /* Ensures full background image coverage */
      height: 300px; /* Ensures consistent card height */
      display: flex;
      flex-direction: column;
      justify-content: flex-end; /* Ensures title appears at the bottom */
  }
  
  .seamless-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.3s ease; /* Smooth scaling on hover */
  }
  
  .seamless-card-title {
      text-align: center;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      color: #333;
      font-size: 1.4rem;
      margin: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      transition: background-color 0.3s ease, color 0.3s ease;
  }
  .seamless-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255, 0); /* Initially transparent */
      transition: background-color 0.3s ease; /* Smooth darkening effect */
      z-index: 1; /* Ensures overlay is above the background but below the content */
  }
  
  .seamless-card:hover::before {
      background-color: rgba(255,255,255, 0.2); /* Darkens the background on hover */
  }
  
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
      .seamless-card {
          flex: 1 1 calc(50% - 0px); /* 2 cards per row */
      }
  
      .seamless-card-image {
          height: 150px;
      }
  
      .seamless-card-title {
          font-size: 14px;
      }
  }
  
  @media screen and (max-width: 480px) {
      .seamless-card {
          flex: 1 1 calc(100% - 0px); /* Single card per row */
      }
  
      .seamless-card-image {
          height: 120px;
      }
  
      .seamless-card-title {
          font-size: 12px;
      }
  }
  
  /* Core Message Section */
  .core-message {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 80px 20px;
  }
  
  .light-green-background {
      background-color: #313f2d;
  }
  
  .core-message-content {
      max-width: 800px;
  }
  
  .core-message-heading {
      font-size: 2.5rem;
      color: #333;
      margin: 0;
      font-weight: bold;
  }
  
  .core-message-text {
      font-size: 3.25rem;
      color: #555;
      margin: 10px 0 0;
      line-height: 1;
  }
  /* Core Message Section */
  .core-message {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
  }
  
  .image-background {
      background: url('https://www.teagasc.ie/media/website/site-assets/homepage/Outlook-2025-Carousel.png') no-repeat center center/cover;
      color: white;
  }
  
  .core-message-content {
      max-width: 800px;
      background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability */
      padding: 20px;
      border-radius: 10px;
  }
  
  .core-message-heading {
      font-size: 2.5rem;
      color: #fff;
      margin: 0;
      font-weight: bold;
  }
  
  .core-message-text {
      font-size: 3.25rem;
      color: #f0f0f0;
      margin: 10px 0 0;
  }
  
  .core-message.light-green-background {
      display: flex;
      justify-content: left;
      align-items: center;
      text-align: center;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
  }
  .light-green-background .core-message-content{
      background: none;
  }
  
  
  .school-goers{
      padding: 100px;
  }
  
  
  
  .two-card-section {
      display: flex;
      width: 1000px;
      text-align:center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  
  .three-card-section .two-card{
      height: 283px;
  }
  .three-card-section .two-card .arrow {
      bottom: 0px;
      right: 0;
  }
  .three-card-section .two-card h2 {
      font-size: 1.2rem;
  }
  .three-card-section .two-card-content {
      width: 100%;
  }
  
  .two-card {
      flex: 1;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: white;
      background-size: cover;
      background-position: center;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .two-card img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .two-card {
      text-align: left;
      background: rgba(0, 0, 0, 0.5);
      background-size: cover;
      padding: 0px;
      border-radius: 0px;
      color: #000000;
  }
  .two-card-content{
      position: absolute;
      top: 50px;
      left: 50px;
      padding-right: 50px;
  }
  .two-card .arrow {
      position: absolute;
      bottom: 20px;
      right: 30px;
  }
  .two-card .arrow svg{
      width: 100px;
      height: 100px;
  }
  .opacity-overlay{
      background: rgba(265,265,265, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.3s ease;
  }
  
  .two-card h2 {
      margin: 0;
      font-size: 1.5rem;
      padding-bottom: 12px;
      color: #313f2d;
  }
  
  .two-card p {
      margin: 0px 0 0;
      font-size: 0.9rem;
      color: #313f2d;
  }
  
  .two-card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .two-card:hover .opacity-overlay{
      background: rgba(265,265,265, 0.3);
      color: #101a2d;
  }
  .two-card:focus .opacity-overlay{
      color: #101a2d;
      outline: none;
      border: 0 none;
  }
  .two-card:focus-visible, .two-card:focus{
      outline: none;
      border: 1px solid #000000;
  }
  .two-card .arrow svg{
      fill: #ffffff;
  }
  .two-card:hover h2, .two-card:hover p{
      color: #101a2d;
  }
  .two-card{
      transition: 0.3s ease;
  }
  .two-card-content{
      background: #ffffff;
      padding: 30px;
  }
  .two-card:hover svg g:nth-child(2){
      transform: translate(206.348px, 0px) rotate(45deg);
  }
  .two-card:hover svg g:nth-child(3){
      transform: translate(188.67px, 154.336px) rotate(-45deg);
  }
  .two-card:focus svg g:nth-child(2){
      transform: translate(206.348px, 0px) rotate(45deg);
  }
  .two-card:focus svg g:nth-child(3){
      transform: translate(188.67px, 154.336px) rotate(-45deg);
  }
  .two-card svg g{
      transition: 0.3s ease;
  }
  
  .solid-bg .two-card{
      background-image: none;
      color: #ffffff;
  }
  .solid-bg .two-card .arrow svg{
      fill: #ffffff;
  }
  .solid-bg .two-card:hover{
      background: #e3e3e3 !important;
      color: #000000;
  }
  .solid-bg .two-card:hover svg{
      fill: #000000;
  }
  .solid-bg .two-card:focus{
      background: #e3e3e3 !important;
      color: #000000;
      border: 1px solid black;
  }
  .solid-bg .two-card:focus svg{
      fill: #000000;
  }
  .solid-bg .two-card:nth-child(1) {
      background-color: #313f2d;
  }
  .solid-bg .two-card:nth-child(2) {
      background-color: #501818;
  }
  @media(max-width: 1000px){
      .two-card-section{
          width: 100%;
      }
  }
  @media(max-width: 967px){
      .two-card-section{
          flex-wrap: wrap;
          flex-basis: auto;
          flex-flow:wrap;
      }
      .two-card{
          width: 100% !important;
          flex-basis: 100%;
          flex-grow: 0; /* Prevents the item from growing beyond its basis */
          flex-shrink: 0;
      }
  }
  
  
  .snow-banner {
      position: relative;
      background-color: #C4161C;
      color: white;
      text-align: center;
      padding: 20px;
      overflow: hidden;
      height: 400px;
  }
  .snow-message{
      width: 700px;
      max-width: 90%;
      margin: 0 auto;
      text-align: left;
      padding-top: 100px;
  }
  
  .snow-banner h1 {
      margin: 0;
      font-size: 2.5rem;
      font-weight: bold;
  }
  
  .snowflake {
      position: absolute;
      width: 50px;
      height: 50px;
      background-image: url('https://www.teagasc.ie/design-system/home-page-test/snowflake.png');
      background-size: cover;
      opacity: 0;
      animation: fall 10s linear infinite;
  }
  
  /* Animating the snowflakes */
  @keyframes fall {
      0% {
          transform: translateY(-100%);
          opacity: 0;
      }
      5% {
          opacity: 0.9;
      }
      100% {
          transform: translateY(100vh);
          opacity: 0;
      }
  }
  
  /* Generating multiple snowflakes */
  .snowflake:nth-child(1) {
      left: 10%;
      animation-duration: 8s;
      animation-delay: 0s;
  }
  .snowflake:nth-child(2) {
      left: 30%;
      animation-duration: 9s;
      animation-delay: 2s;
  }
  .snowflake:nth-child(3) {
      left: 50%;
      animation-duration: 7s;
      animation-delay: 1s;
  }
  .snowflake:nth-child(4) {
      left: 70%;
      animation-duration: 10s;
      animation-delay: 3s;
  }
  .snowflake:nth-child(5) {
      left: 90%;
      animation-duration: 6s;
      animation-delay: 4s;
  }
  
  /* Responsive text size */
  @media (max-width: 768px) {
      .snow-banner h1 {
          font-size: 1.8rem;
      }
  }
  
  @media (max-width: 480px) {
      .snow-banner h1 {
          font-size: 1.5rem;
      }
  }
  
  .image-text {
      padding-top: 60px;
      padding-bottom: 50px;
  }
  .blue-background{
      background: #1E3153;
  }
  .green-background{
      background: #385938;
  }
  
  .wrapper-container {
      width: 1000px;
      max-width: 90%;
      margin: 0 auto;
  }
  
  .wrapper-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; /* Ensures responsiveness */
  }
  
  .lhs {
      flex: 1;
      max-width: 50%;
      text-align: center;
  }
  
  .lhs img {
      height: auto;
      display: block;
      border-radius: 200px;
      width: 280px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .rhs {
      flex: 1;
      max-width: 50%;
      padding: 20px;
      color: #ffffff;
  }
  
  .rhs h3 {
      margin-top: 0;
      font-size: 2.1rem;
      font-weight: 300;
      color: #ffffff;
  }
  
  .rhs p {
      font-size: 1.2rem;
      line-height: 1.3;
      font-weight: 300;
  }
  .big-link-section{
      text-decoration: none !important;
  }
  .big-link-section:hover p{
      color: #e3e3e3;
  }
  .big-link-section:hover h3{
      color: #e3e3e3;
  }
  .big-link-section:hover .blue-background{
      background: #101a2d;
  }
  .big-link-section:hover .green-background{
      background: #192819;
  }
  .big-link-section img{
      filter: saturate(100%);
  }
  .big-link-section:hover img{
      filter: saturate(0);
  }
  .big-link-section p{
      text-decoration: none;
  }
  .image-text .arrow svg{
      width: 100px;
      height: 100px;
      fill: #ffffff;
  }
  .image-text .arrow path{
      fill: #ffffff;
  }
  .image-text{
      transition: 0.3s ease;
  }
  .image-text:hover svg g:nth-child(2){
      transform: translate(206.348px, 0px) rotate(45deg);
  }
  .image-text:hover svg g:nth-child(3){
      transform: translate(188.67px, 154.336px) rotate(-45deg);
  }
  .image-text:focus svg g:nth-child(2){
      transform: translate(206.348px, 0px) rotate(45deg);
  }
  .image-text:focus svg g:nth-child(3){
      transform: translate(188.67px, 154.336px) rotate(-45deg);
  }
  .image-text svg g{
      transition: 0.3s ease;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
      .wrapper-row {
          flex-direction: column-reverse;
          text-align: center;
      }
  
      .lhs, .rhs {
          max-width: 100%;
      }
  
      .rhs {
          padding: 20px 10px;
      }
  }
  
  
  
  
  /* here we go 06/02/25 */
  .round-image{
      border-radius: 50%;
      width: 250px;
      max-width: 90%;
  }
  .section-padding{
      padding: 100px 0;
  }
  .teagasc-daily-home-content{
      max-width: 500px;
      padding-left: 50px;
  }
  .teagasc-daily-home-content p {
      font-size: 1.2rem;
      line-height: 1.7rem;
  }
  .teagasc-daily-home-content h2 {
      font-size: 2.4rem;
      font-weight: 400;
      color: #313f2d;
  }
  .dark-background .teagasc-daily-home-content h2 {
      color: #e3e3e3;
  }
  .teagasc-daily-home .wrapper-row{
      justify-content: start;
      align-items: flex-start;
  }
  .teagasc-daily-item{
      max-width: 33%;
      padding: 0 15px;
      box-sizing: border-box;
  }
  .teagasc-daily-item:nth-of-type(1){
      padding-left: 0;
  }
  .teagasc-daily-item:nth-of-type(3){
      padding-right: 0;
  }
  .grey-background{
      background: #F4F2F2;
  }
  .daily-items {
      padding-top: 60px;
      padding-bottom: 30px;
  }
  .daily-items p {
      font-weight: 300;
      font-size: 0.9rem;
      line-height: 1.5;
      margin-top: 0;
      margin-bottom: 1rem;
  }
  .dark-background .daily-items p {
      color: #e3e3e3;
  }
  .home-layout-test .date{
      font-size: 0.8rem;
      text-decoration: uppercase;
      font-weight: 600;
      margin-top: 0;
      font-family: soleil, sans-serif;
      color: #313f2d;
  }
  .teagasc-daily-item{
      color: #000000;
      text-decoration: none;
  }
  .teagasc-daily-item h3{
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.1;
  }
  .teagasc-daily-item:hover{
      color: #313f2d;
  }
  .teagasc-daily-item:hover h3{
      text-decoration: underline;
    color: #313f2d;
  }
  .daily-items .teagasc-daily-item:hover {
      text-decoration: none;
  }
  a.teagasc-daily-item:hover p {
      text-decoration: none;
    color: #313f2d;
  }
  .teagasc-daily-item:hover .date{
      text-decoration: underline;
    color: #313f2d;
  }
  .section-link{
      text-decoration: none;
      font-size: 1.6rem;
      color: #1f1d1d;
      font-weight: 300;
  }
  .section-link:hover{
      color: #313f2d;
      text-decoration: underline;
  }
  @media screen and (max-width: 768px) {
      .section-padding {
          padding: 50px 20px;
      }
      .wrapper-container {
          padding: 50px 15px;
      }
      .intro-section .teagasc-daily-home-content{
          width: calc(100% - 200px);
      }
      .teagasc-daily-home .wrapper-row {
          flex-direction: column;
          text-align: left;
      }
      .teagasc-daily-home .teagasc-daily-item{
          padding-left: 0px;
      }
      .teagasc-daily-home .intro-section{
          flex-direction: row;
      }
  
      .round-image {
          width: 180px;
          max-width: 80%;
      }
  
      .teagasc-daily-home-content {
          max-width: 100%;
          padding-left: 0;
      }
  
      .teagasc-daily-home-content h2 {
          font-size: 2rem;
      }
  
      .teagasc-daily-home-content p {
          font-size: 1rem;
      }
  
      .daily-items {
          padding-top: 40px;
          padding-bottom: 40px;
          display: flex;
          flex-direction: column;
      }
  
      .teagasc-daily-item {
          max-width: 100%;
          box-sizing: border-box;
      }
  
      .teagasc-daily-item h3 {
          font-size: 1.4rem;
      }
  
      .teagasc-daily-item p {
          font-size: 1rem;
      }
  
      .date {
          font-size: 0.8rem;
      }
  
      .section-link {
          font-size: 1.4rem;
      }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
      .section-padding {
          padding: 70px 30px;
      }
      .wrapper-container {
          padding: 50px 20px;
      }
  
      .round-image {
          width: 200px;
          max-width: 85%;
      }
  
      .teagasc-daily-home-content {
          max-width: 60%;
          padding-left: 0;
      }
  
      .teagasc-daily-item:nth-of-type(3){
          padding-left: 0px;
      }
  
      .teagasc-daily-home-content h2 {
          font-size: 2.2rem;
      }
  
      .teagasc-daily-home-content p {
          font-size: 1.1rem;
      }
  
      .daily-items {
          padding-top: 60px;
          padding-bottom: 50px;
          display: flex;
          flex-wrap: wrap;
          gap: 30px;
          justify-content: center;
      }
  
      .teagasc-daily-item {
          max-width: 45%;
          padding: 15px;
          box-sizing: border-box;
      }
  
      .teagasc-daily-item h3 {
          font-size: 1.5rem;
      }
  
      .teagasc-daily-item p {
          font-size: 1.1rem;
      }
  
      .date {
          font-size: 0.9rem;
      }
  
      .section-link {
          font-size: 1.5rem;
      }
  }
  
  
  /* Publications home - extends Daily */
  .dark-background{
      background: #262424;
  }
  .dark-background .teagasc-daily-home-content{
      color: #ffffff;
  }
  .dark-background .teagasc-daily-item,
  .dark-background{
      color: #ffffff;
  }
  .dark-background .teagasc-daily-item:hover,
  .dark-background .section-link:hover
  {
      color: #bbb4b4 !important;
  }
  .dark-background .section-link{
      color: #ffffff;
  }
  
  .teagasc-publications .teagasc-daily-home-content{
      padding-left: 0;
  }
  .teagasc-publications .daily-items{
      flex-direction: column;
      padding-top: 0;
      padding-bottom: 0;
  }
  .teagasc-publications .daily-items .teagasc-daily-item {
      width: 580px;
      max-width: 100%;
      padding: 0;
  }
  .teagasc-publications .teagasc-daily-item h3{
      margin-bottom: 1.2rem;
  }
  .teagasc-hr{
      width: 600px;
      max-width: 90%;
      margin: 70px auto;
  }
  .white-hr{
      background: #ffffff;
  }
  .teagasc-publications .main-publications{
      width: 800px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .teagasc-publications .main-publications .teagasc-daily-item {
      max-width: 50%;
      padding: 0px 15px 50px 15px;
  }
  .magazine-logo{
      width: 100%;
  }
  .teagasc-publications .main-publications .teagasc-daily-item:hover .magazine-logo{
      filter: saturate(0);
  }
  .teagasc-publications .section-padding {
      padding: 50px 15px 70px 15px;
  }
  @media(max-width: 768px){
      .teagasc-publications .wrapper-row {
          flex-direction: row;
      }
  }
  
  /* Events */
  .dark-background{
      background: #262424;
  }
  .teagasc-events .daily-items{
      width: 950px;
      max-width: 100%;
      margin-left:auto;
      margin-right: auto;
  }
  .icon-wrapper {
      display: flex;
      flex-direction: row;
      align-content: start;
  }
  .icon-wrapper p{
      margin-top: 0;
      margin-left: 15px;
  }
  .marker {
      width: 40px;
      height: 20px;
      overflow: visible;
  }
  .clock{
      width: 17px;
      height: 20px;
      overflow: visible;
  }
  .time {
      margin-top: 2px !important;
  }
  .teagasc-events .icon-wrapper p {
      margin-right: 15px;
  }
  
  /* Press Releases */
  .teagasc-press-releases .section-link{
      padding-top: 50px;
  }
  
  /* Three core boxes */
  .teagasc-three-boxes {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f4f4f4;
  }
  .key-message-box {
      position: relative;
      flex: 1;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .key-message-box img{
      width: 100%;
  }
  .key-message-box .key-info{
      position: absolute;
      bottom: 25%;
      right: 0;
      background: #ffffff;
      color: #000000;
      text-align: left;
      padding: 0px 40px;
      width: 50%;
      border-bottom: 10px solid #296D34;
  }
  .key-message-box a{
      display: flex;
  }
  .key-message-box a:hover img,
  .key-message-box a:focus img
  {
      filter: saturate(0);
  }
  .key-message-box a:hover .key-info,
  .key-message-box a:focus .key-info
  {
      background: #000000;
      color: #ffffff;
  }
  .key-message-box a:hover .key-info h3,
  .key-message-box a:focus .key-info h3
  {
      color: #ffffff;
  }
  
  @media (max-width: 1024px) {
      .teagasc-three-boxes {
          flex-wrap: wrap; /* Allows stacking */
      }
  
      .key-message-box {
          flex: 1 1 50%; /* 2 per row with gap */
          max-width: 50%; /* Prevents overflow */
      }
  
      .key-message-box .key-info {
          width: 60%; /* Slightly wider for better readability */
          padding: 10px 20px;
          bottom: 15%;
      }
  }
  @media (max-width: 500px) {
      .teagasc-three-boxes {
          flex-direction: column;
          align-items: center; /* Center align content */
      }
  
      .key-message-box {
          width: 100%; /* Full width */
          max-width: 100%; /* Prevents too large scaling */
          flex: none;
      }
  
      .key-message-box .key-info {
          width: 75%; /* Full width */
          text-align: center; /* Center text for better mobile UX */
          padding: 10px 15px;
          bottom: 10%;
      }
  }
  
  /* Intro section */
  .home .home-layout-test {
      padding-top: 0px;
  }
  .teagasc-intro-section{
      background-color: #F4F2F2;
  }
  .teagasc-intro-section .wrapper-container{
      width: 850px;
      max-width: 90%;
  }
  .teagasc-intro-section h1{
      font-size: 1.7rem;
      font-weight: 200;
      margin: 0px;
      padding-bottom: 1rem;
      display: block;
      visibility: visible;
      color: #313f2d;
      line-height: 2.1rem;
  }
  .teagasc-intro-section .wrapper-container{
      padding: 60px 0;
  }
  .teagasc-intro-section .teagasc-daily-home-content{
      padding-right: 50px;
  }
  .teagasc-intro-section .teagasc-daily-home-content p{
      font-size: 1.1rem;
      width: 75%;
  }
  .about-link{
      text-decoration: none;
      color: #313f2d;
      font-weight: 600;
      font-size: 0.9rem;
  }
  .about-link:hover,
  .about-link:focus{
      text-decoration: underline;
  }
  
  .teagasc-newsletter-section .paragraph-wrapper{
      width: 400px;
      max-width: 90%;
  }
  .teagasc-newsletter-section .section-padding {
      padding: 50px 0 20px 0;
  }
  .teagasc-newsletter-section.white-background{
      background: #ffffff;
  }
  .teagasc-newsletter-section .teagasc-daily-home-content {
      padding-left: 0px;
  }
  
  .key-info h3 {
      line-height: 1.7rem;
      font-size: 1.5rem;
  }
  .dark-background .daily-items p {
      color: #e3e3e3;
  }
  .dark-background p.date {
      color: #e3e3e3;
  }
  .dark-background .daily-items h3 {
      color: #e3e3e3;
  }
  .dark-background h2 {
      color: #e3e3e3;
  }
  .dark-background p.date {
      color: #e3e3e3;
  }
  .dark-background .teagasc-daily-item:hover h3 {
      color: #C6C3C3;
  }
  .dark-background a.teagasc-daily-item:hover p {
      color: #C6C3C3;
  }
  .dark-background .teagasc-daily-item:hover .date {
      color: #C6C3C3;
  }
  .grey-background .daily-items p {
      color: #000000;
  }
  .grey-background .daily-items h3 {
      color: #000000;
  }
  .grey-background .daily-items .date {
      color: #000000;
  }
  .clock-1 {
      stroke-miterlimit: 10;
  }
  .clock-1, .clock-2 {
      fill: #231f20;
      stroke: #ffffff;
      stroke-width: 4px;
  }
  .clock-2 {
      stroke-linecap: round;
      stroke-linejoin: round;
  }
  .marker-1 {
      fill: #ffffff;
  }
  .marker-2 {
      fill: #262424;
  }
  .calendar-1, .calendar-2 {
      stroke-linejoin: round;
  }
  
  .calendar-1, .calendar-2, .calendar-3 {
      fill: #231f20;
      stroke: #ffffff;
      stroke-width: 8px;
  }
  .calendar-2 {
      stroke-linecap: round;
  }
  .calendar-3 {
      stroke-miterlimit: 10;
  }
  .svg-class{
      align-self: flex-start;
  }
  .svg-marker{
      width: 32px;
  }
  .svg-calendar{
      width: 18px;
  }
  .svg-clock{
      width: 18px;
  }
  .arrow-1 {
      fill: none;
  }
  .arrow-1, .arrow-2 {
      stroke: #ffffff;
      stroke-linecap: round ;
      stroke-miterlimit: 10;
      stroke-width: 2px;
  }
  .arrow-2 {
      fill: #fff;
  }
  .arrow svg.svg-arrow{
      width: 50px;
      overflow: visible;
      transition: 0.3s ease;
  }
  .arrow svg.svg-arrow polyline{
       transition: 0.3s ease;
   }
  .big-link-section:focus svg polyline,
  .big-link-section:focus-within svg polyline,
  .big-link-section:focus-visible svg polyline,
  .big-link-section:hover svg polyline,
  .two-card:focus svg polyline,
  .two-card:focus-within svg polyline,
  .two-card:focus-visible svg polyline,
  .two-card:hover svg polyline
  {
      transform: translate(10px, 0px);
  }
  .three-card-section-long {
      flex-wrap: wrap;
  }
  .three-card-section-long .two-card{
      flex: 0 0 50%;
  }
  .four-boxes .two-card{
      width: 50%;
  }
  .four-boxes{
      flex-wrap: wrap;
  }
  .four-boxes .two-card {
      flex: 1 1 50%;
  }
  .four-boxes .two-card.intro-box{
      background: #262424;
  }
  .four-boxes .two-card.intro-box h2,
  .four-boxes .two-card.intro-box p
  {
      color: #D5D3D3;
  }
  .four-boxes .two-card.intro-box .intro-box-content
  {
      padding: 70px;
  }
  .four-boxes .two-card.intro-box .intro-box-content .large-intro-p{
      font-size: 1.8rem;
      line-height: 1.3;
  }
  @media(max-width: 940px){
      .two-card {
          height: 340px;
      }
      .four-boxes .two-card.intro-box .intro-box-content {
          padding: 30px;
      }
      .four-boxes .two-card.intro-box .intro-box-content .large-intro-p {
          font-size: 1.5rem;
          line-height: 1.2;
      }
      .four-boxes .two-card .arrow svg {
          height: 40px;
      }
      .four-boxes .two-card .arrow {
          display: none;
      }
      .four-boxes .two-card-content .two-card p {
          line-height: 1.5;
      }
  }
  @media(max-width: 790px){
      .two-card {
          height: 300px;
      }
      .four-boxes .two-card.intro-box .intro-box-content {
          padding: 20px;
      }
      .four-boxes .two-card.intro-box .intro-box-content .large-intro-p {
          font-size: 1.3rem;
          line-height: 1.1;
      }
  }
  @media(max-width: 710px){
      .four-boxes .two-card {
          flex: 1 1 100%;
          height: 350px;
      }
      .four-boxes {
          width: 400px;
      }
      .four-boxes .two-card.intro-box .intro-box-content {
          padding: 50px;
      }
      .four-boxes .two-card.intro-box .intro-box-content .large-intro-p {
          font-size: 1.5rem;
          line-height: 1.3;
      }
  }
  @media(max-width: 450px){
      .four-boxes {
          width: 100%;
      }
      .four-boxes .two-card {
          flex: 1 1 100%;
          height: 330px;
      }
  }
  
  @media(max-width: 560px){
      .intro-section .teagasc-daily-home-content {
          width: 90%;
      }
      .key-message-box .key-info {
          text-align: left;
      }
      .four-boxes {
          padding-top: 0px;
          padding-bottom: 0px;
      }
  }
  
  .reverse-order .rhs{
      order: 1;
  }
  .reverse-order .lhs{
      order: 0;
  }
  @media(max-width: 768px){
      .reverse-order .rhs{
          order: 0;
      }
      .reverse-order .lhs{
          order: 1;
      }
      .image-text .lhs{
          width: 100%;
      }
      .image-text .rhs {
          padding: 40px 10px;
          width: 280px;
          margin-left: auto;
          margin-right: auto;
          text-align: left;
      }
      .big-link-section .wrapper-container {
          padding: 0px 15px;
      }
      .big-link-section .image-text .arrow svg {
          height: 50px;
      }
      .big-link-section .image-text .arrow{
          text-align: right;
      }
      .big-link-section{
          padding-bottom: 5px;
      }
  }

  .header-lower-sub-menu-container { left: 0; }

  .header-lower-sub-menu-container-child > a {
    border-bottom: 2px solid !important; }
  
  /*.content-primary b, .content-primary strong, .content-primary em {
      background-color: #ffffff;
  }*/
  /*.listing-article .article-date {
      display: inline-block !important;
  }*/
  /*.listing-article article a {
      padding: 0 0 28px 0 !important;
  }*/
  /*.breadcrumbs ul li a, .breadcrumbs ol li a {
      color: #2A6222 !important;
      background: #ffffff !important;
  }
  p a, ul li a, ol li a {
      color: #2A6222 !important;
  }
  .section-promote h2 {
      color: #2A6222 !important;
  }
  .button1 {
      color: #ffffff !important;
  }
  .content-primary .tblClean strong {
      background-color: #f2f2f2;
  }
  
  article.content-primary h3 + p{
      margin-top: 0px;
  }
  .content-primary a{
      background-color: #ffffff !important;
  }
  .content-primary ul li a {
      text-decoration: underline;
  }
  .listing-tasks li > a {
      color: #212121 !important;
      background-color: #ffffff;
  }
  body, main{
      background-color: #ffffff;
  }
  .listing-tasks li a {
      text-decoration: none !important;
  }
  html{
      background-color: #ffffff;
  }
  .listing-videos li:after, .content-primary li:after {
      content: none;
  }
  p a:hover, ul li a:hover, ol li a:hover {
      color: #21451C !important;
  }
  .content-primary .button1 {
      background-color: #2E7630 !important;
  }
  .content-primary .button1:hover {
      text-decoration: underline;
      color: #ffffff !important;
  }
  .content-primary .section-greycontentbox b, .content-primary .section-greycontentbox strong, .content-primary .section-greycontentbox em {
      background-color: #f2f2f2;
  }
  .section-greycontentbox a:hover {
      text-decoration: none
  }
  .content-primary .section-greycontentbox a {
      background-color: #f2f2f2 !important;
  }
  */
  
  
.content-primary ul { list-style: disc; margin-left: 20px; }
.content-primary ol { list-style: decimal; margin-left: 20px; }
.content-primary ul li, .content-primary ol li {
    margin-bottom: 10px;
}

ul.nav-tabs-category { list-style: none; margin-left: -6.3%; } 
ul.nav-tabs-static { list-style: none; margin-left: 0; }

.nav-secondary a { color: #212121; }



@media only screen and (max-width: 1024px) {
  .header-lower-sub-menu-container-child > .header-lower-sub-menu {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 690px) {
  .csscolumns header[role=banner] .nav-topics ul li ul li:first-child {
    position: static !important;
    width: 48.13433%;
  }
  .header-lower-sub-menu-container-child > .header-lower-sub-menu {
    padding-top: 0 !important;
  }
}

.filter-staff ul, .pagination-alphabetical ul { 
  list-style: none;
  margin-left: 0;
}

.mc-field-group { 
  width: 75%;
}

#mc-embedded-subscribe {
  margin: 20px 0;
}

.category-preaseisiuinti .section-teagascarticle p {
  padding: 0;
}

.staffdirectory-template-default dl ul, .staffdirectory-template-default .nav-tabs {
  list-style: none;
  margin-left: 0;
}

ul.list-contact, .listing-videos { 
  list-style: none !important;
  margin-left: 0 !important;
}

.wso p {
  width: 100% !important;
}

.content-secondary #content-secondary-inner .filter strong {
  border: none !important;
  padding: 0px !important;
}

@media only screen and (max-width: 660px) {
  ul.nav-tabs-category {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .content-primary table { 
    width: 75%; 
  }
}

.content-primary table td {
  border: 1px solid #262424;
  padding: 2px 6px;
}