/*****************************************************************************/
/****************************** ICEMEDIA 2017 ********************************/
/***************************** icemedia.com.au *******************************/
/*****************************************************************************/
/****   Only Common variables / classes / functions here.                 ****/
/****   Breakpoint-specific styles are in mobile/desktop files.           ****/
/****   Breakpoints are min-width only, and sync with bootstrap:          ****/
/****   	- (Common.less) base for all sizes                            ****/
/****   	- (Mobile.less) all below desktop                             ****/
/****   	- (Desktop.less) >= 1280px                                    ****/
/*****************************************************************************/
/* This stylesheet references SVG images from Font Awesome Free. See https://fontawesome.com/license */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v20/u-440qyriQwlOrhSvowK_l5-fCZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://fonts.gstatic.com/s/merriweather/v20/u-4n0qyriQwlOrhSvowK_l52xwNZWMf_.ttf) format('truetype');
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/**************************  Font imports **************************/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/***********************  Common use classes ***********************/
.offscreen,
.screen-reader-text {
  position: absolute;
  left: -9999px;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
/***********************  Core/Global styles ***********************/
html {
  font-size: 10px;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  color: #313437;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: #313437;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  color: #313437;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus {
  color: #6D7C31;
  text-decoration: underline;
}
h1 {
  font-size: 400%;
}
h2 {
  font-size: 300%;
}
h3 {
  font-size: 200%;
}
h4 {
  font-size: 150%;
}
h5 {
  font-size: 100%;
}
aside h2,
.aside h2 {
  font-size: 200%;
}
aside h3,
.aside h3 {
  font-size: 150%;
}
aside h4,
.aside h4 {
  font-size: 100%;
}
aside h5,
.aside h5 {
  font-size: 100%;
}
a {
  text-decoration: underline;
  color: #6D7C31;
}
a:hover,
a:focus {
  color: #A9BF5D;
  text-decoration: none;
}
a img {
  max-width: 100%;
  height: auto;
}
.keyboard-focus.focus {
  outline: 2px solid #eab754;
}
h1,
h2,
h3,
h4,
p {
  padding-bottom: 15px;
}
#main ul {
  margin-bottom: 15px;
}
.btn {
  background: #A9BF5D;
  display: block;
  margin-bottom: 15px;
  margin-right: 11.25px;
  margin-left: 11.25px;
  padding: 15px;
  text-decoration: none;
  color: #313437;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-align: center;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #fff;
}
.image-anchor {
  display: block;
}
.image-anchor img {
  display: block;
}
input,
select,
textarea {
  padding: 7.5px;
}
textarea {
  resize: vertical;
}
input {
  border-radius: 0;
}
input[type="button"],
button,
input[type="submit"] {
  background-color: #A9BF5D;
  border: none;
  padding: 15px 30px;
  font-size: inherit;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"]:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:active,
button:active,
input[type="submit"]:active,
input[type="button"]:focus,
button:focus,
input[type="submit"]:focus {
  color: #fff;
  cursor: pointer;
}
label {
  color: #313437;
}
.nf-form-cont,
.wpcf7 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.nf-form-cont input,
.wpcf7 input,
.nf-form-cont textarea,
.wpcf7 textarea,
.nf-form-cont select,
.wpcf7 select {
  width: 100%;
}
.nf-form-cont label,
.wpcf7 label {
  font-weight: bold;
}
.nf-form-cont input[type="button"],
.wpcf7 input[type="button"],
.nf-form-cont input[type="submit"],
.wpcf7 input[type="submit"] {
  width: auto;
}
.nf-form-content {
  margin-top: 15px;
}
.wpcf7-radio,
.wpcf7-checkbox {
  clear: both;
  display: block;
}
.wpcf7-radio span.wpcf7-list-item,
.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 7.5px 0 0;
}
#access {
  position: absolute;
  top: -80px;
  margin: 0;
  padding: 22.5px 15px;
}
#access ul {
  list-style-type: none;
}
#access ul li {
  display: inline-block;
  margin-right: 9px;
}
#access ul li a {
  text-decoration: none;
  font-weight: 700;
}
#access ul li a:focus,
#access ul li a:hover {
  text-decoration: underline;
}
#access.visible {
  position: static;
}
iframe {
  border: none;
}
iframe[src*="youtu"] {
  max-width: 100%;
}
iframe[src*="google.com/maps/embed"] {
  max-width: 100%;
  height: 400px;
}
.the_champ_sharing_container {
  margin-bottom: 15px;
}
/**************************** For all breakpoints ****************************/
/****     Base styles. These should be colours, paddings, margins that    ****/
/****     are appropriate for all screen sizes.                           ****/
/*****************************************************************************/
/**** -----------------------  HEADER  ------------------------ ****/
header #gap-logo {
  background: url(../images/greyhound-logo.svg) transparent no-repeat 50% 50%;
  background-size: contain;
  display: block;
}
header .branding #gap-logo {
  display: inline-block;
}
header #qric-logo {
  background: url(../images/qric_logoblck.png) transparent no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
}
header #tools {
  background-color: #313437;
  position: absolute;
  right: 15px;
  padding: 7.5px 15px;
}
header #tools ul {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
header #tools ul li {
  display: inline-block;
}
header #tools ul li a {
  color: #A9BF5D;
  text-decoration: none;
  font-weight: 700;
}
header #tools ul li:not(:first-child) {
  padding-left: 15px;
}
header #tools form {
  display: inline-block;
  vertical-align: middle;
}
header #tools form input,
header #tools form button {
  border: none;
  display: block;
  float: left;
  margin-left: 2px;
}
header #nav-site {
  background-color: #313437;
}
header #nav-site ul {
  list-style-type: none;
  margin-bottom: 0;
}
header #nav-site ul li a {
  color: #fff;
  display: block;
  padding: 7.5px 0;
  text-decoration: none;
}
header #nav-site ul li a:hover,
header #nav-site ul li a:focus {
  text-decoration: underline;
}
header #nav-site ul .sub-menu {
  display: none;
}
header #nav-site ul .current-page-ancestor > a,
header #nav-site ul .current-menu-item > a {
  font-weight: bold;
}
header #nav-site ul .current-page-ancestor .sub-menu,
header #nav-site ul .current-menu-item .sub-menu {
  display: block;
  padding: 0 0 0 20px;
}
/**** -----------------------  FOOTER  ------------------------ ****/
footer {
  border-top: 1px solid #6D7D8D;
  padding-top: 30px;
  text-align: center;
  font-size: 75%;
}
footer a {
  text-decoration: none;
  font-weight: 700;
}
footer ul {
  list-style-type: none;
  margin-bottom: 15px;
}
footer ul li {
  display: inline-block;
}
footer ul li:not(:first-child):before {
  content: "-";
  padding-right: 7.5px;
}
/**** -----------------------   MAIN   ------------------------ ****/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
main#content p {
  line-height: 2.6rem;
}
main#content > ul,
main#content > ol {
  margin-left: 22.5px;
  padding-left: 22.5px;
  margin-bottom: 15px;
  line-height: 2.6rem;
}
main#content > ul.chunkylist,
main#content > ol.chunkylist,
main#content > ul.news-list,
main#content > ol.news-list {
  margin-left: 0;
  padding-left: 0;
}
main#content img {
  max-width: 100%;
  height: auto;
}
main#content .alignright {
  float: right;
}
main#content blockquote {
  padding-left: 45px;
}
main#content.search-page ul,
main#content.search-page ol {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  list-style-type: none;
  border-top: 1px solid #D0D0D0;
}
main#content.search-page ul li,
main#content.search-page ol li {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #D0D0D0;
}
main#content.search-page form {
  clear: both;
  height: 60px;
}
main#content.search-page form label {
  display: block;
  margin-bottom: 7.5px;
}
main#content.search-page form input[type="search"],
main#content.search-page form input[type="text"] {
  border: 1px solid #313437;
  height: 48px;
  padding: 7.5px;
  width: 80%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main#content.search-page form button,
main#content.search-page form input[type="submit"] {
  border: none;
  width: 20%;
  padding: 0 15px;
  float: left;
}
main#content.search-page .navigation.pagination {
  margin-bottom: 20px;
}
section {
  margin-top: 45px;
}
#breadcrumbs {
  list-style-type: none;
  font-weight: 700;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:not(:first-child):before {
  content: "/";
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
}
#breadcrumbs li a {
  text-decoration: none;
}
#nav-tiles {
  border-top: 1px solid #6D7D8D;
  padding-top: 30px;
}
.pagination .page-numbers {
  padding: 15px;
  background-color: #F3F3F5;
  color: #000;
  display: inline-block;
  margin-right: 7.5px;
}
.pagination .page-numbers.current {
  background-color: #6D7C31;
  color: #fff;
}
table {
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 15px;
  min-width: 100%;
}
table th,
table td {
  padding: 15px;
}
table th h2:last-child,
table td h2:last-child,
table th h3:last-child,
table td h3:last-child,
table th h4:last-child,
table td h4:last-child,
table th h5:last-child,
table td h5:last-child,
table th p:last-child,
table td p:last-child {
  padding-bottom: 0;
}
table th {
  background-color: #313437;
  color: #fff;
  font-weight: normal;
}
table tr {
  background-color: #EDEDED;
  border-bottom: 4px solid #fff;
}
table tr:nth-child(2n) {
  background-color: #F3F3F5;
}
table tr td {
  vertical-align: top;
}
table tr td p {
  line-height: initial!important;
  margin: 0;
}
.accordion-wrapper,
#content.accordion-wrapper {
  padding-bottom: 15px;
}
.accordion-wrapper h5.accordion-header,
#content.accordion-wrapper h5.accordion-header {
  display: block;
  padding: 15px 45px 15px 15px;
  margin: 0;
  cursor: pointer;
  border-bottom: solid 1px #6D7D8D;
  text-decoration: none;
  position: relative;
}
.accordion-wrapper h5.accordion-header:after,
#content.accordion-wrapper h5.accordion-header:after {
  content: "\f123";
  font-family: "Ionicons";
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 15px;
  color: #A9BF5D;
  top: 50%;
  margin-top: -8px;
}
.accordion-wrapper h5.accordion-header.active,
#content.accordion-wrapper h5.accordion-header.active {
  background: #F3F3F5;
}
.accordion-wrapper h5.accordion-header.active:after,
#content.accordion-wrapper h5.accordion-header.active:after {
  content: "\f126";
}
.accordion-wrapper blockquote.accordion-body,
#content.accordion-wrapper blockquote.accordion-body {
  padding: 30px 0 15px;
  border-bottom: solid 1px #6D7D8D;
}
/**** ---------------  SUB NAVIGATION  --------------- ****/
#nav-section ul {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}
#nav-section ul li a {
  display: block;
  padding: 15px;
  color: #6D7C31;
  text-decoration: none;
  border-bottom: solid 1px #6D7D8D;
}
#nav-section ul li a:hover,
#nav-section ul li a:focus {
  text-decoration: underline;
}
#nav-section ul li a:hover,
#nav-section ul li a:active {
  text-decoration: none;
  background: #F3F3F5;
}
#nav-section ul li.current_page_item > a {
  color: #313437;
  background: #F3F3F5;
}
#nav-section ul ul {
  margin: 0;
  border-bottom: solid 1px #6D7D8D;
}
#nav-section ul ul a {
  padding-left: 30px;
}
#nav-section ul ul li:last-child a {
  border-bottom: none;
}
#nav-section #in-section {
  display: none;
}
#nav-section #sub-nav {
  display: block;
}
/**** ---------------  ASIDES / BLOCKS / TILES  --------------- ****/
aside,
.aside {
  margin-bottom: 15px;
  padding-bottom: 1px;
}
aside p,
.aside p {
  line-height: initial;
}
aside ul,
.aside ul,
aside ol,
.aside ol {
  margin-left: 22.5px;
  padding-left: 22.5px;
  margin-bottom: 15px;
  line-height: 2.6rem;
}
aside ul.chunkylist,
.aside ul.chunkylist,
aside ol.chunkylist,
.aside ol.chunkylist,
aside ul.news-list,
.aside ul.news-list,
aside ol.news-list,
.aside ol.news-list {
  margin-left: 0;
  padding-left: 0;
}
aside.lime:not(.widget_custom_html),
.aside.lime:not(.widget_custom_html) {
  background: #313437;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
aside.lime:not(.widget_custom_html) h2,
.aside.lime:not(.widget_custom_html) h2,
aside.lime:not(.widget_custom_html) h3,
.aside.lime:not(.widget_custom_html) h3,
aside.lime:not(.widget_custom_html) h4,
.aside.lime:not(.widget_custom_html) h4 {
  margin-bottom: 15px;
  padding: 15px;
  color: #313437;
  background: #A9BF5D;
  width: 100%;
  position: relative;
  left: -15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
aside.lime:not(.widget_custom_html) h2 a,
.aside.lime:not(.widget_custom_html) h2 a,
aside.lime:not(.widget_custom_html) h3 a,
.aside.lime:not(.widget_custom_html) h3 a,
aside.lime:not(.widget_custom_html) h4 a,
.aside.lime:not(.widget_custom_html) h4 a {
  color: #313437;
}
aside.lime:not(.widget_custom_html) a,
.aside.lime:not(.widget_custom_html) a {
  color: #A9BF5D;
}
aside.bordered,
.aside.bordered {
  border: 1px solid #313437;
  text-align: left;
  padding: 30px 30px;
  margin-bottom: 30px;
}
aside.bordered ul,
.aside.bordered ul {
  margin-left: 15px;
  padding-left: 7.5px;
}
aside.bordered p,
.aside.bordered p {
  padding: 0;
}
.tile {
  background-color: #313437;
  color: #fff;
  display: block;
  margin-bottom: 22.5px;
  text-decoration: none;
}
.tile span {
  position: relative;
  display: block;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.tile span:after {
  content: "\f30f";
  font-family: "Ionicons";
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
}
.tile:hover span,
.tile:focus span {
  text-decoration: underline;
}
#nav-tiles .tile {
  margin-bottom: 15px;
}
.email-subscriber {
  position: relative;
  background: #A9BF5D;
  padding: 0 0 0 45px;
  color: #313437;
}
.email-subscriber a {
  text-decoration: none;
  color: #313437;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  display: block;
  padding: 15px;
}
.email-subscriber a:hover,
.email-subscriber a:focus {
  color: #fff;
}
.email-subscriber:before {
  background: url(../images/newspaper-regular-white.svg) #313437 no-repeat 50% 50%;
  background-size: 28px;
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  color: #fff;
  width: 45px;
  top: 0;
  height: 100%;
}
/**** ----------------------  Listings  ---------------------- ****/
.news-list {
  list-style-type: none;
}
.news-list li {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #6D7D8D;
  font-weight: 700;
  height: 116.25px;
  background: #fff;
}
.news-list li a {
  text-decoration: none;
}
.news-list li span.date {
  background-color: #A9BF5D;
  color: #313437;
  vertical-align: middle;
  text-align: center;
  font-family: 'Merriweather', serif;
  width: 116.25px;
}
.news-list li span.date span {
  display: block;
}
.news-list li span.date span:first-child {
  font-size: 200%;
}
.news-list li > span {
  padding: 7.5px 15px;
  display: table-cell;
  vertical-align: middle;
}
.news-list li span.meta {
  display: block;
  font-family: 'Merriweather', serif;
  padding-bottom: 15px;
}
.news-list + #more-news {
  display: block;
  background-color: #A9BF5D;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}
.news-list + #more-news:hover,
.news-list + #more-news:focus {
  text-decoration: underline;
}
.chunkylist {
  list-style-type: none;
}
.chunkylist li {
  background-color: #EDEDED;
  padding: 33px 30px;
  margin-bottom: 12.45px;
}
.chunkylist li:nth-child(2n) {
  background-color: #F3F3F5;
}
.chunkylist + a {
  margin-right: 15px;
}
.info-card,
.greyhound-card {
  margin-bottom: 15px;
  width: calc(100% + 15px);
  position: relative;
  left: -7.5px;
  min-width: 220px;
}
.info-card h3,
.greyhound-card h3 {
  font-size: 200%;
}
.info-card a,
.greyhound-card a {
  text-decoration: none;
}
.info-card a.image-anchor p,
.greyhound-card a.image-anchor p {
  text-align: center;
  padding: 15px;
  display: block;
  background: #6D7D8D;
  color: #fff;
}
.info-card img,
.greyhound-card img {
  width: 100%;
  height: auto;
}
.info-card .inset,
.greyhound-card .inset {
  text-align: center;
  padding: 30px 22.5px 15px;
}
.aside .info-card,
.aside .greyhound-card {
  width: 100%;
  left: 0;
}
.info-card {
  background: #A9BF5D;
}
.greyhound-card {
  background: #EDEDED;
}
.why-greyhounds > div {
  display: flex;
}
.why-greyhounds > div .info-card {
  flex: 1 0 auto;
}
.front-page #main {
  width: 100%;
}
.front-page #main > section {
  margin-top: 0;
}
.front-page #main #content {
  padding-left: 0;
  padding-right: 0;
}
.front-page #main #content > div {
  padding-top: 120px;
  padding-bottom: 120px;
}
.front-page #main #content > div:nth-child(5) {
  padding-top: 0;
}
.front-page #main #content > div:nth-child(2n+2),
.front-page #main #content > div:nth-child(5) {
  background-color: #F3F3F5;
}
.front-page #main #breadcrumbs,
.front-page #main #content .widgettitle,
.front-page #main #content .textwidget,
.front-page #main #content .custom-html {
  flex: none;
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.front-page #main #breadcrumbs.no-padding,
.front-page #main #content .widgettitle.no-padding,
.front-page #main #content .textwidget.no-padding,
.front-page #main #content .custom-html.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.front-page #main #content .textwidget > a {
  position: absolute;
  right: 15px;
  top: -45px;
  text-decoration: none;
  font-weight: 700;
}
.front-page #main .wp-block-columns {
  width: 100%;
  padding-left: calc(50% - 270px);
  padding-right: calc(50% - 270px);
}
.front-page #main .wp-block-column {
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .front-page #main #breadcrumbs,
  .front-page #main #content .widgettitle,
  .front-page #main #content .textwidget,
  .front-page #main #content .custom-html {
    width: 720px;
  }
  .front-page #main .wp-block-columns {
    padding-left: calc(50% - 360px);
    padding-right: calc(50% - 360px);
  }
}
@media (min-width: 992px) {
  .front-page #main #breadcrumbs,
  .front-page #main #content .widgettitle,
  .front-page #main #content .textwidget,
  .front-page #main #content .custom-html {
    width: 960px;
  }
  .front-page #main .wp-block-columns {
    padding-left: calc(50% - 480px);
    padding-right: calc(50% - 480px);
  }
}
@media (min-width: 1280px) {
  .front-page #main #breadcrumbs,
  .front-page #main #content .widgettitle,
  .front-page #main #content .textwidget,
  .front-page #main #content .custom-html {
    width: 1200px;
  }
  .front-page #main .wp-block-columns {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
  }
}
#gallery-1 img {
  border: none;
}
/*****************************************************************************/
/***                     IMPORT BREAKPOINT STYLESHEETS                     ***/
/*****************************************************************************/
/**
 * Styling for the Hero region's widgets.
 */
.hero-widget .img-holder {
  padding: 64px 0 80px;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
}
.hero-widget .inset {
  margin: 0 0 0 auto;
  padding: 32px 32px 16px;
  background: rgba(49, 52, 55, 0.8);
  width: 613px;
  max-width: 100%;
}
.hero-widget .inset h2,
.hero-widget .inset h3 {
  color: #fff;
  font-size: 300%;
}
.hero-widget .inset .btn {
  width: 250px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.hero-widget .spacer {
  min-height: 270px;
}
.hero-widget .custom-html-widget .full-width {
  padding: 30px 0 15px;
}
.hero-widget .custom-html-widget .text-center {
  text-align: center;
}
.hero-widget .custom-html-widget .background-dark {
  background: #313437;
}
@media (max-width: 767px) {
  .hero-widget .inset {
    text-align: center;
  }
  .hero-widget .inset h2,
  .hero-widget .inset h3 {
    font-size: 250%;
  }
  .hero-widget .inset .btn {
    margin-right: auto;
  }
  .hero-widget .spacer {
    min-height: 130px;
  }
}
.greyhound-card h4,
.greyhound-card h5 {
  background: #F3F3F5;
  padding: 7.5px;
  margin-bottom: 15px;
}
.info-box {
  background: #F3F3F5;
  margin-bottom: 15px;
}
.info-box img {
  padding-bottom: 15px;
}
.info-box .info {
  padding: 15px 30px;
}
/* Styling for WYSIWYG galleries */
main .display-image {
  background: #EDEDED;
  margin-bottom: 7.5px;
}
main .display-image .img-wrapper {
  transition: height 0.5s ease;
  height: auto;
}
main .display-image img {
  display: block;
  width: 100%;
}
main .display-image span {
  padding: 7.5px;
  display: block;
  font-size: 87.5%;
}
main .gallery {
  width: calc(100% + 15px);
  position: relative;
  left: -7.5px;
  margin-bottom: 7.5px;
}
main .gallery:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
main .gallery:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
main .gallery dl.gallery-item {
  display: block;
  float: left;
  padding: 7.5px;
  width: 25%;
}
main .gallery dl.gallery-item:nth-child(4n+1) {
  clear: both;
}
main .gallery dl.gallery-item img {
  display: block;
}
main .gallery dl.gallery-item dd.gallery-caption {
  display: none;
}
.aside .row.greyhound-tiles {
  flex-direction: column;
}
.aside .row.greyhound-tiles .col {
  min-height: auto;
}
@media (max-width: 768px) {
  .row.greyhound-tiles {
    flex-direction: column;
  }
  .row.greyhound-tiles .col {
    min-height: auto;
  }
}
/**
 * Styling for the Juicer feed.
 *
 * Most styling comes from the widget itself, but we provide some overrides.
 */
@media (max-width: 767px) {
  .juicer-feed {
    max-height: 520px !important;
  }
}
/*****************************************************************************/
/********************************** MOBILE ***********************************/
/*****************************************************************************/
/**************** BASE SMALLEST SIZE (No media query needed) *****************/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
@media (max-width: 1279px) {
  h1 {
    font-size: 300%;
  }
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 150%;
  }
  h4 {
    font-size: 125%;
  }
  h5 {
    font-size: 100%;
  }
  aside h2,
  .aside h2 {
    font-size: 150%;
  }
  aside h3,
  .aside h3 {
    font-size: 125%;
  }
  aside h4,
  .aside h4 {
    font-size: 100%;
  }
  aside h5,
  .aside h5 {
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 200%;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 125%;
  }
  h4 {
    font-size: 100%;
  }
  h5 {
    font-size: 100%;
  }
  aside h2,
  .aside h2 {
    font-size: 150%;
  }
  aside h3,
  .aside h3 {
    font-size: 125%;
  }
  aside h4,
  .aside h4 {
    font-size: 100%;
  }
  aside h5,
  .aside h5 {
    font-size: 100%;
  }
  /************************  Header  ***********************/
  header {
    background: #fff;
  }
  header #gap-logo,
  header #qric-logo {
    width: calc(50% - 15px*2);
    margin: 0 15px;
    height: 100px;
    background-size: contain;
    float: left;
  }
  header .branding {
    height: 60px;
    background-color: #A9BF5D;
  }
  header .branding #qric-logo {
    display: none;
  }
  header .branding #menu-toggle {
    display: inline-block;
    width: 50px;
    height: 60px;
    text-decoration: none;
  }
  header .branding #menu-toggle:before {
    content: "\f20e";
    font-family: "Ionicons";
    display: block;
    color: #313437;
    font-size: 4.6rem;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
  }
  header .branding #menu-toggle.open:before {
    content: "\f12a";
    font-size: 2.6rem;
  }
  header .branding #tools {
    position: absolute;
    background-color: transparent;
  }
  header .branding #tools li a {
    color: #313437;
  }
  header .branding #tools form input[type="search"] {
    border: 1px solid #313437;
    height: 45px;
    padding: 0;
    width: 0;
    position: absolute;
    right: 40px;
    -webkit-transition: width ease-in-out 0.1s, padding ease-in-out 0.1s;
    /* Safari */
    transition: width ease-in-out 0.1s, padding ease-in-out 0.1s;
  }
  header .branding #tools form input[type="search"]:focus {
    width: 180px;
    padding: 7.5px;
    -webkit-transition: width ease-in-out 0.2s, padding ease-in-out 0.2s;
    /* Safari */
    transition: width ease-in-out 0.2s, padding ease-in-out 0.2s;
  }
  header .branding #tools form button {
    background-color: #313437;
    height: 45px;
    width: 45px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
  }
  header .branding #tools form button:before {
    content: "\f2f5";
    font-family: "Ionicons";
    display: block;
    width: 45px;
    font-size: 30px;
    position: absolute;
    color: #fff;
    text-indent: 0;
    top: 3px;
    line-height: 40px;
  }
  header #nav-site {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: none;
  }
  header #nav-site.open {
    display: block;
  }
  header #nav-site ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main#content.search-page form input[type="search"],
  main#content.search-page form input[type="text"] {
    width: calc(100% - 95px);
  }
  main#content.search-page form button,
  main#content.search-page form input[type="submit"] {
    width: 95px;
  }
  /************************  Footer  ***********************/
  footer {
    font-size: 100%;
    border-top: 1px solid #6D7D8D;
    padding-top: 30px;
  }
  footer:before {
    display: none;
  }
  footer a {
    padding: 7.5px;
    display: inline-block;
  }
  footer ul li:not(:first-child):before {
    padding-right: 5.5px;
  }
  /*************************  Main  ************************/
  #in-section {
    display: block;
  }
  /***************** ASIDES / BLOCKS / TILES ***************/
  .tile {
    background-image: none!important;
    padding: 30px;
    font-size: 2rem;
  }
  /**** ----------------------  Listings  ---------------------- ****/
  .news-list li span.date {
    padding: 15px 7.5px;
  }
  .news-list + #more-news {
    padding: 15px;
  }
  .chunkylist li {
    padding: 22.5px;
  }
  .front-page #main #content .textwidget > a {
    position: initial;
    right: unset;
    top: unset;
    display: block;
    padding: 0 0 15px 0;
  }
  .front-page #main #content .textwidget > a:after {
    content: ' \226B';
  }
}
@media (min-width: 768px) {
  /************************* HEADER *************************/
  header .branding {
    height: 180px;
  }
  header .branding #gap-logo {
    width: 327px;
    height: 180px;
    background-position: 50% 70%;
  }
  header .branding #qric-logo {
    width: 245px;
    height: 180px;
    margin-left: 20px;
    background-position: 50% 65%;
  }
  header .branding #tools form input {
    height: 48px;
    padding: 7.5px;
  }
  header .branding #tools form input[type=search] {
    -webkit-appearance: none;
    width: 183px;
  }
  header #menu-toggle {
    display: none;
  }
  header #nav-site {
    background: #A9BF5D;
  }
  header #nav-site ul {
    padding: 0;
  }
  header #nav-site ul:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
  }
  header #nav-site ul:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
  }
  header #nav-site ul li {
    display: block;
    float: left;
  }
  header #nav-site ul li a {
    color: #313437;
    padding: 15px 10px;
    font-weight: 700;
  }
  header #nav-site ul li a:hover {
    background: #313437;
    color: #fff;
    text-decoration: none;
  }
  header #nav-site ul .sub-menu {
    display: none!important;
  }
  header #nav-site ul .current-page-ancestor > a,
  header #nav-site ul .current-menu-item > a {
    background: #313437;
    color: #fff;
  }
  header #nav-site ul .current-page-ancestor .sub-menu,
  header #nav-site ul .current-menu-item .sub-menu {
    display: none;
  }
  /*************************  MAIN  ************************/
  /***************** ASIDES / BLOCKS / TILES ****************/
  .tile {
    height: 160px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .tile span {
    position: absolute;
    background-color: #313437;
    bottom: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 2.8rem;
  }
  .tile span:after {
    right: 30px;
  }
  .news-list li > span {
    padding: 0 15px;
  }
  .news-list + #more-news {
    width: 100px;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  /**** ---------------  ASIDES / BLOCKS / TILES  --------------- ****/
  .tile {
    height: 300px;
  }
}
@media (min-width: 1280px) {
  header .branding #gap-logo,
  header .branding #qric-logo {
    background-position: 50% 50%;
  }
  header #nav-site ul li a {
    padding: 15px;
  }
}
@media (max-width: 1279px) {
  table,
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
  }
  table tr td {
    position: relative;
    min-height: 50px;
  }
  table tr th,
  table tr td {
    text-align: left;
  }
  table.side-labels tr th {
    position: absolute;
    left: -9999px;
  }
  table.side-labels tr td {
    padding-left: 11.5em;
  }
  table.side-labels tr td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 9.5em;
    display: inline-block;
    position: absolute;
    left: 15px;
  }
  table.side-labels tr td:only-child {
    padding-left: 15px;
  }
  table.side-labels tr td:only-child:before {
    content: "";
    display: none;
  }
}
@media (max-width: 43em) {
  #access {
    position: static;
  }
  #access a {
    display: none;
  }
  #access a[href^="#"] {
    display: block;
  }
}
/*****************************************************************************/
/********************************** DESKTOP **********************************/
/*************************** all sizes above 1200px **************************/
/***  NOTE:	since this site uses minimum upward responsive styles, things  ***/
/***		you might expect to find here might actually live in smaller   ***/
/***		responsive sizes (try 768 or 992 breakpoints)        		   ***/
/*****************************************************************************/
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
  /**** ---------------  ASIDES / BLOCKS / TILES  --------------- ****/
  #nav-tiles .tile {
    margin-bottom: 0;
  }
}
