@charset "UTF-8";
/*!
Theme Name: GNL Web Food Guide
Theme URI:   
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/  
Description:  
Version: 1.0.0 
Template: gnl-web-framework  
License:  
License URI:  
Text Domain: gnl-web-framework
Tags: 
*/
footer {
  border: 0;
  background-color: #727579;
  color: #fff;
  font-size: 0.9375rem;
  line-height: inherit; }
  footer a, footer .widgettitle, footer a:hover {
    color: #fff !important; }

.layout-footer-widget-group {
  border-bottom: 0;
  padding: 0; }
  .layout-footer-widget-group .widget-section {
    width: calc(18.55% - 2rem); }
    .layout-footer-widget-group .widget-section:first-child {
      width: calc(25% - 2rem); }
    .layout-footer-widget-group .widget-section:nth-child(2) {
      width: calc(19% - 2rem);
      margin: initial;
      margin-left: 1rem;
      margin-right: 1rem; }
      .layout-footer-widget-group .widget-section:nth-child(2) .widget {
        width: calc(100% - 2rem);
        margin: 0; }
    .layout-footer-widget-group .widget-section:last-child {
      margin-right: -2rem; }

@media print, screen and (max-width: 1023px) {
  .layout-footer-widget-group {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media print, screen and (max-width: 1023px) {
  .layout-footer-widget-group .widget-section {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0; } }

@media print, screen and (max-width: 1023px) {
  .layout-footer-widget-group .widget-section:nth-child(2) {
    margin-left: 0;
    margin-right: 0; } }

footer .government-brand a {
  width: 8.375rem;
  margin-bottom: 1rem; }
  footer .government-brand a img {
    width: 8.375rem;
    height: 5rem; }

footer .icon {
  color: #fff;
  font-family: 'gnl-ui-icons' !important;
  font-size: 1.5rem;
  margin-right: 0.375rem; }
  footer .icon:after {
    content: none !important; }
  footer .icon:hover {
    color: #fff;
    text-decoration: none; }

footer .icon-twitter {
  margin-right: 1rem; }
  footer .icon-twitter:before {
    content: "\e985"; }

footer .icon-you_tube {
  margin-right: 0.375rem; }
  footer .icon-you_tube:before {
    content: "\e986"; }

footer .icon-facebook {
  margin-right: 0.375rem; }
  footer .icon-facebook:before {
    content: "\e983"; }

footer .icon-instagram {
  margin-right: 0.375rem; }
  footer .icon-instagram:before {
    content: "\e984"; }

@media print, screen and (min-width: 40em) {
  .entry-title, .page-title {
    padding-right: 18.75rem; } }

.print-links {
  position: relative;
  display: block;
  margin-bottom: 1.375rem; }
  @media print, screen and (min-width: 40em) {
    .print-links {
      position: absolute;
      top: 0.4375rem;
      right: 0;
      margin-bottom: 0; } }
  .print-links .print-page,
  .print-links .print-guide,
  .print-links .print-pdf {
    margin-left: 1rem; }
    .print-links .print-page:before,
    .print-links .print-guide:before,
    .print-links .print-pdf:before {
      font-family: 'gnl-ui-icons' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: inline-block;
      padding-right: 0.375rem; }
  .print-links .print-pdf:before {
    content: "";
    color: #ea2d27 !important; }
  .print-links .print-pdf:after {
    content: none; }
  .print-links .print-page {
    margin-left: 0; }

@media print {
  .print-links {
    display: none; } }

html {
  height: auto !important; }

.guides {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0 -1rem; }
  .guides > .guide {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin: 0 1rem 2rem; }
    @media print, screen and (min-width: 40em) {
      .guides > .guide {
        flex: 0 0 auto;
        width: calc(33.33333% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .guides > .guide {
        flex: 0 0 auto;
        width: calc(25% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem; } }
    .guides > .guide > a > img {
      width: 100%;
      height: auto; }
    .guides > .guide > a > span {
      display: block;
      background: #004B87;
      color: white;
      padding: 0.5rem 1rem;
      text-align: center; }
