/**
 * @file
 * Generic Views Styling
 * Styling for specific views should go in the relevent feature css file.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 9, ../sass/views.scss */
.view-header {
  padding-bottom: 10px;
}

/**
 * Views Panels Layout.
 */
/* line 17, ../sass/views.scss */
.views-panel-wrapper {
  *position: relative;
  *zoom: 1;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper:before, .views-panel-wrapper:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper:after {
  clear: both;
}
/* line 19, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  clear: left;
  margin-bottom: 10px;
}
/* line 23, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .pane-ical {
  margin-top: 8px;
}
/* line 25, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .pane-ical a {
  background: url(../images/switch-to-ical-icon.png) no-repeat 0 top;
  padding: 4px 0 5px 25px;
}
/* line 30, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .pane-views-feed {
  overflow: hidden;
  float: right;
}
/* line 33, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .pane-views-feed a {
  padding: 0;
  margin: 7px 0 0 0;
}
/* line 39, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .views-panel-header {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 42, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .views-panel-header-with-meta {
  float: left;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: -58.33333%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 45, ../sass/views.scss */
.views-panel-wrapper .views-panel-header-wrapper .views-panel-meta {
  float: right;
  float: left;
  width: 41.66667%;
  margin-left: 58.33333%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 51, ../sass/views.scss */
.views-panel-wrapper .views-panel-filters-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
/* line 54, ../sass/views.scss */
.views-panel-wrapper .views-panel-filters-wrapper .views-panel-filters {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  clear: left;
}
/* line 57, ../sass/views.scss */
.views-panel-wrapper .views-panel-filters-wrapper .views-panel-filters h3.pane-title {
  float: left;
  display: inline-block;
  border-right: solid 1px #ccc;
  padding: 28px 15px 28px 0;
  margin: 0 15px 0 0;
}
/* line 68, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  *position: relative;
  *zoom: 1;
  clear: left;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-content-wrapper:before, .views-panel-wrapper .views-panel-content-wrapper:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-content-wrapper:after {
  clear: both;
}
/* line 74, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-top {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 77, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle {
  *position: relative;
  *zoom: 1;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle:before, .views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle:after {
  clear: both;
}
/* line 79, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle .views-panel-content-left {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 82, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-middle .views-panel-content-right {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 86, ../sass/views.scss */
.views-panel-wrapper .views-panel-content-wrapper .views-panel-content .views-panel-content-bottom {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 92, ../sass/views.scss */
.views-panel-wrapper .views-panel-footer-wrapper {
  *position: relative;
  *zoom: 1;
  clear: left;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-footer-wrapper:before, .views-panel-wrapper .views-panel-footer-wrapper:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.views-panel-wrapper .views-panel-footer-wrapper:after {
  clear: both;
}

/* line 101, ../sass/views.scss */
.views-panel-wrapper.with-right-column .views-panel-wrapper-left-column {
  float: left;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: -66.66667%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 105, ../sass/views.scss */
.views-panel-wrapper.with-right-column .views-panel-right-column-wrapper {
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}

/**
 * Views Page Layout.
 */
/* line 121, ../sass/views.scss */
.page-views #content .view-top-wrapper {
  padding-top: 10px;
  clear: both;
}
/* line 126, ../sass/views.scss */
.page-views #content .view .view-header {
  padding-left: 0;
}

/* line 133, ../sass/views.scss */
.page-views #content h1#page-title,
.page-views #content .view .view-header {
  padding-left: 16px;
  padding-bottom: 20px;
}

/**
 * Views' more links. - Home page coloured buttons
 */
/* line 146, ../sass/views.scss */
.field-node-link {
  display: inline-block;
}

/* line 154, ../sass/views.scss */
.panel-front-bottom .more-link {
  display: inline-block;
  margin: 10px 0 10px 0;
  float: left;
}

/**
 * Grid view.
 */
/* line 170, ../sass/views.scss */
.views-view-grid .row {
  padding-left: 0;
  padding-right: 0;
  clear: left;
}
/* line 174, ../sass/views.scss */
.views-view-grid .col-1 {
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  padding-left: 0;
}
/* line 178, ../sass/views.scss */
.views-view-grid .col-2 {
  float: left;
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  padding-right: 0;
}

/**
 * Views Slideshow
 */
/* line 190, ../sass/views.scss */
.views-slideshow-pager-field-item {
  display: none;
}

/* line 193, ../sass/views.scss */
.skin-default {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 20px;
}
/* line 198, ../sass/views.scss */
.skin-default .flex-nav-container {
  margin: 0;
}
/* line 200, ../sass/views.scss */
.skin-default .flex-nav-container .flexslider {
  border: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}
/* line 206, ../sass/views.scss */
.skin-default .flex-nav-container .flex-direction-nav {
  display: none;
}
/* line 209, ../sass/views.scss */
.skin-default .flex-nav-container .flex-control-nav {
  bottom: 0;
  right: 10px;
}
/* line 213, ../sass/views.scss */
.skin-default .flex-nav-container .flex-control-paging {
  width: auto;
  text-align: left;
  padding: 10px 0 0 10px;
  z-index: 100;
}
/* line 218, ../sass/views.scss */
.skin-default .flex-nav-container .flex-control-paging li {
  margin: 0 3px;
}
/* line 220, ../sass/views.scss */
.skin-default .flex-nav-container .flex-control-paging li a {
  width: 6px;
  height: 6px;
  background: #343434;
  border: solid 1px #fff;
  box-shadow: none;
}
/* line 228, ../sass/views.scss */
.skin-default .flex-nav-container .flex-control-paging li a.flex-active {
  background: #008265;
  box-shadow: none;
}

/** Similar styles to above, but not used in views. **/
/* line 240, ../sass/views.scss */
.pane-slideshow .flexslider {
  margin-bottom: 20px;
}
/* line 243, ../sass/views.scss */
.pane-slideshow .flexslider .flex-control-nav {
  width: auto;
  text-align: left;
  padding: 10px 0 0 10px;
  z-index: 100;
  bottom: 0;
  right: 10px;
}
/* line 250, ../sass/views.scss */
.pane-slideshow .flexslider .flex-control-nav li {
  margin: 0 3px;
}
/* line 252, ../sass/views.scss */
.pane-slideshow .flexslider .flex-control-nav li a {
  width: 6px;
  height: 6px;
  background: #343434;
  border: solid 1px #fff;
  box-shadow: none;
}
/* line 260, ../sass/views.scss */
.pane-slideshow .flexslider .flex-control-nav li a.flex-active {
  background: #008265;
  box-shadow: none;
}

/* line 270, ../sass/views.scss */
#cboxTitle {
  background: #f2f2f2;
}

/* line 275, ../sass/views.scss */
.seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar .skin-default {
  background: #f2f2f2;
}

/* line 284, ../sass/views.scss */
#newsletter-listing-all h3 {
  margin: 0 0 5px 0;
}
/* line 288, ../sass/views.scss */
#newsletter-listing-all .views-row {
  width: 50%;
  float: left;
  min-height: 170px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
/* line 296, ../sass/views.scss */
#newsletter-listing-all .views-row .field-newsletter-logo {
  float: left;
  margin-right: 1em;
}
/* line 299, ../sass/views.scss */
#newsletter-listing-all .views-row .field-newsletter-logo a {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 307, ../sass/views.scss */
#newsletter-listing-all .views-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 315, ../sass/views.scss */
#newsletter-listing-all .views-field-title {
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 321, ../sass/views.scss */
#newsletter-listing-all .field-edition-date {
  font-style: italic;
}
/* line 325, ../sass/views.scss */
#newsletter-listing-all .newsletter-item-summary {
  clear: both;
}
/* line 330, ../sass/views.scss */
#newsletter-listing-all .views-field-nothing ul, #newsletter-listing-all .views-field-nothing-1 ul {
  margin-bottom: 0;
}
/* line 332, ../sass/views.scss */
#newsletter-listing-all .views-field-nothing ul li, #newsletter-listing-all .views-field-nothing-1 ul li {
  padding: 0 15px 10px 15px;
  background: url(../images/svg/arrows-bullets/bullet-content.svgz) 0 7px no-repeat;
  list-style-type: none;
  color: #747474;
  box-sizing: border-box;
}

/* line 348, ../sass/views.scss */
.view-newsletter-listing-specific .field-edition-date {
  font-size: 0.8em;
  color: #747474;
}

/* line 355, ../sass/views.scss */
.views-view-grid .col-1 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -50%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
}

/* line 370, ../sass/views.scss */
.real-name {
  clear: both;
}

/* line 375, ../sass/views.scss */
#news-listing-all h3, #news-listing-specific h3 {
  margin-bottom: 1em;
}
/* line 378, ../sass/views.scss */
#news-listing-all .views-row, #news-listing-specific .views-row {
  margin-bottom: 1.5em;
  width: 50%;
  float: left;
  min-height: 200px;
  box-sizing: border-box;
  padding-right: 20px;
}
/* line 385, ../sass/views.scss */
#news-listing-all .views-row h4, #news-listing-specific .views-row h4 {
  margin: 0;
  padding-bottom: 0.4em;
}
/* line 389, ../sass/views.scss */
#news-listing-all .views-row .views-field-body, #news-listing-specific .views-row .views-field-body {
  margin: 0.3em 0;
}
/* line 392, ../sass/views.scss */
#news-listing-all .views-row .views-field-field-publication-date, #news-listing-specific .views-row .views-field-field-publication-date {
  color: #747474;
  font-size: 0.78em;
}
/* line 396, ../sass/views.scss */
#news-listing-all .views-row .views-field-nothing, #news-listing-specific .views-row .views-field-nothing {
  display: none;
  display: inline-block;
  margin: 10px 0 10px 0;
  clear: both;
}
/* line 402, ../sass/views.scss */
#news-listing-all .views-row .views-field-nothing a, #news-listing-specific .views-row .views-field-nothing a {
  background: url(../images/svg/arrows-bullets/btn-arrow.svgz) no-repeat 0 center;
  color: #008265;
  padding: 0 13px 0 12px;
}
/* line 417, ../sass/views.scss */
#news-listing-all .views-row-last .views-field-nothing, #news-listing-specific .views-row-last .views-field-nothing {
  display: inline-block;
}

/* line 425, ../sass/views.scss */
#news-listing-specific .pane-views-panes {
  box-shadow: none;
}
/* line 428, ../sass/views.scss */
#news-listing-specific .views-row {
  margin-bottom: 1.5em;
}
/* line 436, ../sass/views.scss */
#news-listing-specific h4 {
  padding-bottom: 0;
  margin-bottom: 0.2em;
}

/* line 443, ../sass/views.scss */
.view-newsletter-listing-specific .view-empty {
  margin: 1em 0;
}

/* line 449, ../sass/views.scss */
.view-content.ui-accordion {
  font-family: "Roboto", sans-serif;
}
/* line 451, ../sass/views.scss */
.view-content.ui-accordion h4 a {
  color: #008265;
}

/**
 * Media queries.
 */
/* Small screen & tablet devices */
@media all and (max-width: 991px) {
  /* line 464, ../sass/views.scss */
  #news-listing-all .views-row {
    margin-bottom: 1.5em;
    width: 100%;
    padding-right: 0;
    min-height: 1px;
  }
}
/* Mobile devices */
@media all and (max-width: 767px) {
  /* line 475, ../sass/views.scss */
  .skin-default {
    margin-bottom: 0;
  }
  /* line 477, ../sass/views.scss */
  .skin-default .flex-nav-container {
    padding-bottom: 30px;
    min-height: 1px;
  }
  /* line 480, ../sass/views.scss */
  .skin-default .flex-nav-container .flex-control-nav {
    bottom: -30px;
  }

  /* line 486, ../sass/views.scss */
  .seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar .skin-default {
    margin-bottom: 0;
  }
  /* line 488, ../sass/views.scss */
  .seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar .skin-default .flex-nav-container {
    padding-bottom: 30px;
    min-height: 1px;
  }
  /* line 491, ../sass/views.scss */
  .seed-flexible-content-wrapper-with-left-sidebar-with-right-sidebar .skin-default .flex-nav-container .flex-control-nav {
    bottom: 0;
  }
}
