@charset "UTF-8";
/*
Theme Name: Local Buying Program 2026 - PHP 8.4.16 Compatible
Theme URI: http://www.talen.com
Author: Scott Ramsey (Talen)
Version: 2
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button:focus {
  outline: none;
}





body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  color: #252525;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
}

.page-container {
  margin: 0 auto;
  max-width: 888px;
}

.text-hide {
  display: block;
  position: absolute;
  text-indent: -5000px;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 3em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6, p, li, button { font-size: 1em; line-height: 1.4; }
a { color: rgb(242, 105, 33); text-decoration: none; }
a:hover { text-decoration: underline; }

a[href^="tel:"] { text-decoration: none; cursor: unset; }

.alignright { float: right; margin: 0 0 1em 1em; }
img.alignright { max-width: 50%; height: auto; }

span.entry-date {
  margin-bottom: 1.3em;
  display: block;
  font-weight: bold;
}

.wp-caption.aligncenter {
  margin: 0 0 2em 0;
  max-width: 100%;
  background: #F2F0E9;
  border-bottom: 1px solid #E7E8D5;
}

.wp-caption.alignright, 
.featureImage {
  float: right;
  margin: 0 0 2em 2em;
  max-width: 50%;
  background: #F2F0E9;
  border-bottom: 1px solid #E7E8D5;
}

.wp-caption img,
.featureImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wp-caption p,
.featureImage .caption {
  padding: 10px;
  font-size: .85em;
  line-height: 1.3;
}
.wp-caption p {
  margin-bottom: 0;
}

article .entry-content img { max-width: 100%; height: auto;}
hr {
  margin-bottom: 3em;
  display: block;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  clear: both;
}

/* HEADER */

header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5000;
}

header a {
  color: #fff;
  text-decoration: none;
}

header .contactDetails {
  background: #F26921;
  color: #fff;
  margin: 0;
  padding: 0;
}

header .contactDetails ul {
  display: flex;
  padding: 6px 10px;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
}

header .contactDetails ul li {
  padding-left: 20px;
  font-size: .75em;
}

header .contactDetails svg {
  height: 16px;
  width: 16px;
  fill: #fff;
  margin: 0 0 -4px;
}

header .contactDetails .email svg {
  height: 14px;
  margin: 0 0 -2px;
}

header .contactDetails .link a {
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 5px;
}

header .contactDetails .link a:hover {
  text-decoration: none;
}

header .nav {
  color: #fff;
  background: rgba(80, 84, 77, .9);
  margin: 0;
  padding: 30px 0 0;
}

header .nav .logos {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

header .nav .logos img {
  height: 60px;
}

header .nav .menu {
  display: flex;
  justify-content: space-between;
}

header .nav #mega-menu-primary {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

header .nav ul li {
  list-style: none;
}

header .nav #mega-menu-primary li a {
  font-weight: bold;
  padding: 0 10px 17px !important;
  transition: all linear 100ms;
}

header .nav ul li a:hover,
header .nav ul li.current_page_item a,
header .nav ul li.current-page-ancestor a {
  color: #B7B9BB;
  text-decoration: none;
}

/* 2nd element because Home link is hidden on desktop */
header .nav #mega-menu-primary > li:nth-child(1) {
  margin-left: -10px !important;
}

.mega-indicator {
  display: none !important;
}

header .nav button {
  border-collapse: collapse;
  border: 1px solid #B7B9BB;
  background: transparent;
  font-weight: bold;
  color: #fff;
  padding: 7px 10px;
  margin: -10px 0 0;
  cursor: pointer;
}

header .nav button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin: 0 0 -4px;
}

header .nav button.btnRegister {
  border: 1px solid rgba(242, 105, 33, .80);
  background: rgba(242, 105, 33, .80);
}

header .nav button.btnRegister:hover {
  border: 1px solid rgba(242, 105, 33, 1);
  background: rgba(242, 105, 33, 1);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  margin: 0 auto;
  max-width: 1024px;
  float: none !important;
}

.registerDropdown {
  background: rgba(242, 105, 33, .95);
  color: #fff;
  position: absolute;
  margin-top: -10px;
  display: none;
  width: 100%;
  z-index: 4500;
  padding-bottom: 20px;
}

.registerDropdown.open {
  display: block;
}

.registerDropdown .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.registerDropdown .container > h1 {
  width: 100%;
  font-size: 2.5em;
  padding: 30px 0;
}

.registerDropdown .container div {
  width: 35%;
}

.registerDropdown .container div.suppliers {
  width: 60%;
}

.registerDropdown .container div h3 {
  font-size: 1.5em;
  padding-bottom: 1em;
}

.registerDropdown .container div p {
  padding-bottom: 1em;
}

.registerDropdown .container div .links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}

.registerDropdown .container div a {
  display: flex;
  width: 45%;
  border: 1px solid #fff;
  margin: 0 2% 10px 0;
  padding: 10px;
  line-height: 1.25;
  transition: all 0.5s ease;
}

.registerDropdown .container div a.disabled {
  cursor: not-allowed;
}

.registerDropdown .container div a.disabled:hover {
  text-decoration: none;
}

.registerDropdown .container div a:hover {
  background: rgba(242, 105, 33, 1);
  border: 1px solid #F8D696;
}

.registerDropdown .container div.buyers a {
  min-width: 278px;
  margin-top: 16px;
}

.registerDropdown .container div a:nth-child(even) {
  margin: 0 0 10px 0;
}

.registerDropdown .ozMap {
  fill: #F67B2F;
  top: 0px;
  margin-right: 10px;
	width: 40px !important;
  min-width: 40px;
  max-height: 40px;
}

.registerDropdown .qld .ozMap #AU-QLD,
.registerDropdown .nsw .ozMap #AU-NSW,
.registerDropdown .wa .ozMap #AU-WA,
.registerDropdown .sa .ozMap #AU-SA {
  fill: #F8D696;
}



/* FOOTER */

footer {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
}

footer .logos {
  background: #50544D;
  padding: 10px 0;
}

footer .logos .container {
  display: flex;
  justify-content: space-between;
}

footer .logos img {
  height: 70px;
}

footer .info {
  background: #252525;
  color: #B7B9BB;
  padding: 20px 0;
}

footer .info a {
  color: #B7B9BB;
}

footer .info a:hover {
  text-decoration: none;
}

footer .info p {
  margin-bottom: 1.4em;
}

footer .info .container {
  display: flex;
  justify-content: space-between;
}

footer .info .container > div p:last-of-type {
    margin-bottom: 0;
}

footer #talen,
footer #talen a {
  text-align: center;
  color: #252525;
  margin: 0 0;
}

footer a {
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
}

footer .social-icons {
  padding-top: 12px;
}

footer .social-icons a {
  text-decoration: none;
}

footer .social-icons svg {
  width: 30px;
  height: 30px;
  fill: #b7b9bb;
  margin-right: .5em;
}

footer .social-icons a:hover svg {
  fill: #fff;
}

/* PAGES */

#hero {
  position: absolute;
  top: 0;
  height: 260px;
  z-index: 100;
  padding-top: 220px;
  width: 100%;
  color: #fff;
  background-image: url(images/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80%;
  background-color: #B7B9B8;
}

#hero .breadcrumb {
  margin: 0 0;
  padding: 20px 0 0;
  display: block;
  font-size: .9em;
  font-weight: bold;
}

.admin-bar #hero .breadcrumb {
  padding: 52px 0 0;
}

#hero a {
  color: #fff;
  text-decoration: none;
}

#hero a.post-edit-link {
  text-decoration: underline;
}

#hero h1 {
  margin: 0 0;
  padding: 35px 0 0;
  font-size: 2.65em;
}

#hero p {
  margin: 0 0;
  padding: 20px 0 0;
}

article.page {
  position: relative;
  margin-top: 310px;
  padding-bottom: 40px;
}

article.page-container {
  padding-bottom: 40px;
  overflow: auto;
}

article p,
article h1,
article h2,
article h3,
article h4,
article ul { margin-bottom: 1em; }
article b,
article strong { font-weight: bold; }

article li { margin-left: 1em; list-style-type: disc; }

article.page img {
  max-width: 100%;
  height: auto;
}

/* HOME */

body.home #hero {
  height: 440px;
  background-image: url(images/hero.jpg);
}

.backstretch-item {
  background: rgba(80, 84, 77);
}

.backstretch-item img {
  opacity: .7;
}

.tagLine {
  padding-top: 180px;
}

.tagLine h2 {
  line-height: 1.2;
  max-width: 800px;
  margin-bottom: 1em;
}

.btn,
.tagLine a {
  border-collapse: collapse;
  border: 1px solid rgba(242, 105, 33, 1);
  background: rgba(242, 105, 33, 1);
  font-weight: bold;
  color: #fff;
  padding: 10px 18px;
  cursor: pointer;
  text-decoration: none;
  transition: all linear 100ms;
}

.tagLine a:hover {
  border: 1px solid #fff;
  background: transparent;
}

.quickstatsWrap {
  z-index: 4000;
  position: relative;
  margin-top: 410px;
  background: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 1em;
}

.celebration {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#partyMessage {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.quickstats {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quickstats h3 {
  margin: 0 0 1em;
  width: 100%;
  font-size: 2.1em;
}
.quickstats h4 {
  margin: .5em 0;
  width: 100%;
  font-size: 1.25em;
}

.quickstats .stat-title {
  width: 100%;
  margin-top: 1em;
text-align: center;
}

.quickstats .stat-title h6 {
  color: #b7b9bb;
  font-style: italic;
  margin-top: .25em;
}

.quickstats .stat {
  width: 25%;
  font-weight: bold;
text-align: center;
}

.quickstats svg {
  max-height: 90px;
  max-width: 90px;
}

.quickstats .stat .label {
  font-size: .8em;
}

.quickstats .stat .value {
  color: rgb(242, 105, 33);
  font-size: 2.25em;
}


.videoListing {
  display: flex;
  background: #F2F0E9;
  margin-bottom: 3em;
}

.videoListing .photo {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.videoListing .content {
  width: 50%;
  padding: 20px;
}

.videoListing .content h3 { font-size: 1.4em; margin-bottom: .5em; }
.videoListing .content h4 { font-size: 1em; color: #666; margin-bottom: .5em; }
.videoListing .content h5 { font-size: 1em; margin-bottom: .5em; margin-top: 1em; }
.videoListing .content p { color: #666; margin-bottom: .5em; }
.videoListing .content a { color: rgba(242, 105, 33, 1); font-weight: bold; text-decoration: none; }
.videoListing .content a:hover { text-decoration: underline; }
.videoListing .content a .ozMap { margin-right: 10px; }
.videoListing .content ul { display: flex; flex-direction: row; flex-wrap: wrap;
  position: relative;
  top: -10px; }
.videoListing .content li { width: 50%; }


.latestNews header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  z-index: 1;
}

.latestNews header h3  {
  font-size: 1.4em;
}

.latestNews header a  {
  font-weight: bold;
  color: #000;
}

.latestNews .news {
  display: flex;
  margin-bottom: 3em;
}

.latestNews .news .newsItem {
  padding: 0 10px;
}

.latestNews .news svg.icon-arrow {
  width: 40px;
  height: 55px;
  margin: 30px 10px 0 0;
  fill: #bdbebc;
  transition: all linear 100ms;
  cursor: pointer;
}

.latestNews .news svg.icon-arrow.slick-disabled {
  opacity: 0.5;
  cursor: unset;
}

.latestNews .news svg.icon-arrow.slick-next {
  transform: rotate(180deg);
}

.latestNews .news .newsItem .thumb {
  max-height: 114px;
  overflow: hidden;
}

.latestNews .news .newsItem img {
  max-width: 100%;
  height: auto;
  transition: all linear 100ms;
}

.latestNews .news .newsItem a:hover > img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.latestNews .news .newsItem .date {
  font-size: .9em;
  padding: 5px 0 10px;
}

.latestNews .news .newsItem h5 {
  font-size: 1em;
  line-height: 1.3;
}

.latestNews .news .newsItem h5 a {
  text-decoration: none;
  color: rgb(242, 105, 33);
}

.latestNews .news .newsItem h5 a:hover {
  text-decoration: underline;
}

.homeEvents {
  display: flex;
  justify-content: space-between;
}

.homeEvents .event {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 4px solid #f6f6f6;
}

.homeEvents .event .program {
  font-size: .75em;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  color: #666;
}

.homeEvents .event .content {
  display: block;
  min-height: 115px;
}

.homeEvents .event h3 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

.homeEvents .event h4 {
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 1.2;
}

.homeEvents .event .meta {
  font-size: .9em;
  line-height: 1.2;
}

.homeEvents .event .moreInfo {
  margin-top: 10px;
}

.homeEvents .event .moreInfo a {
  color: rgba(242, 105, 33, 1);
  font-weight: bold;
  text-decoration: none;
}

.homeEvents .event .moreInfo a:hover {
  text-decoration: underline;
}

.ozMap {
  width: 40px;
  height: 40px;
  fill: #BFCED6;
  position: relative;
  top: 15px;
  margin-right: 5px;
}

.qld .ozMap #AU-QLD,
.nsw .ozMap #AU-NSW,
.wa .ozMap #AU-WA,
.sa .ozMap #AU-SA {
  fill: #2b5368;
}

.about-c-res {
  background: #476475;
  color: #fff;
  padding: 30px 0 40px;
  background-size: cover;
  background-position: center;
}

.about-c-res h2 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1.25;
}

.about-c-res p {
  margin-bottom: 1em;
}

/* OUR REGIONS */

.region {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}

.region div {
  width: 50%;
  padding: 30px;
  background-color: #F2F0E9;
  flex-grow: 1;
}

.region .thumbnail {
  order: 2;
  background-color: #E7E8D5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.region .content {
  order: 3;
}

.region:nth-child(odd) .content {
  order: 1;
}

.region .content h2 {
  font-size: 1.75em;
}

.region .content a {
  top: 6px;
  position: relative;
}

.region-contacts {
  background: #E7E8D5;
  padding: 20px 0 30px;
}

.region-contacts > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.region-contacts h4 {
  width: 100%;
  padding-bottom: .75em;
}

.region-contacts .contact {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 10px 0;
  color: #666666;
}

.region-contacts .contact h5 {
  font-size: 1em;
  line-height: 1.4;
}

.region-contacts .contact a {
  text-decoration: none;
  color: #F26921;
}

.region-contacts .contact a:hover {
  text-decoration: underline;
}

.region-contacts .thumb {
  margin-right: 15px;
}

.region-contacts .thumb img {
  width: 90px;
  height: 90px;
}

.sub-nav {
  position: relative;
  margin-top: 310px;
  border-bottom: 1px solid rgba(242, 105, 33, 1);
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.sub-nav ul {
  display: flex;
  justify-content: start;
}

.sub-nav li {
  line-height: unset;
  margin-right: 40px;
}

.sub-nav a {
  color: #000;
  padding: 7px 0;
  text-decoration: none;
  /* border-bottom: 3px solid #fff; */
}

@supports (-moz-appearance:none) {
  .sub-nav a {
    padding: 7px 0 5px;
  }
}

.sub-nav a:hover,
.sub-nav a.current {
  color: rgba(242, 105, 33, 1);
  border-bottom: 3px solid rgba(242, 105, 33, 1);
}


/* NEWS LISTING */

#newsListing .newsItem,
.report {
  display: flex;
  margin-bottom: 40px;
}

#newsListing .newsItem .thumb,
.report .thumb {
  width: 150px;
  margin-right: 20px;
}

#newsListing .newsItem .content h4,
.report h4 {
  margin: 0 0 .5em;
  padding: 0;
}

#newsListing .newsItem .content h4 a {
  text-decoration: none;
  color: #E65400;
}

#newsListing .newsItem .content .date {
  font-size: .85em;
}

#newsListing .newsItem .content .excerpt {
  font-size: 1em;
  line-height: 1.3;
}

.pagination {
  display: flex;
  font-size: .8em;
  justify-content: center;
  border-radius: .25rem
}

.pagination > :first-child {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.pagination > :last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.pagination a,
.pagination .current {
  text-decoration: none;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e65400;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .current {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}



/* QUARTERLY HIGHLIGHTS */

#quarterlyHighlightPromos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#quarterlyHighlightPromos section {
  display: flex;
  background-color: #F2F0E9;
  margin-bottom: 40px;
}

#quarterlyHighlightPromos section.national {
  width: 100%;
  align-items: stretch;
}

#quarterlyHighlightPromos section.region {
  width: 48%;
  flex-direction: column;
}

#quarterlyHighlightPromos section div {
  padding: 30px 30px 40px;
}

#quarterlyHighlightPromos section div.photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#quarterlyHighlightPromos section.national div {
  width: 50%;
}

#quarterlyHighlightPromos section.national {
  align-items: stretch;
}

#quarterlyHighlightPromos section.national div.photo {
  width: 50%;
}

#quarterlyHighlightPromos section.region div.photo {
  height: 150px;
  width: 100%;
  padding: 0;
}

article.quarterlyHighlights .quickstats {
  z-index: 1;
  margin-top: 0;
}

article.quarterlyHighlights .quickstats .stat .label {
  font-size: .8em;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

article.quarterlyHighlights .quickstats .stat .value {
  margin-bottom: 0;
}


/* EVENTS */

.event {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.event .date {
  width: 50px !important;
  display: block;
  padding: 20px 30px;
  background-color: #F2F0E9;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
}

.event .date .day {
  font-size: 2em;
  margin-bottom: 5px;
  display: block;
}

.event .date .month,
.event .content .location {
  text-transform: uppercase;
}

.event .content {
  width: 90%;
}

.event .content h4 {
  margin-bottom: .5em;
}

.event .content .meta,
.report .content .meta {
  color: #252525;
}

.report .content .meta {
  text-transform: uppercase;
}

.event .content .meta span,
.report .content .meta span {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.1;
  border-right: 1px solid #252525;
}

.event .content .meta span:first-child,
.report .content .meta span:first-child {
  padding-left: 0;
}

.event .content .meta span:last-child,
.report .content .meta span:last-child {
  border-right: 0;
}


/* VIDEOS */

.video-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}

.video-container > div {
  width: 60%;
  align-self: flex-start;
}

.video-container > div.content {
  padding: 20px;
  width: 40%;
}


/* CONTACT US */

.contactUsIntro {
  display: flex;
  justify-content: space-between;
}

.contactUsIntro > div {
  width: 45%;
}

.contactUsIntro > div.wpforms-container {
  position: relative;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
  padding: 20px;
  top: -220px;
  z-index: 101;
  background: #fff;
  margin-bottom: -220px;
}

#contactForm {
  padding-bottom: 20px;
}

.wpforms-field.wpforms-field-hp {
  display: none;
}

.wpforms-required-label {
  color: red;
}

.wpforms-field {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.wpforms-field label.wpforms-field-label {
  flex-basis: 100%;
  padding-bottom: 5px;
}
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
  flex-basis: 100%;
  border: 1px solid #F2F0E9;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 1em;
}

.wpforms-field select {
  height: 30px;
}

.wpforms-field label.wpforms-error {
  padding-top: 5px;
  color: red;
}

.wpforms-submit-container {
  text-align: center;
}

.wpforms-submit {
  margin-left: auto;
  margin-right: auto;
}

.wpforms-confirmation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1;
  background: #F2F0E9;
  border-radius: 15px;
  padding: 20px;
}

@media (max-width: 992px) {
  .wpforms-confirmation-container {
    margin-top: 0;
  }
}

#maps {
  background: #F2F0E9;
  padding: 15px;
  margin-bottom: 1em;
}

#maps .container {
  display: flex;
  align-items: flex-start;
}

#map {
  text-align: center;
  padding-bottom: 20px;
  width: 60%;
}
#map a:hover {
  border: 3px solid #E65400;
}
#map img {
  width: 100%;
  height: auto;
}

#BEAs {
  width: 37%;
  margin-left: 3%;
}

.contactUs h3 { font-size: 1.3em; margin-bottom: .5em; }
.contactUs h4 { font-size: 1.1em; margin-bottom: .5em; }


.staffMember {
  display: flex;
  margin-bottom: .5em;
}
.staffMember img {
  max-width: 90px;
  max-height: 90px;
}
.staffMember .details {
  width: 80%;
}
.staffMember .details p {
  margin-top: 0;
  padding: 0;
}
.staffMember .photo {
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 20px;
  background: url(images/icon-cRes.svg) no-repeat 0 0 transparent;
}

.staff {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff .staffMember {
  width: 48%;
  margin-bottom: 20px;
}

.allStaff {
  display: flex;
  flex-wrap: wrap;
}

.allStaff .staffMember {
  flex-basis: 33%;
  margin-bottom: 20px;
}


@media (max-width: 859px) {
  .staff .staffMember,
  .allStaff .staffMember {
    flex-basis: 50%;
  }
}
@media (max-width: 559px) {
  .staff .staffMember,
  .allStaff .staffMember {
    flex-basis: 100%;
  }
}



/* RESPONSIVE SITE */

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary .submenu--show > .mega-sub-menu {
  display: block;
}

@media (max-width: 1023px) {
  .ctc,
  nav.sub-nav { display: none; }

  #main > .page-container:first-of-type {
    position: relative;
    margin-top: 320px;
  }

  header .nav #mega-menu-primary > li:first-of-type,
  header .nav #mega-menu-primary > li:nth-child(2),
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 0 !important;
  }

  .container,
  .page-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  footer .logos {
    padding-left: 5px;
    padding-right: 5px;
  }

  .registerDropdown {
    margin-top: -12px;
  }
}

@media (max-width: 960px) {
  .registerDropdown .container div.suppliers,
  .registerDropdown .container div {
    width: 100%;
    padding-top: 20px;
  }
  .registerDropdown .container div.suppliers {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .quickstats svg {
    max-height: 70px;
    max-width: 70px;
  }

  .quickstats .stat .value {
    font-size: 1.75em;
  }

  .videoListing {
    flex-wrap: wrap;
  }

  .videoListing .photo,
  .videoListing .content {
    width: 100%;
  }

  .videoListing .content {
    order: 2;
    padding: 20px 10px;
  }

  .homeEvents {
    flex-wrap: wrap;
  }

  .homeEvents .event {
    width: 48%;
  }

  #maps .container {
    display: flex;
    flex-wrap: wrap;
  }

  #map,
  #BEAs {
    margin: 0 0 0 0;
    width: 100%;
  }

  footer .info .container {
    flex-wrap: wrap;
  }
  footer .info .container > div {
    width: 70%;
    padding-bottom: 20px;
  }
  footer .info .container div.headOffice,
  footer .info .container div.legal {
    width: 30%;
  }
}

@media (max-width: 680px) {
  .quickstats svg {
    max-height: 50px;
    max-width: 50px;
  }

  .quickstats .stat .value {
    font-size: 1.25em;
  }

  .region-contacts .contact {
    width: 100%;
  }
  .contactUsIntro {
    flex-wrap: wrap;
  }
  .contactUsIntro > div {
    width: 100%;
  }
  .contactUsIntro > div.wpforms-container {
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 10px;
    padding: 20px;
    top: 0;
    z-index: 101;
    background: #fff;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  footer .logos img {
    height: 45px;
  }

  .registerDropdown .container div a {
    width: auto;
  }

  .registerDropdown .container div.suppliers a {
    width: 100%;
    margin-right: 0;
  }

  .video-container {
    flex-wrap: wrap;
  }

  .video-container > div,
  .video-container > div.content {
    width: 100%;
  }

  .video-container > div.content {
    padding: 10px 0 10px 0;
  }

  .region {
    flex-wrap: wrap;
  }
  .region div {
    width: 100%;
  }
  .region div.thumbnail {
    height: 130px;
  }
  .region div.content {
    padding: 15px;
  }
  .region:nth-child(odd) .content {
    order: 3;
  }

  #newsListing .newsItem .thumb,
  .report .thumb {
    width: 100px;
  }

  #newsListing .newsItem .thumb img,
  .report .thumb img {
    max-width: 100px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .tagLine h2 { font-size: 2em; }
  .tagLine { padding-top: 160px; }

  .quickstats .stat {
    width: 50%;
    padding-bottom: 20px;
  }

  #hero {
    height: 280px;
  }

  #hero h1 {
    font-size: 2em;
  }
}

@media (max-width: 475px) {
  footer .info .container > div,
  footer .info .container div.headOffice,
  footer .info .container div.legal {
    width: 100%;
  }

  .homeEvents .event,
  .videoListing .content li {
    width: 100%;
  }

  .homeEvents .event .content {
    min-height: auto;
  }

  #newsListing .newsItem .thumb,
  .report .thumb {
    width: 60px;
  }

  #newsListing .newsItem .thumb img,
  .report .thumb img {
    max-width: 60px;
    height: auto;
  }
}

@media (max-width: 420px) {
  header .nav .logos img {
    height: 45px;
  }

  footer .logos .container {
    display: block;
  }

  footer .logos img {
    height: auto;
  }

  footer .logos img:first-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 390px) {
  header .contactDetails svg {
    display: none;
  }

  header .contactDetails ul {
    justify-content: space-between;
  }

  header .contactDetails ul li {
    padding-left: 0;
  }

  .staffMember .details {
    overflow: hidden;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-9-30 11:8:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */

 .scale-in-ver-top {
	-webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}


/* LOADING */
.lds-ellipsis {
  margin: 50px auto;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #E65400;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}




/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
 html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.has-overlay {
  overflow: hidden;
  height: auto;
}

.has-overlay > body {
  height: 100%;
  overflow: hidden;
}

.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9 ;
}

.modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}

.is-active.modal--fade, .is-active.modal--show {
  display: block\9 ;
  height: 100% \9 ;
  width: 100% \9 ;
}

.modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
  display: block\9 ;
}

.modal--fade .modal-inner, .modal--show .modal-inner {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal--fade .modal-inner > img, .modal--show .modal-inner > img,
.modal--fade .modal-inner > video,
.modal--show .modal-inner > video,
.modal--fade .modal-inner > iframe,
.modal--show .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.modal--fade .modal-inner > img, .modal--show .modal-inner > img {
  width: auto;
  max-width: 100%;
}

.modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
  display: block;
  width: 100%;
  border: 0;
}

.modal--fade .modal-content, .modal--show .modal-content {
  position: relative;
  max-height: 400px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal--fade .modal-content > *, .modal--show .modal-content > * {
  max-width: 100%;
}

.modal--fade footer, .modal--show footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}

.modal--fade .modal-close, .modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}

.modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}

.modal--fade .modal-close:before, .modal--show .modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal--fade .modal-close:after, .modal--show .modal-close:after {
  content: "×";
  position: absolute;
  top: 35px;
  right: 50%;
  z-index: 20;
  margin-right: -325px;
}

@media screen and (max-width: 690px) {
  .modal--fade .modal-inner, .modal--show .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }

  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}
@media screen and (max-width: 30em) {
  .modal--fade, .modal--show {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms 0.25s;
    -moz-transition: opacity 1ms 0.25s;
    -o-transition: opacity 1ms 0.25s;
    -ms-transition: opacity 1ms 0.25s;
    transition: opacity 1ms 0.25s;
    display: block;
    right: auto;
    bottom: auto;
  }

  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    width: 100%;
    height: 100%;
  }

  .modal--fade:target .modal-close, .modal--show:target .modal-close, .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close {
    display: block;
  }

  .modal--fade .modal-inner, .modal--show .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
  }

  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .modal--fade .modal-close, .modal--show .modal-close {
    display: none;
    right: auto;
  }

  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }

  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    margin-left: 0;
  }
}
.is-stacked.modal--fade, .is-stacked.modal--show {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}

.is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
  -webkit-animation: scaleDown 0.7s ease both;
  -moz-animation: scaleDown 0.7s ease both;
  animation: scaleDown 0.7s ease both;
}

.is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
  opacity: 0;
}

@media screen and (max-width: 30em) {
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-animation: scaleDown 0.7s ease both;
    -moz-animation: scaleDown 0.7s ease both;
    animation: scaleDown 0.7s ease both;
  }

  .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
    opacity: 1;
  }
}
/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    transition: opacity 0.4s;
  }
}
/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--fade, .modal--show {
  color: #222;
  line-height: 1.3;
}

.modal--fade .modal-inner, .modal--show .modal-inner {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
  transition: max-width 0.25s linear, margin-left 0.125s linear;
}

.modal--fade header, .modal--show header {
  border-bottom: 1px solid #ddd;
  padding: 0 1.2em;
}

.modal--fade header > h2, .modal--show header > h2 {
  margin: 0.5em 0;
}

.modal--fade .modal-content, .modal--show .modal-content {
  border-bottom: 1px solid #ddd;
  padding: 15px 1.2em;
}

.modal--fade footer, .modal--show footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}

.modal--fade .modal-close, .modal--show .modal-close {
  text-indent: -100px;
}

.modal--fade .modal-close:before, .modal--show .modal-close:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}

.modal--fade .modal-close:after, .modal--show .modal-close:after {
  content: "×";
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}

@media screen and (max-width: 30em) {
  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    background: #27aae2;
    height: 3em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }

  .modal--fade .modal-inner, .modal--show .modal-inner {
    padding-top: 3em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .modal--fade .modal-close, .modal--show .modal-close {
    text-decoration: none;
  }

  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: 0.5em 1em;
  }
}
