@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Merriweather:400,700&subset=latin-ext';
/*Standard NZCER Orange*/
/* 2016 homepage redesign grey */
/* Scott's Dope Mixins v0.3*/
/* A less configurable but more areodynamic transition mixin */
/* Removes margin and padding and list style from lists */
/* Lightens background color on hover */
/* Darkens background color on hover */
/* A re-useable font mixin for whatever fonts you are using, allows for an optional color argument */
/* Cross browser opacity */
/* REMS with a PX Fallback */
/* REQUIRES COMPASS */
/* Faster gradients, if a stop is not specified a -20 of the start
is assigned for you this may be adjustable in the near future */
/* line 137, ../sass/abstractions/_mixins.scss */
.button {
  background: #5d5d5d;
  color: #fff;
  border-radius: 5px;
  padding: 7px 12px;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: all ease 0.2s; }
  /* line 132, ../sass/abstractions/_mixins.scss */
  .button:hover {
    background: #ff5a00; }

/* line 2, ../sass/base/_forms.scss */
form label {
  margin: 5px 0px; }
  /* line 4, ../sass/base/_forms.scss */
  form label .form-required {
    color: #ff5a00; }
/* line 8, ../sass/base/_forms.scss */
form .form-item {
  max-width: 435px; }
/* line 12, ../sass/base/_forms.scss */
form input,
form textarea {
  border: 2px solid #978e8a;
  max-width: 100%;
  padding: 5px; }
/* line 17, ../sass/base/_forms.scss */
form input:active {
  border: 2px solid #ff5a00; }
/* line 20, ../sass/base/_forms.scss */
form .grippie {
  max-width: 435px; }
/* line 24, ../sass/base/_forms.scss */
form input[type=submit] {
  border: 0px;
  background: #5d5d5d;
  color: #fff;
  border-radius: 5px;
  padding: 7px 12px;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: all ease 0.2s; }
  /* line 132, ../sass/abstractions/_mixins.scss */
  form input[type=submit]:hover {
    background: #ff5a00; }

/* line 31, ../sass/base/_forms.scss */
button,
button[type=button] {
  border: 0px;
  background: #5d5d5d;
  color: #fff;
  border-radius: 5px;
  padding: 7px 12px;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: all ease 0.2s; }
  /* line 132, ../sass/abstractions/_mixins.scss */
  button:hover,
  button[type=button]:hover {
    background: #ff5a00; }

/* line 37, ../sass/base/_forms.scss */
.webform-client-form .form-item {
  max-width: none; }

/* line 42, ../sass/base/_forms.scss */
.page-node-58126 .page_banner h1:before {
  background-image: url("../images/icons/assessment-w.png");
  background-image: url("../images/icons/assessment-w.svg");
  margin-bottom: 3px; }

/* line 49, ../sass/base/_forms.scss */
.page-node-58131 .page_banner h1:before {
  background-image: url("../images/icons/resources-w.png");
  background-image: url("../images/icons/resources-w.svg");
  margin-bottom: 3px; }

/* line 8, ../sass/base/_front.scss */
.front > div > div > div > div.l-content > h1 {
  display: none; }
/* line 11, ../sass/base/_front.scss */
.front .l-header {
  margin-bottom: 0px; }
/* line 14, ../sass/base/_front.scss */
.front .l-main {
  margin: 0px;
  background: #f2f2f2;
  max-width: 100%; }
  /* line 18, ../sass/base/_front.scss */
  .front .l-main .m-main {
    padding: 0px; }
/* line 22, ../sass/base/_front.scss */
.front article.node--full {
  padding: 0px !important;
  border: none; }
/* line 26, ../sass/base/_front.scss */
.front .homepage-banner {
  background: url("../images/banner2016.png") center;
  background-size: cover;
  color: white;
  display: block;
  padding: 0 20px;
  margin: 0px; }
  /* line 34, ../sass/base/_front.scss */
  .front .homepage-banner h2,
  .front .homepage-banner .block__content {
    max-width: 1270px;
    margin: 0 auto; }
  /* line 38, ../sass/base/_front.scss */
  .front .homepage-banner h2 {
    font-size: 42px;
    line-height: 46px;
    font-family: "Merriweather", Georgia, "Lucida Bright", "Times New Roman", Times, serif;
    font-weight: bold;
    padding: 40px 20px 10px 20px; }
  /* line 42, ../sass/base/_front.scss */
  .front .homepage-banner .block__content {
    padding: 10px 20px 50px 20px; }
    /* line 44, ../sass/base/_front.scss */
    .front .homepage-banner .block__content p {
      max-width: 600px; }
/* line 50, ../sass/base/_front.scss */
.front .homepage-menu {
  padding: 0px;
  background: #f6f3ef;
  border-bottom: 3px solid #fff;
  margin: 0;
  position: relative; }
  /* line 56, ../sass/base/_front.scss */
  .front .homepage-menu a {
    display: block;
    text-decoration: none;
    float: none;
    color: #000000; }
  /* line 62, ../sass/base/_front.scss */
  .front .homepage-menu a:hover {
    background-color: transparent;
    color: initial;
    border-color: none;
    text-decoration: underline; }
  /* line 80, ../sass/base/_front.scss */
  .front .homepage-menu ul.menu {
    max-width: 1250px;
    margin: 0 auto;
    overflow: auto;
    padding: 0px; }
    /* line 85, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded {
      float: left;
      box-sizing: border-box;
      margin: 0;
      min-height: 200px;
      width: 100%;
      position: relative;
      list-style: none;
      list-style-image: none;
      padding: 0px; }
    /* line 103, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded > a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 10px 20px 110px;
      z-index: 1;
      transition: background-color 0.5s ease;
      font-size: 24px;
      line-height: 32px;
      font-family: "Merriweather", Georgia, "Lucida Bright", "Times New Roman", Times, serif;
      font-weight: bold; }
    /* line 115, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded > a:hover {
      background-color: #dddad0; }
    /* line 118, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:hover {
      background-color: #dddad0; }
    /* line 121, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded ul {
      margin-top: 60px;
      margin-left: 110px;
      padding-left: 0px;
      padding-right: 20px;
      position: relative;
      z-index: 2;
      display: inline-block; }
    /* line 130, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(5) ul {
      margin-top: 90px; }
    /* line 136, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(6) ul {
      margin-top: 90px; }
    /* line 139, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded ul li {
      margin: 0px;
      padding: 2px 0px;
      list-style-type: none; }
      /* line 143, ../sass/base/_front.scss */
      .front .homepage-menu ul.menu li.expanded ul li a {
        font-size: 16px; }
    /* line 147, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(1) {
      border-bottom: 3px solid #fff; }
    /* line 156, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(2) {
      border-bottom: 3px solid #fff; }
    /* line 162, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(3) {
      border-bottom: 3px solid #fff; }
    /* line 171, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(4) {
      border-bottom: 3px solid #fff; }
    /* line 181, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(5) {
      border-bottom: 3px solid #fff; }
    /* line 188, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(1) > a:before {
      background: url("../images/icons/research-h.png");
      background: url("../images/icons/research-o.svg");
      background-size: contain; }
    /* line 193, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(2) > a:before {
      background: url("../images/icons/books-h.png");
      background: url("../images/icons/books-o.svg");
      background-size: contain; }
    /* line 198, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(3) > a:before {
      background: url("../images/icons/journals-h.png");
      background: url("../images/icons/journals-o.svg");
      background-size: contain; }
    /* line 203, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(4) > a:before {
      background: url("../images/icons/assessment-h.png");
      background: url("../images/icons/assessment-o.svg");
      background-size: contain; }
    /* line 208, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(5) > a:before {
      background: url("../images/icons/resources-h.png");
      background: url("../images/icons/resources-o.svg");
      background-size: contain; }
    /* line 213, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(6) > a:before {
      background: url("../images/icons/pts-h.png");
      background: url("../images/icons/pts-o.svg");
      background-size: contain; }
    /* line 218, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded > a:before {
      content: ' ';
      height: 70px;
      width: 70px;
      display: block;
      position: absolute;
      left: 20px;
      background-repeat: no-repeat; }
    /* line 228, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(1):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(1) > a:hover:before {
      background: url("../images/icons/research-i.png");
      background: url("../images/icons/research-f.svg");
      background-size: contain; }
    /* line 234, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(2):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(2) > a:hover:before {
      background: url("../images/icons/books-i.png");
      background: url("../images/icons/books-f.svg");
      background-size: contain; }
    /* line 240, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(3):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(3) > a:hover:before {
      background: url("../images/icons/journals-i.png");
      background: url("../images/icons/journals-f.svg");
      background-size: contain; }
    /* line 246, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(4):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(4) > a:hover:before {
      background: url("../images/icons/assessment-i.png");
      background: url("../images/icons/assessment-f.svg");
      background-size: contain; }
    /* line 252, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(5):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(5) > a:hover:before {
      background: url("../images/icons/resources-i.png");
      background: url("../images/icons/resources-f.svg");
      background-size: contain; }
    /* line 258, ../sass/base/_front.scss */
    .front .homepage-menu ul.menu li.expanded:nth-of-type(6):hover > a:before,
    .front .homepage-menu ul.menu li.expanded:nth-of-type(6) > a:hover:before {
      background: url("../images/icons/pts-i.png");
      background: url("../images/icons/pts-f.svg");
      background-size: contain; }
/* line 265, ../sass/base/_front.scss */
.front .l-region--content-bottom {
  max-width: 1270px;
  padding: 20px;
  margin: 0 auto;
  overflow: auto;
  background: #f6f3ef; }
/* line 275, ../sass/base/_front.scss */
.front .NZCER_Blog_2016,
.front .Latest_Publication_2016,
.front .NZCER_news_2016,
.front .NZCER_App_2016 {
  padding: 15px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  background: #f6f3ef;
  border: 0px; }
  /* line 291, ../sass/base/_front.scss */
  .front .NZCER_Blog_2016 h2,
  .front .Latest_Publication_2016 h2,
  .front .NZCER_news_2016 h2,
  .front .NZCER_App_2016 h2 {
    font-weight: bold;
    margin-top: 0px; }
  /* line 295, ../sass/base/_front.scss */
  .front .NZCER_Blog_2016 a,
  .front .Latest_Publication_2016 a,
  .front .NZCER_news_2016 a,
  .front .NZCER_App_2016 a {
    color: #000;
    transition: all ease 0.3s; }
    /* line 298, ../sass/base/_front.scss */
    .front .NZCER_Blog_2016 a:hover,
    .front .Latest_Publication_2016 a:hover,
    .front .NZCER_news_2016 a:hover,
    .front .NZCER_App_2016 a:hover {
      color: #ff5a00; }
  /* line 302, ../sass/base/_front.scss */
  .front .NZCER_Blog_2016 p,
  .front .Latest_Publication_2016 p,
  .front .NZCER_news_2016 p,
  .front .NZCER_App_2016 p {
    margin: 0px; }
  /* line 305, ../sass/base/_front.scss */
  .front .NZCER_Blog_2016 .frontbutton,
  .front .Latest_Publication_2016 .frontbutton,
  .front .NZCER_news_2016 .frontbutton,
  .front .NZCER_App_2016 .frontbutton {
    background: #7e7672;
    color: #fff !important;
    border-radius: 5px;
    padding: 7px 12px;
    display: block;
    text-align: center;
    margin-top: 20px;
    transition: all ease 0.2s; }
    /* line 314, ../sass/base/_front.scss */
    .front .NZCER_Blog_2016 .frontbutton:hover,
    .front .Latest_Publication_2016 .frontbutton:hover,
    .front .NZCER_news_2016 .frontbutton:hover,
    .front .NZCER_App_2016 .frontbutton:hover {
      background: #ff5a00; }
/* line 320, ../sass/base/_front.scss */
.front .NZCER_App_2016 .app_img {
  float: left;
  margin-right: 20px; }
/* line 324, ../sass/base/_front.scss */
.front .NZCER_App_2016 .app_h2 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 13px;
  float: left; }
/* line 330, ../sass/base/_front.scss */
.front .NZCER_App_2016 .app_text {
  float: left;
  clear: none; }
/* line 334, ../sass/base/_front.scss */
.front .NZCER_App_2016 .app_link {
  display: block;
  margin-bottom: 10px;
  float: left;
  clear: left; }
/* line 340, ../sass/base/_front.scss */
.front .NZCER_App_2016 .app_link2 {
  float: left; }
/* line 343, ../sass/base/_front.scss */
.front .NZCER_App_2016 div {
  clear: both;
  overflow: auto; }
/* line 369, ../sass/base/_front.scss */
.front .NZCER_Blog_2016 .view-footer h3 {
  display: list-item;
  margin-left: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 378, ../sass/base/_front.scss */
.front .NZCER_news_2016 .view-footer h3 {
  font-weight: bold;
  margin-left: 35px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 385, ../sass/base/_front.scss */
.front .NZCER_news_2016 .view-footer .fb:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -35px;
  height: 25px;
  width: 25px;
  background: url("../images/facebook_black_25px.png");
  background-repeat: no-repeat; }
/* line 395, ../sass/base/_front.scss */
.front .NZCER_news_2016 .view-footer .tw:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -35px;
  height: 25px;
  width: 25px;
  background: url("../images/twitter_black_25px.png");
  background-repeat: no-repeat; }
/* line 405, ../sass/base/_front.scss */
.front .NZCER_news_2016 .view-footer .ln:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -35px;
  height: 25px;
  width: 25px;
  background: url("../images/linkedin_black_25px.png");
  background-repeat: no-repeat; }
/* line 418, ../sass/base/_front.scss */
.front .NZCER_Blog_2016 .view-footer,
.front .NZCER_news_2016 .view-footer {
  margin-top: 20px;
  border-top: 2px solid #fff; }
/* line 424, ../sass/base/_front.scss */
.front .Latest_Publication_2016 .views-field-nothing img {
  max-width: 115px;
  height: auto;
  float: left;
  margin-right: 20px; }
/* line 430, ../sass/base/_front.scss */
.front .Latest_Publication_2016 .views-field-nothing p:nth-of-type(2) {
  margin-top: 20px; }

/* line 436, ../sass/base/_front.scss */
.section-test-homepage .node--page--full {
  padding: 0px !important;
  margin-bottom: 0px;
  border: 0px; }

/* line 5, ../sass/base/_lists.scss */
.not-front aside nav.block--menu-block ul.menu {
  padding-left: 0px; }
  /* line 7, ../sass/base/_lists.scss */
  .not-front aside nav.block--menu-block ul.menu li.leaf {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff5a00; }
    /* line 15, ../sass/base/_lists.scss */
    .not-front aside nav.block--menu-block ul.menu li.leaf.last {
      border-bottom: none; }
    /* line 18, ../sass/base/_lists.scss */
    .not-front aside nav.block--menu-block ul.menu li.leaf a {
      color: black;
      font-size: 18px;
      line-height: 22px;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      font-weight: bold; }
      /* line 20, ../sass/base/_lists.scss */
      .not-front aside nav.block--menu-block ul.menu li.leaf a:hover {
        text-decoration: underline; }

/* line 33, ../sass/base/_lists.scss */
.menu-block-wrapper .menu .leaf {
  list-style-image: none;
  list-style-type: disc; }

/* line 39, ../sass/base/_lists.scss */
.menu .collapsed {
  list-style-image: none;
  list-style-type: disc; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 9, ../sass/base/_node.scss */
.page-node article.node--full {
  overflow: auto;
  clear: both; }
  /* line 15, ../sass/base/_node.scss */
  .page-node article.node--full .field {
    margin: 10px 0; }

/* line 57, ../sass/base/_node.scss */
.not-front.page-node.node-type-nzcer-press-page .block--views-commerce-views-block-2 .view-commerce-views .views-row {
  margin-top: 0px;
  padding-top: 0px; }

/* line 72, ../sass/base/_node.scss */
.page-node .has-no-sidebars .node--full .field--name-body,
.page-node .has-no-sidebars .node--full .paragraphs-item-more-text,
.page-node .has-no-sidebars .node--full .paragraphs-item-1-column-list-of-people,
.page-node .has-no-sidebars .node--full .paragraphs-item-4-column-list-of-people
.field--name-field-gallery {
  max-width: 850px; }

/* line 3, ../sass/base/_page.scss */
ul.breadcrumb {
  display: none; }

/* line 14, ../sass/base/_page.scss */
.l-page .l-header {
  position: relative; }

/* line 18, ../sass/base/_page.scss */
.not-front .l-main {
  max-width: 1270px;
  margin: 0 auto;
  position: relative; }
  /* line 23, ../sass/base/_page.scss */
  .not-front .l-main .m-main {
    padding: 0 20px; }
    /* line 25, ../sass/base/_page.scss */
    .not-front .l-main .m-main h2 {
      border-bottom: 1px solid #ff5a00;
      padding-bottom: 10px; }
  /* line 31, ../sass/base/_page.scss */
  .not-front .l-main .l-content,
  .not-front .l-main .l-region--content-bottom {
    padding-bottom: 50px;
    box-sizing: border-box; }

/* line 38, ../sass/base/_page.scss */
.not-front .l-header .page_banner {
  background: url("../images/banner2016.png") center;
  background-size: cover;
  color: white;
  display: block;
  padding: 0 20px;
  margin: 0px;
  margin-bottom: -30px;
  position: relative;
  z-index: 5; }
  /* line 48, ../sass/base/_page.scss */
  .not-front .l-header .page_banner h1 {
    color: white;
    max-width: 1270px;
    margin: 0 auto;
    padding: 20px 10px;
    line-height: initial; }

/* line 71, ../sass/base/_page.scss */
.page-node-42338 .page_banner h1:before {
  background-image: url("../images/icons/about-w.png");
  background-image: url("../images/icons/about-w.svg"); }

/* line 77, ../sass/base/_page.scss */
.page-node-42337 .page_banner h1:before {
  background-image: url("../images/icons/contact-w.png");
  background-image: url("../images/icons/contact-w.svg"); }

/* line 83, ../sass/base/_page.scss */
.page-node-51776 .page_banner h1:before {
  background-image: url("../images/icons/research-w.png");
  background-image: url("../images/icons/research-w.svg"); }

/* line 89, ../sass/base/_page.scss */
.page-books .page_banner h1:before {
  background-image: url("../images/icons/books-w.png");
  background-image: url("../images/icons/books-w.svg"); }

/* line 95, ../sass/base/_page.scss */
.page-journals .page_banner h1:before {
  background-image: url("../images/icons/journals-w.png");
  background-image: url("../images/icons/journals-w.svg"); }

/* line 101, ../sass/base/_page.scss */
.page-tests-assessment-services-schools .page_banner h1:before {
  background-image: url("../images/icons/assessment-w.png");
  background-image: url("../images/icons/assessment-w.svg"); }

/* line 113, ../sass/base/_page.scss */
.page-node-57961 .page_banner h1:before {
  background-image: url("../images/icons/pts-w.png");
  background-image: url("../images/icons/pts-w.svg"); }

/* line 2, ../sass/base/_tables.scss */
table {
  border-collapse: collapse;
  border: 1px solid #978e8a;
  background: transparent; }

/* line 7, ../sass/base/_tables.scss */
table td {
  border: 1px solid #978e8a;
  padding: 10px;
  background: transparent; }

/* line 13, ../sass/base/_tables.scss */
table tr.odd,
table tr.even {
  background: transparent; }

/* line 16, ../sass/base/_tables.scss */
table th {
  padding: 10px;
  background: transparent; }

/* line 20, ../sass/base/_tables.scss */
table caption {
  margin: 20px;
  background: transparent; }

/* line 11, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6, body {
  font-weight: normal;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

/* line 17, ../sass/base/_typography.scss */
h1 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Merriweather", Georgia, "Lucida Bright", "Times New Roman", Times, serif;
  font-weight: bold; }

/* line 24, ../sass/base/_typography.scss */
h2 {
  font-size: 26px;
  line-height: 32px;
  font-family: "Merriweather", Georgia, "Lucida Bright", "Times New Roman", Times, serif;
  font-weight: bold; }
  /* line 29, ../sass/base/_typography.scss */
  h2 a {
    color: black;
    transition: all ease 0.3s; }
    /* line 32, ../sass/base/_typography.scss */
    h2 a:hover {
      color: #ff5a00;
      text-decoration: none; }

/* line 41, ../sass/base/_typography.scss */
body:not(.front) h2 a:hover:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url("../images/icons/link4_h.png");
  background-image: url("../images/icons/link4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px; }

/* line 59, ../sass/base/_typography.scss */
body:not(.front) .view:not(.latest-journal-issue) h2 a:after,
body:not(.front) .node h2 a:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url("../images/icons/link4.png");
  background-image: url("../images/icons/link4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px; }
/* line 71, ../sass/base/_typography.scss */
body:not(.front) .view:not(.latest-journal-issue) h2 a:hover:after,
body:not(.front) .node h2 a:hover:after {
  background-image: url("../images/icons/link4_h.png");
  background-image: url("../images/icons/link4_h.svg"); }

/* line 79, ../sass/base/_typography.scss */
h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold; }

/* line 86, ../sass/base/_typography.scss */
h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold; }

/* line 93, ../sass/base/_typography.scss */
a {
  text-decoration: none;
  color: #ff5a00; }
  /* line 96, ../sass/base/_typography.scss */
  a:hover {
    text-decoration: underline; }
  /* line 99, ../sass/base/_typography.scss */
  a.orange_button {
    background: #ff5a00;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    padding: 16px 9px;
    font-size: 1.1em;
    margin-bottom: 15px; }

/* line 115, ../sass/base/_typography.scss */
span.tag-button-inline a,
span.tag-button a,
.node--full .field--type-taxonomy-term-reference a,
a.tag-button-inline,
.tag-button > a {
  display: inline-block;
  text-decoration: none;
  float: left;
  background: #978e8a;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: white;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px; }
  /* line 128, ../sass/base/_typography.scss */
  span.tag-button-inline a:hover,
  span.tag-button a:hover,
  .node--full .field--type-taxonomy-term-reference a:hover,
  a.tag-button-inline:hover,
  .tag-button > a:hover {
    background: #ff5a00; }

/* line 133, ../sass/base/_typography.scss */
.tag-button > a {
  display: inline-block;
  text-decoration: none;
  float: left;
  background: #978e8a;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: white;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px; }
  /* line 146, ../sass/base/_typography.scss */
  .tag-button > a:hover {
    background: #ff5a00; }

/* line 153, ../sass/base/_typography.scss */
.not-front .l-page aside .block .block__title,
.not-front .l-page aside .view h2 a {
  color: #000 !important;
  font-size: 22px;
  line-height: 28px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold; }

/* line 5, ../sass/components/_blocks.scss */
.page-tests-assessment-services-schools .view-id-assessment_services_schools .view-content {
  clear: both;
  overflow: auto; }
/* line 9, ../sass/components/_blocks.scss */
.page-tests-assessment-services-schools .view-id-assessment_services_schools h3 {
  clear: both;
  margin-top: 20px; }
/* line 16, ../sass/components/_blocks.scss */
.page-tests-assessment-services-schools .view-assessment-services-schools .item-list ul {
  padding-left: 0px; }
/* line 19, ../sass/components/_blocks.scss */
.page-tests-assessment-services-schools .view-assessment-services-schools .item-list ul li {
  border: none;
  height: auto;
  margin: 5px 0 0 0 !important;
  padding: 10px 0 0 0 !important;
  float: none;
  width: auto;
  list-style-type: none;
  border-top: 1px solid #ccc; }
  /* line 28, ../sass/components/_blocks.scss */
  .page-tests-assessment-services-schools .view-assessment-services-schools .item-list ul li h4 {
    margin-bottom: 5px !important; }

/* line 1, ../sass/components/_checkout.scss */
.block--mini-cart {
  float: right;
  margin-top: 15px;
  margin-left: 7px;
  height: 38px;
  width: 42px;
  background: #FFFFFF;
  margin-right: 2px; }

/* line 12, ../sass/components/_checkout.scss */
.commerce-add-to-cart input[type="submit"] {
  background: #5d5d5d;
  color: #fff;
  border-radius: 5px;
  padding: 7px 12px;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: all ease 0.2s;
  background-image: url("../images/cartwhite.png");
  background-position: 4px 4px;
  background-size: 32px;
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 35px; }
  /* line 132, ../sass/abstractions/_mixins.scss */
  .commerce-add-to-cart input[type="submit"]:hover {
    background: #ff5a00; }
  /* line 23, ../sass/components/_checkout.scss */
  .commerce-add-to-cart input[type="submit"]:hover {
    background-image: url("../images/cartwhite.png");
    background-position: 4px 4px;
    background-size: 32px;
    background-repeat: no-repeat; }

/* line 33, ../sass/components/_checkout.scss */
.section-cart .l-page.has-no-sidebars .m-main {
  max-width: 100%; }

/* line 38, ../sass/components/_checkout.scss */
ol.inline.commerce-checkout-progress {
  list-style-type: none;
  padding-left: 0; }
  /* line 41, ../sass/components/_checkout.scss */
  ol.inline.commerce-checkout-progress li {
    float: left;
    min-width: 18%;
    margin-left: 2%;
    border: 2px solid transparent;
    margin-bottom: 0.5em;
    max-width: 25%;
    text-align: center;
    padding: 0.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-image: url(/sites/all/themes/nzcer/images/black-icon-arrow-thick-right.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #666666;
    color: inherit;
    background-color: #FFFFFF; }
    /* line 60, ../sass/components/_checkout.scss */
    ol.inline.commerce-checkout-progress li.active {
      background-color: #666666;
      color: #FFFFFF; }
    /* line 64, ../sass/components/_checkout.scss */
    ol.inline.commerce-checkout-progress li.visited {
      background-color: #CCCCCC;
      color: #FFFFFF;
      padding: 0;
      border: 1px solid transparent; }
      /* line 69, ../sass/components/_checkout.scss */
      ol.inline.commerce-checkout-progress li.visited a {
        background-color: transparent;
        border: 1px solid transparent;
        color: #FFFFFF;
        display: block;
        padding: 0.5em; }
        /* line 76, ../sass/components/_checkout.scss */
        ol.inline.commerce-checkout-progress li.visited a:hover, ol.inline.commerce-checkout-progress li.visited a:active {
          background-color: #dd7809;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          border-radius: 5px;
          color: #FFFFFF;
          text-decoration: none; }
    /* line 87, ../sass/components/_checkout.scss */
    ol.inline.commerce-checkout-progress li.complete {
      background-image: none; }

/* line 1, ../sass/components/_footer.scss */
.l-footer {
  background: #7e7672; }
  /* line 3, ../sass/components/_footer.scss */
  .l-footer .l-region--footer {
    max-width: 1270px;
    margin: 0 auto;
    padding: 20px;
    overflow: auto; }
  /* line 10, ../sass/components/_footer.scss */
  .l-footer .footer-logo p {
    margin: 0px; }
  /* line 13, ../sass/components/_footer.scss */
  .l-footer .footer-logo img {
    position: relative;
    left: -10px; }
  /* line 18, ../sass/components/_footer.scss */
  .l-footer .Footer_Menu {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: 0px;
    display: block; }
    /* line 29, ../sass/components/_footer.scss */
    .l-footer .Footer_Menu ul.menu {
      padding: 0px; }
      /* line 36, ../sass/components/_footer.scss */
      .l-footer .Footer_Menu ul.menu li {
        margin: 0;
        padding: 5px 0px;
        list-style-image: none;
        list-style-type: none; }
        /* line 41, ../sass/components/_footer.scss */
        .l-footer .Footer_Menu ul.menu li a {
          display: inline;
          float: none;
          background: transparent;
          border: 0px;
          margin: 0px;
          padding: 0px;
          color: #fff;
          border-radius: 0px;
          font-size: initial; }
          /* line 51, ../sass/components/_footer.scss */
          .l-footer .Footer_Menu ul.menu li a:hover {
            text-decoration: underline; }
  /* line 58, ../sass/components/_footer.scss */
  .l-footer .NZCER-Map-and-Address {
    float: left;
    width: 100%;
    padding: 30px 0;
    color: white; }
    /* line 67, ../sass/components/_footer.scss */
    .l-footer .NZCER-Map-and-Address .map {
      float: left;
      margin-right: 20px; }
  /* line 72, ../sass/components/_footer.scss */
  .l-footer .social-media-links-footer {
    clear: both;
    max-width: 200px; }
    /* line 75, ../sass/components/_footer.scss */
    .l-footer .social-media-links-footer a {
      margin-right: 10px; }

/* line 1, ../sass/components/_header.scss */
.l-header {
  background: #fff; }

/* line 5, ../sass/components/_header.scss */
.l-region.l-region--header {
  background: #fff;
  height: auto;
  border-bottom: 0px;
  max-width: 1270px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px; }
  /* line 13, ../sass/components/_header.scss */
  .l-region.l-region--header p {
    text-align: initial;
    float: none;
    clear: both; }
  /* line 19, ../sass/components/_header.scss */
  .l-region.l-region--header #block-block-113,
  .l-region.l-region--header .logo {
    width: 85%;
    margin: initial;
    margin-bottom: 10px;
    box-sizing: border-box; }
    /* line 24, ../sass/components/_header.scss */
    .l-region.l-region--header #block-block-113 p,
    .l-region.l-region--header .logo p {
      margin-bottom: 0px; }
  /* line 37, ../sass/components/_header.scss */
  .l-region.l-region--header .login_2016,
  .l-region.l-region--header .logout_2016,
  .l-region.l-region--header .header-links {
    overflow: auto;
    max-width: 132px; }
    /* line 47, ../sass/components/_header.scss */
    .l-region.l-region--header .login_2016 p,
    .l-region.l-region--header .logout_2016 p,
    .l-region.l-region--header .header-links p {
      margin-top: 0px;
      margin-bottom: 0px; }
    /* line 54, ../sass/components/_header.scss */
    .l-region.l-region--header .login_2016 a,
    .l-region.l-region--header .logout_2016 a,
    .l-region.l-region--header .header-links a {
      color: #7e7672;
      font-weight: bold;
      height: initial;
      padding: 6px 0px;
      background: transparent;
      border-radius: initial;
      border: 0px;
      display: inline-block;
      transition: all ease 0.2s; }
      /* line 70, ../sass/components/_header.scss */
      .l-region.l-region--header .login_2016 a:hover,
      .l-region.l-region--header .logout_2016 a:hover,
      .l-region.l-region--header .header-links a:hover {
        color: #ff5a00; }
      /* line 73, ../sass/components/_header.scss */
      .l-region.l-region--header .login_2016 a.userbutton,
      .l-region.l-region--header .logout_2016 a.userbutton,
      .l-region.l-region--header .header-links a.userbutton {
        background: #7e7672;
        color: #fff;
        border-radius: 5px;
        padding: 6px 12px;
        margin-bottom: 10px; }
        /* line 82, ../sass/components/_header.scss */
        .l-region.l-region--header .login_2016 a.userbutton:hover,
        .l-region.l-region--header .logout_2016 a.userbutton:hover,
        .l-region.l-region--header .header-links a.userbutton:hover {
          background: #ff5a00;
          color: #fff; }
  /* line 89, ../sass/components/_header.scss */
  .l-region.l-region--header .header-links {
    margin-bottom: 10px; }
  /* line 115, ../sass/components/_header.scss */
  .l-region.l-region--header .social-media-links-header {
    clear: right;
    float: right;
    display: none; }
    /* line 122, ../sass/components/_header.scss */
    .l-region.l-region--header .social-media-links-header img {
      margin: 0 10px; }
  /* line 126, ../sass/components/_header.scss */
  .l-region.l-region--header #block-search-form {
    float: right;
    position: relative;
    display: none; }
    /* line 134, ../sass/components/_header.scss */
    .l-region.l-region--header #block-search-form form.search-block-form {
      width: auto;
      margin: initial;
      padding: initial; }
      /* line 138, ../sass/components/_header.scss */
      .l-region.l-region--header #block-search-form form.search-block-form input#edit-search-block-form--2 {
        border-bottom: 2px solid #7e7672;
        color: #7e7672;
        font-weight: bold; }
      /* line 143, ../sass/components/_header.scss */
      .l-region.l-region--header #block-search-form form.search-block-form .form-actions {
        position: absolute;
        right: 10px;
        top: 17px;
        display: inline-block; }
        /* line 148, ../sass/components/_header.scss */
        .l-region.l-region--header #block-search-form form.search-block-form .form-actions input.form-submit {
          border: none;
          padding: 0px; }
    /* line 154, ../sass/components/_header.scss */
    .l-region.l-region--header #block-search-form .container-inline {
      float: none; }
  /* line 158, ../sass/components/_header.scss */
  .l-region.l-region--header .sf-accordion-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 40px; }
    /* line 162, ../sass/components/_header.scss */
    .l-region.l-region--header .sf-accordion-toggle a {
      background: url(../images/hamburger2.png) center no-repeat;
      width: 100%;
      background-size: contain;
      display: block;
      height: 100%; }
    /* line 169, ../sass/components/_header.scss */
    .l-region.l-region--header .sf-accordion-toggle a.sf-expanded {
      background: url(../images/hamburger2.png) center no-repeat;
      background-size: contain; }
    /* line 173, ../sass/components/_header.scss */
    .l-region.l-region--header .sf-accordion-toggle a span {
      display: none; }
  /* line 177, ../sass/components/_header.scss */
  .l-region.l-region--header #block-superfish-1 {
    width: 15%;
    float: left;
    overflow: visible;
    text-align: center;
    padding: 4px; }
    /* line 183, ../sass/components/_header.scss */
    .l-region.l-region--header #block-superfish-1 #superfish-1-accordion {
      position: fixed;
      z-index: 6;
      left: 0;
      background: #7e7672;
      border-top: 3px solid #7e7672;
      border-bottom: 3px solid #7e7672; }
      /* line 190, ../sass/components/_header.scss */
      .l-region.l-region--header #block-superfish-1 #superfish-1-accordion li {
        margin: 0px; }
        /* line 192, ../sass/components/_header.scss */
        .l-region.l-region--header #block-superfish-1 #superfish-1-accordion li a {
          display: block;
          position: relative;
          width: 100%;
          padding: 12px 20px;
          line-height: 20px;
          color: #fff;
          border-bottom: 1px solid #f6f3ef;
          transition: all ease 0.2s; }
        /* line 202, ../sass/components/_header.scss */
        .l-region.l-region--header #block-superfish-1 #superfish-1-accordion li a:hover {
          text-decoration: none;
          background: #fff;
          color: #7e7672; }
      /* line 208, ../sass/components/_header.scss */
      .l-region.l-region--header #block-superfish-1 #superfish-1-accordion li:last-of-type a {
        border-bottom: 0px; }
  /* line 217, ../sass/components/_header.scss */
  .l-region.l-region--header .header-shopping-cart .block--mini-cart {
    float: none;
    clear: both;
    margin: 0;
    height: auto;
    width: auto;
    background: initial; }

/* line 234, ../sass/components/_header.scss */
.not-front .l-page.has-one-sidebar .l-header:after,
.not-front .l-page.has-no-sidebars .l-header:after,
.not-front .l-page.has-two-sidebars .l-header:after {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  background: url("../images/banner2016-thin.png") center;
  background-size: cover;
  position: relative;
  z-index: 2; }
/* line 247, ../sass/components/_header.scss */
.not-front .l-page.has-one-sidebar aside .block .block__title,
.not-front .l-page.has-one-sidebar aside .view h2 a {
  color: #000 !important;
  font-size: 22px;
  line-height: 28px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold; }
/* line 253, ../sass/components/_header.scss */
.not-front .l-page.has-one-sidebar aside > div,
.not-front .l-page.has-one-sidebar aside > nav {
  padding: 20px 20px 0 20px;
  clear: both; }

/* line 2, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-exp-article-search-page-2 {
  font-size: 0.95em; }

/* line 7, ../sass/components/_journals.scss */
#block-block-321 {
  background-color: transparent;
  padding: 0; }
  /* line 10, ../sass/components/_journals.scss */
  #block-block-321 .journal_set {
    display: inline-block;
    width: calc(33% - 15px);
    box-sizing: border-box;
    padding: 10px;
    margin: 0 20px 20px 20px;
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center; }
    /* line 21, ../sass/components/_journals.scss */
    #block-block-321 .journal_set img {
      max-height: 140px; }

/* line 42, ../sass/components/_journals.scss */
.section-nzcerpress .m-main .view .views-row {
  border: none; }
/* line 45, ../sass/components/_journals.scss */
.section-nzcerpress #block-block-326 {
  display: none; }
/* line 51, ../sass/components/_journals.scss */
.section-nzcerpress .latest-journal-issue {
  background: transparent;
  padding: 20px 0 0 0;
  border-bottom: 0;
  margin-bottom: 0; }
  /* line 56, ../sass/components/_journals.scss */
  .section-nzcerpress .latest-journal-issue .views-row {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px 20px;
    background: #fff;
    vertical-align: top; }
    /* line 74, ../sass/components/_journals.scss */
    .section-nzcerpress .latest-journal-issue .views-row .views-field-field-product-image,
    .section-nzcerpress .latest-journal-issue .views-row .views-field-field-product-image-2 {
      width: 100px;
      float: left;
      margin-right: 15px !important; }
    /* line 86, ../sass/components/_journals.scss */
    .section-nzcerpress .latest-journal-issue .views-row h2 {
      margin-top: 0px;
      margin-bottom: 10px;
      border-bottom: none;
      padding: 0px; }
    /* line 97, ../sass/components/_journals.scss */
    .section-nzcerpress .latest-journal-issue .views-row .views-field-field-promotional-blurb p:first-child {
      margin-top: 0; }
/* line 129, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-set-issues-by-year-block-1,
.section-nzcerpress .block--views-ecf-issues-by-year-block-1,
.section-nzcerpress .block--views-cm-issues-by-year-block-1,
.section-nzcerpress .block--views-am-issues-by-year-block-1,
.section-nzcerpress .block--views-em-issues-by-year-block-1 {
  overflow: visible;
  background: transparent; }
  /* line 133, ../sass/components/_journals.scss */
  .section-nzcerpress .block--views-set-issues-by-year-block-1 .views-table,
  .section-nzcerpress .block--views-ecf-issues-by-year-block-1 .views-table,
  .section-nzcerpress .block--views-cm-issues-by-year-block-1 .views-table,
  .section-nzcerpress .block--views-am-issues-by-year-block-1 .views-table,
  .section-nzcerpress .block--views-em-issues-by-year-block-1 .views-table {
    display: inline-block;
    width: 90%;
    margin: 10px 20px 10px 20px;
    background: #fff;
    vertical-align: top;
    border: none; }
    /* line 152, ../sass/components/_journals.scss */
    .section-nzcerpress .block--views-set-issues-by-year-block-1 .views-table tbody tr td,
    .section-nzcerpress .block--views-ecf-issues-by-year-block-1 .views-table tbody tr td,
    .section-nzcerpress .block--views-cm-issues-by-year-block-1 .views-table tbody tr td,
    .section-nzcerpress .block--views-am-issues-by-year-block-1 .views-table tbody tr td,
    .section-nzcerpress .block--views-em-issues-by-year-block-1 .views-table tbody tr td {
      border: none;
      background: #fff;
      padding: 5px 0; }
    /* line 158, ../sass/components/_journals.scss */
    .section-nzcerpress .block--views-set-issues-by-year-block-1 .views-table caption,
    .section-nzcerpress .block--views-ecf-issues-by-year-block-1 .views-table caption,
    .section-nzcerpress .block--views-cm-issues-by-year-block-1 .views-table caption,
    .section-nzcerpress .block--views-am-issues-by-year-block-1 .views-table caption,
    .section-nzcerpress .block--views-em-issues-by-year-block-1 .views-table caption {
      margin: 0px;
      text-align: left;
      font-size: 22px;
      line-height: 28px;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      font-weight: bold; }
/* line 166, ../sass/components/_journals.scss */
.section-nzcerpress #block-views-commerce-views-block-2 {
  float: left;
  clear: left; }
/* line 171, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-journal-issue-summary-block .views-field.views-field-field-product-image {
  max-width: 120px;
  float: left;
  margin: 0 20px 10px 0; }
/* line 176, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-journal-issue-summary-block .views-field.views-field-field-product-image > div > img {
  width: initial;
  max-width: 100%;
  height: auto;
  float: none;
  clear: both;
  margin-left: 0;
  margin-bottom: 0; }
/* line 185, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-journal-issue-summary-block .views-field-body {
  clear: none; }
/* line 188, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-journal-issue-summary-block .views-field-commerce-price {
  font-weight: 700;
  float: left;
  margin-top: 10px; }
/* line 198, ../sass/components/_journals.scss */
.section-nzcerpress .block--views-journal-articles-set-block-1,
.section-nzcerpress .block--views-journal-articles-ecf-block-1,
.section-nzcerpress .block--views-journal-articles-cm-block-1,
.section-nzcerpress .block--views-journal-articles-am-block-1,
.section-nzcerpress .block--views-journal-articles-em-block-1 {
  overflow: auto;
  background: transparent;
  padding: 0 !important; }
  /* line 203, ../sass/components/_journals.scss */
  .section-nzcerpress .block--views-journal-articles-set-block-1 .views-row,
  .section-nzcerpress .block--views-journal-articles-ecf-block-1 .views-row,
  .section-nzcerpress .block--views-journal-articles-cm-block-1 .views-row,
  .section-nzcerpress .block--views-journal-articles-am-block-1 .views-row,
  .section-nzcerpress .block--views-journal-articles-em-block-1 .views-row {
    display: block;
    width: auto;
    margin: 0 20px 20px 20px;
    background: #fff;
    padding: 15px;
    vertical-align: top; }
    /* line 226, ../sass/components/_journals.scss */
    .section-nzcerpress .block--views-journal-articles-set-block-1 .views-row .views-field-title h3,
    .section-nzcerpress .block--views-journal-articles-ecf-block-1 .views-row .views-field-title h3,
    .section-nzcerpress .block--views-journal-articles-cm-block-1 .views-row .views-field-title h3,
    .section-nzcerpress .block--views-journal-articles-am-block-1 .views-row .views-field-title h3,
    .section-nzcerpress .block--views-journal-articles-em-block-1 .views-row .views-field-title h3 {
      margin-top: 0px; }
    /* line 229, ../sass/components/_journals.scss */
    .section-nzcerpress .block--views-journal-articles-set-block-1 .views-row .views-field.views-field-field-journal-page-number,
    .section-nzcerpress .block--views-journal-articles-ecf-block-1 .views-row .views-field.views-field-field-journal-page-number,
    .section-nzcerpress .block--views-journal-articles-cm-block-1 .views-row .views-field.views-field-field-journal-page-number,
    .section-nzcerpress .block--views-journal-articles-am-block-1 .views-row .views-field.views-field-field-journal-page-number,
    .section-nzcerpress .block--views-journal-articles-em-block-1 .views-row .views-field.views-field-field-journal-page-number {
      float: left;
      margin-top: 0px;
      margin-right: 5px;
      font-size: 22px;
      line-height: 28px;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      font-weight: bold; }

/* line 269, ../sass/components/_journals.scss */
.node-type-nzcer-press-set-article .l-main > div > div > h1,
.node-type-nzcer-press-ecf-article .l-main > div > div > h1,
.node-type-nzcer-press-cm-article .l-main > div > div > h1,
.node-type-nzcer-press-am-article .l-main > div > div > h1,
.node-type-nzcer-press-em-article .l-main > div > div > h1 {
  background: #fff;
  margin: 0px;
  padding: 20px; }
/* line 278, ../sass/components/_journals.scss */
.node-type-nzcer-press-set-article .node--nzcer-press-set-article--full,
.node-type-nzcer-press-set-article .node--nzcer-press-ecf-article--full,
.node-type-nzcer-press-set-article .node--nzcer-press-cm-article--full,
.node-type-nzcer-press-set-article .node--nzcer-press-am-article--full,
.node-type-nzcer-press-set-article .node--nzcer-press-em-article--full,
.node-type-nzcer-press-ecf-article .node--nzcer-press-set-article--full,
.node-type-nzcer-press-ecf-article .node--nzcer-press-ecf-article--full,
.node-type-nzcer-press-ecf-article .node--nzcer-press-cm-article--full,
.node-type-nzcer-press-ecf-article .node--nzcer-press-am-article--full,
.node-type-nzcer-press-ecf-article .node--nzcer-press-em-article--full,
.node-type-nzcer-press-cm-article .node--nzcer-press-set-article--full,
.node-type-nzcer-press-cm-article .node--nzcer-press-ecf-article--full,
.node-type-nzcer-press-cm-article .node--nzcer-press-cm-article--full,
.node-type-nzcer-press-cm-article .node--nzcer-press-am-article--full,
.node-type-nzcer-press-cm-article .node--nzcer-press-em-article--full,
.node-type-nzcer-press-am-article .node--nzcer-press-set-article--full,
.node-type-nzcer-press-am-article .node--nzcer-press-ecf-article--full,
.node-type-nzcer-press-am-article .node--nzcer-press-cm-article--full,
.node-type-nzcer-press-am-article .node--nzcer-press-am-article--full,
.node-type-nzcer-press-am-article .node--nzcer-press-em-article--full,
.node-type-nzcer-press-em-article .node--nzcer-press-set-article--full,
.node-type-nzcer-press-em-article .node--nzcer-press-ecf-article--full,
.node-type-nzcer-press-em-article .node--nzcer-press-cm-article--full,
.node-type-nzcer-press-em-article .node--nzcer-press-am-article--full,
.node-type-nzcer-press-em-article .node--nzcer-press-em-article--full {
  padding: 20px;
  background: #fff; }
  /* line 283, ../sass/components/_journals.scss */
  .node-type-nzcer-press-set-article .node--nzcer-press-set-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-set-article .node--nzcer-press-set-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-set-article .node--nzcer-press-ecf-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-set-article .node--nzcer-press-ecf-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-set-article .node--nzcer-press-cm-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-set-article .node--nzcer-press-cm-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-set-article .node--nzcer-press-am-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-set-article .node--nzcer-press-am-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-set-article .node--nzcer-press-em-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-set-article .node--nzcer-press-em-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-set-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-set-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-ecf-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-ecf-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-cm-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-cm-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-am-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-am-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-em-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-ecf-article .node--nzcer-press-em-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-cm-article .node--nzcer-press-set-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-cm-article .node--nzcer-press-set-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-cm-article .node--nzcer-press-ecf-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-cm-article .node--nzcer-press-ecf-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-cm-article .node--nzcer-press-cm-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-cm-article .node--nzcer-press-cm-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-cm-article .node--nzcer-press-am-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-cm-article .node--nzcer-press-am-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-cm-article .node--nzcer-press-em-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-cm-article .node--nzcer-press-em-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-am-article .node--nzcer-press-set-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-am-article .node--nzcer-press-set-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-am-article .node--nzcer-press-ecf-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-am-article .node--nzcer-press-ecf-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-am-article .node--nzcer-press-cm-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-am-article .node--nzcer-press-cm-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-am-article .node--nzcer-press-am-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-am-article .node--nzcer-press-am-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-am-article .node--nzcer-press-em-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-am-article .node--nzcer-press-em-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-em-article .node--nzcer-press-set-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-em-article .node--nzcer-press-set-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-em-article .node--nzcer-press-ecf-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-em-article .node--nzcer-press-ecf-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-em-article .node--nzcer-press-cm-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-em-article .node--nzcer-press-cm-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-em-article .node--nzcer-press-am-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-em-article .node--nzcer-press-am-article--full .field--label-inline .field__items,
  .node-type-nzcer-press-em-article .node--nzcer-press-em-article--full .field--label-inline .field__label,
  .node-type-nzcer-press-em-article .node--nzcer-press-em-article--full .field--label-inline .field__items {
    float: left; }
/* line 287, ../sass/components/_journals.scss */
.node-type-nzcer-press-set-article .block--block-166,
.node-type-nzcer-press-ecf-article .block--block-166,
.node-type-nzcer-press-cm-article .block--block-166,
.node-type-nzcer-press-am-article .block--block-166,
.node-type-nzcer-press-em-article .block--block-166 {
  padding-top: 20px !important; }
/* line 290, ../sass/components/_journals.scss */
.node-type-nzcer-press-set-article .block--views-journal-issue-summary-block-1,
.node-type-nzcer-press-ecf-article .block--views-journal-issue-summary-block-1,
.node-type-nzcer-press-cm-article .block--views-journal-issue-summary-block-1,
.node-type-nzcer-press-am-article .block--views-journal-issue-summary-block-1,
.node-type-nzcer-press-em-article .block--views-journal-issue-summary-block-1 {
  position: relative; }
  /* line 293, ../sass/components/_journals.scss */
  .node-type-nzcer-press-set-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products,
  .node-type-nzcer-press-ecf-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products,
  .node-type-nzcer-press-cm-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products,
  .node-type-nzcer-press-am-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products,
  .node-type-nzcer-press-em-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products {
    max-width: 120px;
    float: left;
    margin: 0 20px 10px 0; }
  /* line 298, ../sass/components/_journals.scss */
  .node-type-nzcer-press-set-article .block--views-journal-issue-summary-block-1 .views-field-body,
  .node-type-nzcer-press-ecf-article .block--views-journal-issue-summary-block-1 .views-field-body,
  .node-type-nzcer-press-cm-article .block--views-journal-issue-summary-block-1 .views-field-body,
  .node-type-nzcer-press-am-article .block--views-journal-issue-summary-block-1 .views-field-body,
  .node-type-nzcer-press-em-article .block--views-journal-issue-summary-block-1 .views-field-body {
    clear: none; }
  /* line 301, ../sass/components/_journals.scss */
  .node-type-nzcer-press-set-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products-1,
  .node-type-nzcer-press-ecf-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products-1,
  .node-type-nzcer-press-cm-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products-1,
  .node-type-nzcer-press-am-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products-1,
  .node-type-nzcer-press-em-article .block--views-journal-issue-summary-block-1 .views-field-field-highlighted-products-1 {
    clear: both;
    float: right; }
  /* line 305, ../sass/components/_journals.scss */
  .node-type-nzcer-press-set-article .block--views-journal-issue-summary-block-1 .field--type-commerce-price,
  .node-type-nzcer-press-ecf-article .block--views-journal-issue-summary-block-1 .field--type-commerce-price,
  .node-type-nzcer-press-cm-article .block--views-journal-issue-summary-block-1 .field--type-commerce-price,
  .node-type-nzcer-press-am-article .block--views-journal-issue-summary-block-1 .field--type-commerce-price,
  .node-type-nzcer-press-em-article .block--views-journal-issue-summary-block-1 .field--type-commerce-price {
    position: absolute;
    bottom: 25px;
    font-weight: 700; }

/* line 313, ../sass/components/_journals.scss */
input#edit-submit-article-search {
  margin-top: 15px;
  padding: 10px 16px;
  background: #ff5a00;
  border: none;
  color: #fff; }

/* line 1, ../sass/components/_navigation.scss */
.l-region--navigation {
  position: relative;
  overflow: visible;
  z-index: 999; }
  /* line 10, ../sass/components/_navigation.scss */
  .l-region--navigation .main-menu-block {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: visible;
    display: block; }
    /* line 19, ../sass/components/_navigation.scss */
    .l-region--navigation .main-menu-block .menu-block-wrapper {
      overflow: auto; }
    /* line 22, ../sass/components/_navigation.scss */
    .l-region--navigation .main-menu-block .menu {
      padding: 0px;
      margin: 0px; }
      /* line 25, ../sass/components/_navigation.scss */
      .l-region--navigation .main-menu-block .menu li {
        list-style-type: none;
        list-style-image: none; }
        /* line 28, ../sass/components/_navigation.scss */
        .l-region--navigation .main-menu-block .menu li a:hover {
          text-decoration: none; }
      /* line 32, ../sass/components/_navigation.scss */
      .l-region--navigation .main-menu-block .menu li.expanded {
        float: left;
        display: block;
        padding: 10px 0; }
        /* line 36, ../sass/components/_navigation.scss */
        .l-region--navigation .main-menu-block .menu li.expanded > a {
          padding: 7px 13px;
          font-weight: 700;
          color: #7e7672;
          border-radius: 5px;
          transition: all ease 0.3s; }
          /* line 42, ../sass/components/_navigation.scss */
          .l-region--navigation .main-menu-block .menu li.expanded > a:hover {
            background: #ff5a00;
            color: white; }
          /* line 46, ../sass/components/_navigation.scss */
          .l-region--navigation .main-menu-block .menu li.expanded > a.active {
            color: #ff5a00; }
          /* line 49, ../sass/components/_navigation.scss */
          .l-region--navigation .main-menu-block .menu li.expanded > a.active:hover {
            color: white; }
      /* line 55, ../sass/components/_navigation.scss */
      .l-region--navigation .main-menu-block .menu li.expanded > ul.menu {
        display: none;
        background: #ff5a00;
        -webkit-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.5);
        margin: 0px;
        position: absolute;
        top: 40px;
        border-radius: 5px; }
        /* line 65, ../sass/components/_navigation.scss */
        .l-region--navigation .main-menu-block .menu li.expanded > ul.menu li.leaf:not(.last) {
          border-bottom: 1px solid white; }
        /* line 68, ../sass/components/_navigation.scss */
        .l-region--navigation .main-menu-block .menu li.expanded > ul.menu li.leaf a {
          padding: 7px 13px;
          display: block;
          color: white; }
          /* line 72, ../sass/components/_navigation.scss */
          .l-region--navigation .main-menu-block .menu li.expanded > ul.menu li.leaf a:hover {
            color: #ff5a00;
            background: white; }
      /* line 78, ../sass/components/_navigation.scss */
      .l-region--navigation .main-menu-block .menu li.expanded:hover > ul.menu {
        display: block; }
  /* line 85, ../sass/components/_navigation.scss */
  .l-region--navigation .mobile-main-menu-block {
    display: none; }
  /* line 95, ../sass/components/_navigation.scss */
  .l-region--navigation .responsive-menus.responsified.responsive-toggled {
    position: initial; }
    /* line 97, ../sass/components/_navigation.scss */
    .l-region--navigation .responsive-menus.responsified.responsive-toggled span.toggler {
      background-image: url("../images/menu-close.png"); }
  /* line 101, ../sass/components/_navigation.scss */
  .l-region--navigation .responsive-menus.responsified span.toggler {
    background-image: url("../images/menu-open.png");
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 40px;
    color: transparent;
    position: absolute; }
  /* line 114, ../sass/components/_navigation.scss */
  .l-region--navigation .responsive-menus.responsified .responsive-menus-simple {
    background: #e52f00;
    box-shadow: none; }
    /* line 118, ../sass/components/_navigation.scss */
    .l-region--navigation .responsive-menus.responsified .responsive-menus-simple li a {
      text-transform: capitalize; }

/* line 1, ../sass/components/_paragraphs.scss */
.paragraphs-item-1-column-list-of-people.view-mode-full {
  padding: 20px 0px; }
  /* line 4, ../sass/components/_paragraphs.scss */
  .paragraphs-item-1-column-list-of-people.view-mode-full .field--name-field-people > .field__items > .field__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff5a00;
    margin-top: 20px; }
  /* line 10, ../sass/components/_paragraphs.scss */
  .paragraphs-item-1-column-list-of-people.view-mode-full .field--name-field-people > .field__items > .field__item:first-child {
    margin-top: 0px; }
  /* line 14, ../sass/components/_paragraphs.scss */
  .paragraphs-item-1-column-list-of-people.view-mode-full .group-left {
    width: 100%; }
  /* line 20, ../sass/components/_paragraphs.scss */
  .paragraphs-item-1-column-list-of-people.view-mode-full .group-right {
    width: 100%; }
    /* line 26, ../sass/components/_paragraphs.scss */
    .paragraphs-item-1-column-list-of-people.view-mode-full .group-right .field {
      margin-bottom: 10px; }
  /* line 30, ../sass/components/_paragraphs.scss */
  .paragraphs-item-1-column-list-of-people.view-mode-full h3 {
    margin: 0 0 10px 0; }

/* line 35, ../sass/components/_paragraphs.scss */
.paragraphs-item-4-column-list-of-people.view-mode-full {
  margin-top: 20px; }
  /* line 38, ../sass/components/_paragraphs.scss */
  .paragraphs-item-4-column-list-of-people.view-mode-full .field--name-field-people > .field__items > .field__item {
    margin-bottom: 20px; }
    /* line 48, ../sass/components/_paragraphs.scss */
    .paragraphs-item-4-column-list-of-people.view-mode-full .field--name-field-people > .field__items > .field__item h3 {
      margin-top: 10px;
      margin-bottom: 10px; }

/* line 7, ../sass/components/_search.scss */
.l-region--header form.search-block-form .form-item-search-block-form {
  margin-bottom: 0;
  max-width: 330px;
  display: block;
  float: left; }
/* line 14, ../sass/components/_search.scss */
.l-region--header form.search-block-form input#edit-search-block-form--2 {
  height: 38px;
  border: none;
  width: 100%;
  margin: 15px 0px;
  background: #fff; }
/* line 22, ../sass/components/_search.scss */
.l-region--header .search-block-form .container-inline .form-actions {
  height: 40px;
  position: absolute; }

/* line 53, ../sass/components/_search.scss */
.page-search .l-content .search-form .form-item {
  display: inline-block;
  margin-right: 20px; }
/* line 62, ../sass/components/_search.scss */
.page-search .l-content .search-form .form-submit {
  display: inline-block; }
/* line 67, ../sass/components/_search.scss */
.page-search .l-content .spelling-suggestions dd {
  margin: 5px 0px; }
/* line 72, ../sass/components/_search.scss */
.page-search .l-content section.search-results .search-resultsearch-result {
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ff5a00; }
  /* line 76, ../sass/components/_search.scss */
  .page-search .l-content section.search-results .search-resultsearch-result h3.title {
    margin-bottom: 10px; }
  /* line 79, ../sass/components/_search.scss */
  .page-search .l-content section.search-results .search-resultsearch-result p:first-child {
    margin-top: 10px; }
/* line 87, ../sass/components/_search.scss */
.page-search aside .block--apachesolr-search-sort h2 {
  margin-bottom: 5px; }
/* line 90, ../sass/components/_search.scss */
.page-search aside .block--apachesolr-search-sort ul {
  margin-top: 5px;
  padding: 0px;
  border-top: 1px solid black; }
  /* line 94, ../sass/components/_search.scss */
  .page-search aside .block--apachesolr-search-sort ul li {
    list-style-image: none;
    list-style-type: none;
    position: relative; }
    /* line 98, ../sass/components/_search.scss */
    .page-search aside .block--apachesolr-search-sort ul li a {
      color: black; }
      /* line 100, ../sass/components/_search.scss */
      .page-search aside .block--apachesolr-search-sort ul li a:hover {
        color: #ff5a00; }
    /* line 104, ../sass/components/_search.scss */
    .page-search aside .block--apachesolr-search-sort ul li a.active {
      font-weight: bold; }
    /* line 107, ../sass/components/_search.scss */
    .page-search aside .block--apachesolr-search-sort ul li > img {
      position: absolute;
      left: -15px; }
/* line 115, ../sass/components/_search.scss */
.page-search aside .block--facetapi h2 {
  margin-bottom: 5px;
  margin-top: 0px; }
/* line 119, ../sass/components/_search.scss */
.page-search aside .block--facetapi ul {
  margin-top: 5px;
  max-height: 250px;
  overflow: scroll;
  padding: 10px;
  -webkit-box-shadow: inset 0px 0px 8px 0px #7e7672;
  -moz-box-shadow: inset 0px 0px 8px 0px #7e7672;
  box-shadow: inset 0px 0px 8px 0px #7e7672;
  border-top: 1px solid black; }
  /* line 128, ../sass/components/_search.scss */
  .page-search aside .block--facetapi ul li a.facetapi-active {
    font-weight: bold; }
  /* line 131, ../sass/components/_search.scss */
  .page-search aside .block--facetapi ul a {
    color: black;
    transition: all ease 0.3s; }
    /* line 134, ../sass/components/_search.scss */
    .page-search aside .block--facetapi ul a:hover {
      color: #ff5a00; }

/* line 2, ../sass/components/_views.scss */
.not-front .l-content .view .views-row {
  overflow: auto;
  margin: 1em 0;
  padding: 1em 0; }
  /* line 6, ../sass/components/_views.scss */
  .not-front .l-content .view .views-row .views-field:not(.views-field-title) {
    display: block;
    overflow: auto;
    margin: 10px 0; }

/* line 16, ../sass/components/_views.scss */
.not-front .l-content .view .views-row {
  clear: both;
  border-bottom: 1px solid #ff5a00; }
  /* line 23, ../sass/components/_views.scss */
  .not-front .l-content .view .views-row .views-field-field-product-image,
  .not-front .l-content .view .views-row .views-field-field-news-picture,
  .not-front .l-content .view .views-row .field--name-field-news-picture,
  .not-front .l-content .view .views-row .views-field-field-report-picture,
  .not-front .l-content .view .views-row .views-field-field-profile-picture {
    float: left;
    margin: 0px 20px 20px 0px !important; }
    /* line 26, ../sass/components/_views.scss */
    .not-front .l-content .view .views-row .views-field-field-product-image .books-new-price,
    .not-front .l-content .view .views-row .views-field-field-news-picture .books-new-price,
    .not-front .l-content .view .views-row .field--name-field-news-picture .books-new-price,
    .not-front .l-content .view .views-row .views-field-field-report-picture .books-new-price,
    .not-front .l-content .view .views-row .views-field-field-profile-picture .books-new-price {
      margin: 10px 0; }
  /* line 31, ../sass/components/_views.scss */
  .not-front .l-content .view .views-row .views-field-title h1, .not-front .l-content .view .views-row .views-field-title h2, .not-front .l-content .view .views-row .views-field-title h3, .not-front .l-content .view .views-row .views-field-title h4 {
    margin-top: 0px;
    border-bottom: 0px; }
  /* line 37, ../sass/components/_views.scss */
  .not-front .l-content .view .views-row .views-field-commerce-price,
  .not-front .l-content .view .views-row .views-field-add-to-cart-form {
    clear: both; }
/* line 41, ../sass/components/_views.scss */
.not-front .l-content .view .views-row-last {
  border-bottom: 0px; }

/* line 48, ../sass/components/_views.scss */
.not-front .l-content .view.latest-journal-issue .views-row {
  border: 0px;
  margin: 0px;
  padding-right: 20px; }

/* line 56, ../sass/components/_views.scss */
.not-front .l-content .view.view-display-id-search_books .views-row {
  border: 0px;
  margin: 0px; }

/* line 63, ../sass/components/_views.scss */
.not-front .l-content .view.journal-articles .views-row {
  border: 0px;
  margin: 0px;
  padding-right: 20px; }

/* line 71, ../sass/components/_views.scss */
.views-field-commerce-price,
.views-field-add-to-cart-form {
  clear: both;
  margin: 10px 0; }

/* line 76, ../sass/components/_views.scss */
.view-grouping {
  clear: both;
  overflow: auto;
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 1px solid #ff5a00; }

/* line 85, ../sass/components/_views.scss */
.views-exposed-form .views-exposed-widget {
  float: none;
  clear: both;
  padding: 10px 0; }
  /* line 89, ../sass/components/_views.scss */
  .views-exposed-form .views-exposed-widget .form-submit {
    margin: 0px; }

/* line 96, ../sass/components/_views.scss */
.not-front:not(.section-nzcerpress) .m-main .view-no-lines .views-row {
  border-bottom: none; }

/* line 103, ../sass/components/_views.scss */
.view-multi-bulk-purchase-press-product form .view-grouping {
  clear: both;
  overflow: auto; }
  /* line 106, ../sass/components/_views.scss */
  .view-multi-bulk-purchase-press-product form .view-grouping .images {
    float: left;
    margin: 0px 20px 20px 0px; }
  /* line 110, ../sass/components/_views.scss */
  .view-multi-bulk-purchase-press-product form .view-grouping h2 {
    border-bottom: none !important; }
/* line 114, ../sass/components/_views.scss */
.view-multi-bulk-purchase-press-product form .form-actions {
  position: fixed;
  bottom: 20px;
  right: 40px; }

/* line 124, ../sass/components/_views.scss */
.books-featured-titles {
  overflow: auto; }
  /* line 140, ../sass/components/_views.scss */
  .books-featured-titles .views-row h3 {
    margin-bottom: 0.5em; }
  /* line 148, ../sass/components/_views.scss */
  .books-featured-titles .views-row .views-field-term-node-tid-2,
  .books-featured-titles .views-row .views-field-field-date-published,
  .books-featured-titles .views-row .views-field-created,
  .books-featured-titles .views-row .views-field-field-variation,
  .books-featured-titles .views-row .views-field-commerce-price,
  .books-featured-titles .views-row .views-field-add-to-cart-form {
    margin: 0px !important; }
  /* line 151, ../sass/components/_views.scss */
  .books-featured-titles .views-row .views-field-field-product-image {
    clear: both;
    float: none; }

/* line 184, ../sass/components/_views.scss */
.view-display-id-search_books .view-content {
  overflow: auto; }
/* line 191, ../sass/components/_views.scss */
.view-display-id-search_books .views-responsive-grid .views-row {
  margin: 0px; }
/* line 194, ../sass/components/_views.scss */
.view-display-id-search_books .views-responsive-grid .views-column {
  overflow: auto; }
/* line 219, ../sass/components/_views.scss */
.view-display-id-search_books .views-field-title h4 {
  margin-top: 0.5em; }
/* line 222, ../sass/components/_views.scss */
.view-display-id-search_books .views-field-title a {
  color: black; }
  /* line 224, ../sass/components/_views.scss */
  .view-display-id-search_books .views-field-title a:hover {
    color: #ff5a00; }
/* line 234, ../sass/components/_views.scss */
.view-display-id-search_books .pager {
  margin: 2em 0; }

/* line 251, ../sass/components/_views.scss */
.block--views-exp-books-temp-search-books .views-exposed-form {
  position: relative; }
  /* line 253, ../sass/components/_views.scss */
  .block--views-exp-books-temp-search-books .views-exposed-form label {
    float: left;
    margin-right: 8px; }
  /* line 257, ../sass/components/_views.scss */
  .block--views-exp-books-temp-search-books .views-exposed-form select {
    margin: 5px 0px; }
/* line 261, ../sass/components/_views.scss */
.block--views-exp-books-temp-search-books .views-exposed-widget {
  overflow: auto; }
/* line 264, ../sass/components/_views.scss */
.block--views-exp-books-temp-search-books .views-exposed-widget.views-submit-button {
  position: absolute;
  top: 0px;
  right: 0px; }
  /* line 268, ../sass/components/_views.scss */
  .block--views-exp-books-temp-search-books .views-exposed-widget.views-submit-button input {
    background: transparent;
    color: transparent;
    width: 30px; }
/* line 274, ../sass/components/_views.scss */
.block--views-exp-books-temp-search-books .views-exposed-widget.views-submit-button {
  margin: 0px; }

/* line 27, ../sass/nzcer.styles.scss */
img {
  max-width: 100%;
  height: auto;
  overflow: hidden; }

/* line 99, ../sass/nzcer.styles.scss */
.views-form .form-submit {
  float: right; }
