/*!
Theme Name: axedale
Theme URI: http://underscores.me/
Author: Myadd
Author URI: http://myadd.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: axedale
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

axedale is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

html {
  height: 100%; }

body {
  background-image: url("assets/images/background-texture.jpg");
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #383838;
  line-height: 1.4;
  letter-spacing: .03125em; }

ul {
  list-style-type: none;
  padding-left: 0; }

img {
  max-width: 100%;
  height: auto; }

hr.hidden {
  display: block !important;
  border-color: transparent; }

br.nc {
  display: none; }

.btn-default {
  padding: 12px 20px;
  border: 0;
  background-color: #7b0028;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color .4s ease-out; }
  .btn-default:hover, .btn-default:focus {
    background-color: #670021;
    color: #fff; }

.panel-heading {
  font-size: 20px;
  font-weight: bold;
  color: #7b0028;
  text-align: left; }
  .panel-heading:after, .panel-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 32px;
    background-color: #7b0028; }

.home-header {
  position: relative;
  height: 1200px;
  background-image: url("assets/images/header.jpg");
  background-size: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-family: 'Asap', sans-serif;
  color: #fff; }
  .home-header .header-top {
    padding-top: 24px;
    padding-bottom: 24px; }
  .home-header .header-phone {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
    text-align: right; }
    .home-header .header-phone a:link,
    .home-header .header-phone a:visited {
      color: #fff;
      text-decoration: none;
      text-shadow: 1px 1px #333;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .home-header .header-phone .fa {
      color: #7b0028; }
  .home-header .header-logo {
    position: absolute;
    top: 540px;
    left: 50%;
    left: calc(50% - 230px); }
    .home-header .header-logo img {
      max-width: 100%; }
  .home-header .header-tagline {
    position: relative;
    max-width: 780px;
    margin: 140px auto;
    text-align: center; }
    .home-header .header-tagline .header-tagline-copy {
      font-weight: normal;
      font-size: 38px;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
      line-height: 1.4; }

.site-header {
  position: relative; }
  .site-header .header-top {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #50001a; }
  .site-header .header-phone {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: right; }
    .site-header .header-phone a:link,
    .site-header .header-phone a:visited {
      color: #fff;
      text-decoration: none;
      text-shadow: 1px 1px #333;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .site-header .header-phone .fa {
      color: #7b0028; }
  .site-header .navbar {
    position: static;
    margin-bottom: 0;
    background-color: #610120; }
  .site-header .nav {
    margin-top: 12px;
    margin-bottom: 12px; }
  .site-header .header-bottom {
    height: 320px;
    background-image: url("assets/images/header-sml.jpg");
    background-size: 100%;
    background-size: cover;
    background-position: center 50px;
    background-repeat: no-repeat; }
  .site-header .header-logo {
    width: 1152px;
    margin: 70px auto 0; }
    .site-header .header-logo img {
      max-width: 250px;
      height: auto; }

@media (max-width: 1919px) {
  .site-header .header-bottom {
    background-position: center 50px; } }
@media (max-width: 1439px) {
  .site-header .header-bottom {
    background-position: center 50px; } }
@media (max-width: 1199px) {
  .home-header {
    height: 800px; }
    .home-header .header-logo {
      width: 320px;
      top: 355px;
      left: calc(50% - 160px); }
    .home-header .header-tagline {
      top: 0;
      /* max-width: 550px; */
      margin: 100px auto; }
      .home-header .header-tagline .header-tagline-copy {
        font-size: 32px; }

  .site-header .header-logo {
    /* margin-top: 5px; */
    /* margin-left: 7%; */
    margin: 35px 0 0 10%;
    width: 90%; }
  .site-header .header-bottom {
    background-position: center center; } }
@media (max-width: 767px) {
  .home-header {
    height: 600px; }
    .home-header .header-logo {
      width: 260px;
      top: 264px;
      left: calc(50% - 130px); }
    .home-header .header-tagline {
      max-width: 265px;
      margin: -26px auto 0;
      font-size: 10px; }
      .home-header .header-tagline .header-tagline-copy {
        font-size: 20px; }

  .site-header .header-logo {
    margin-top: 70px;
    margin-left: 15px;
    width: 250px; }
  .site-header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  .site-header .navbar {
    position: absolute; } }
.navbar {
  position: absolute;
  z-index: 100000;
  width: 100%;
  border-radius: 0;
  text-align: center; }

.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none; }

.nav {
  display: inline-block;
  float: none; }
  .nav .menu-item {
    float: none;
    display: inline-block; }
    .nav .menu-item.open > a {
      background-color: #8d0330; }
    .nav .menu-item a:link,
    .nav .menu-item a:visited {
      display: block;
      padding: 8px 10px;
      margin-left: 6px;
      margin-right: 6px;
      border-radius: 4px;
      font-family: 'Asap', sans-serif;
      font-size: 1em;
      font-weight: normal;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 1px 1px #333;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
      line-height: 1; }
    .nav .menu-item.current-menu-item > a,
    .nav .menu-item a:hover,
    .nav .menu-item a:active,
    .nav .menu-item a:focus {
      background-color: #7b0028; }
    .nav .menu-item.current-menu-item > a {
      text-shadow: none; }
  .nav .dropdown-menu {
    top: calc(100% + 6px);
    left: 6px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 4px !important; }
    .nav .dropdown-menu .menu-item {
      display: block;
      padding: 0; }
      .nav .dropdown-menu .menu-item a:link,
      .nav .dropdown-menu .menu-item a:visited {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        color: #7b0028;
        text-shadow: none; }
      .nav .dropdown-menu .menu-item.current-menu-item > a,
      .nav .dropdown-menu .menu-item a:hover,
      .nav .dropdown-menu .menu-item a:active,
      .nav .dropdown-menu .menu-item a:focus {
        background-color: #7b0028;
        color: #fff; }

.header-nav {
  overflow: auto; }

.navbar-toggle {
  background-color: #7b0028; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }

  .nav {
    display: block; }
    .nav .menu-item {
      display: block;
      background-color: #8d0330;
      background-color: #fff;
      text-align: left; }
      .nav .menu-item a:link,
      .nav .menu-item a:visited {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        color: #7b0028;
        text-shadow: none; }
      .nav .menu-item.current-menu-item > a,
      .nav .menu-item a:hover,
      .nav .menu-item a:active,
      .nav .menu-item a:focus {
        color: #fff; } }
.site-main blockquote {
  border-left: none;
  position: relative;
  padding: 35px 50px; }
  .site-main blockquote h3 {
    margin-top: 10px; }
  .site-main blockquote::before {
    position: absolute;
    font-family: 'fontawesome';
    content: '\f10d';
    top: 10px;
    left: 10px;
    color: #787878;
    font-size: 30px; }
  .site-main blockquote::after {
    position: absolute;
    font-family: 'fontawesome';
    content: '\f10e';
    bottom: 25px;
    right: 25px;
    color: #787878;
    font-size: 30px; }

.home .site-content h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
  .home .site-content h2:after, .home .site-content h2::after {
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    background-color: #7b0028; }
.home .site-content .entry-content {
  padding-top: 35px; }

.site-main {
  padding-bottom: 80px;
  font-family: 'Asap', sans-serif; }
  .site-main h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #7b0028;
    text-transform: uppercase; }
    .site-main h2:after, .site-main h2::after {
      content: "";
      display: block;
      width: 160px;
      height: 1px;
      margin-top: 20px;
      margin-bottom: 20px;
      background-color: #7b0028; }
  .site-main h3 {
    margin-top: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize; }
  .site-main h4 {
    padding: 8px 16px;
    background-color: #d0d1d3;
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .site-main ul,
  .site-main p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6; }
  .site-main ul li {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px; }
    .site-main ul li:before, .site-main ul li::before {
      content: "\f058";
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'FontAwesome';
      color: #7b0028; }
    .site-main ul li span {
      display: inline-block;
      padding-top: 16px; }
  .site-main ul.contact-list li {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px; }
    .site-main ul.contact-list li:before, .site-main ul.contact-list li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'FontAwesome';
      color: #7b0028; }
    .site-main ul.contact-list li span {
      display: inline-block;
      padding-top: 16px; }
    .site-main ul.contact-list li:first-child:before, .site-main ul.contact-list li:first-child::before {
      content: "\f041";
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'FontAwesome';
      color: #7b0028; }
  .site-main ul.news-list li.pdf {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px; }
    .site-main ul.news-list li.pdf:before, .site-main ul.news-list li.pdf::before {
      content: "\f1c1";
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'FontAwesome';
      color: #7b0028; }
    .site-main ul.news-list li.pdf span {
      display: inline-block;
      padding-top: 16px; }
  .site-main ul.news-list li.word {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px; }
    .site-main ul.news-list li.word:before, .site-main ul.news-list li.word::before {
      content: "\f1c2";
      position: absolute;
      top: 5px;
      left: 0;
      font-family: 'FontAwesome';
      color: #7b0028; }
    .site-main ul.news-list li.word span {
      display: inline-block;
      padding-top: 16px; }
  .site-main table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse; }
    .site-main table thead tr {
      background-color: #d0d1d3; }
    .site-main table tbody tr {
      background-color: #f1f1f2; }
    .site-main table th,
    .site-main table td {
      padding: 8px 16px;
      width: 25%; }
      .site-main table th:first-child,
      .site-main table td:first-child {
        width: 20%;
        padding: 8px 5px 8px 16px !important; }
    .site-main table th {
      font-size: 18px;
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      white-space: nowrap; }
    .site-main table td {
      border-top: 4px solid #fff;
      font-size: 18px; }
  .site-main em {
    color: #787878; }

.page-content {
  border-top: 10px solid #3d6fcd; }
  .page-content .container {
    position: relative;
    padding-top: 80px; }
  .page-content .page-title {
    position: absolute;
    top: -68px;
    left: 0;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    padding: 12px 16px;
    margin-top: 0;
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #3d6fcd;
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-transform: capitalize; }
    .page-content .page-title:after, .page-content .page-title::after {
      display: none; }
  .page-content .page-featured-image {
    width: 100%;
    height: 530px;
    margin-bottom: 32px;
    background-size: cover;
    background-position: center; }

@media (max-width: 1199px) {
  .site-content h2 {
    font-size: 24px; }
    .site-content h2:after, .site-content h2::after {
      content: "";
      display: block;
      width: 120px;
      margin-top: 24px;
      margin-bottom: 24px; }
  .site-content p {
    font-size: 14px; } }
.content {
  padding: 10px 15px; }

@media (max-width: 991px) {
  .site-content .page-featured-image {
    height: 400px; } }
@media (max-width: 767px) {
  .site-content .page-featured-image {
    height: 300px; } }
.promo-tiles {
  display: flex;
  justify-content: center;
  overflow: auto;
  background-color: #8d0330;
  text-align: center; }
  .promo-tiles .tile {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 600px;
    max-width: 600px;
    padding: 48px;
    border-top: 16px solid #8d0330;
    border-bottom: 16px solid #8d0330;
    border-left: 8px solid #8d0330;
    border-right: 8px solid #8d0330;
    background-color: #7b0028;
    color: #fff; }
    .promo-tiles .tile:first-child {
      border-left: 0; }
    .promo-tiles .tile:last-child {
      border-right: 0; }
    .promo-tiles .tile .tile-heading {
      margin-top: 0;
      font-size: 20px;
      text-transform: capitalize; }
    .promo-tiles .tile .tile-content {
      font-size: 14px; }
    .promo-tiles .tile .btn {
      background-color: #8d0330; }
      .promo-tiles .tile .btn:hover, .promo-tiles .tile .btn:focus {
        background-color: #670021;
        color: #fff; }

@media (max-width: 1199px) {
  .promo-tiles .tile {
    padding: 36px; }
    .promo-tiles .tile .tile-heading {
      font-size: 18px; }
    .promo-tiles .tile .tile-content {
      font-size: 12px; } }
@media (max-width: 991px) {
  .promo-tiles {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px; }
    .promo-tiles .tile {
      display: block;
      width: 100% !important;
      max-width: none;
      padding: 24px;
      border-left: 0;
      border-right: 0;
      border-top: 0; }
      .promo-tiles .tile:last-child {
        border-bottom: 0; }
      .promo-tiles .tile .tile-heading {
        font-size: 18px; }
      .promo-tiles .tile .tile-content {
        font-size: 12px; } }
.image-tiles {
  overflow: auto; }
  .image-tiles .tile {
    position: relative;
    width: 25%;
    height: 360px;
    float: left;
    background-size: cover;
    background-position: center; }
    .image-tiles .tile:before, .image-tiles .tile::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .4s ease-out; }
    .image-tiles .tile:hover:before, .image-tiles .tile:hover::before, .image-tiles .tile:hover .tile-label {
      opacity: 1; }
    .image-tiles .tile .tile-label {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      line-height: 1.3;
      transition: opacity .4s ease-out; }
      .image-tiles .tile .tile-label .fa {
        color: #7b0028; }

@media (max-width: 1199px) {
  .image-tiles .tile {
    width: 50%;
    height: 300px; } }
@media (max-width: 1199px) {
  .image-tiles .tile {
    height: 240px; }
    .image-tiles .tile .tile-label {
      font-size: 24px; } }
.contact-container {
  font-family: 'Asap', sans-serif; }
  .contact-container .contact-heading {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 94px;
    background-color: #7b0028;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; }
  .contact-container .contact-arrow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #7b0028; }
  .contact-container .contact-details {
    text-align: left; }
    .contact-container .contact-details .btn {
      margin-right: auto; }
  .contact-container .contact-panel-heading {
    font-size: 20px;
    font-weight: bold;
    color: #7b0028;
    text-align: left; }
    .contact-container .contact-panel-heading:after, .contact-container .contact-panel-heading::after {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      margin-top: 16px;
      margin-bottom: 32px;
      background-color: #7b0028; }
  .contact-container .contact-panel-list {
    overflow: auto;
    text-align: left; }
  .contact-container .contact-panel-item {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.8; }
    .contact-container .contact-panel-item a:link,
    .contact-container .contact-panel-item a:visited {
      color: #7b0028; }
  .contact-container .contact-nav-item {
    width: 33.33%;
    float: left; }
  .contact-container .contact-sponsors-item {
    margin-bottom: 8px; }
  .contact-container .appsection {
    padding-top: 64px; }
  .contact-container .appdownload {
    list-style: none;
    display: inline-block;
    margin-top: 15px; }
    .contact-container .appdownload li {
      display: inline-block;
      margin-right: 10px; }
      .contact-container .appdownload li a.iosapp {
        background-image: url("assets/images/store-badge-apple.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 170px;
        height: 50px; }
      .contact-container .appdownload li a.googleapp {
        background-image: url("assets/images/store-badge-google.png");
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 170px;
        height: 50px; }

.contactdetails .telephone::before {
  content: "\f098"; }
.contactdetails .postal::before {
  content: "\f003"; }
.contactdetails .location::before {
  content: "\f041"; }
.contactdetails .email::before {
  content: "\f0e0"; }
.contactdetails .facebook::before {
  content: "\f230"; }
.contactdetails .opentime::before {
  content: "\f017 "; }

.note {
  margin-top: 30px; }

#contact-map {
  height: 460px;
  margin-top: 64px; }

#mc_display_rewards {
  display: none; }

@media (max-width: 1199px) {
  #contact-map {
    height: 400px; } }
@media (max-width: 991px) {
  .col-contact-sponsors {
    margin-top: 24px; }

  #contact-map {
    height: 360px; } }
@media (max-width: 767px) {
  .col-contact-nav {
    overflow: auto;
    margin-top: 24px; }

  #contact-map {
    height: 320px; } }
.sponsors-section {
  padding-top: 64px; }

.sponsors-container .sponsors-heading {
  display: inline-block;
  margin-bottom: 0; }
  .sponsors-container .sponsors-heading:after, .sponsors-container .sponsors-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 32px;
    background-color: #7b0028; }
.sponsors-container .sponsor {
  display: inline-block;
  width: 20%;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em; }

@media (max-width: 1199px) {
  .sponsors-container .sponsor {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em; } }
@media (max-width: 991px) {
  .sponsors-container .sponsor {
    width: 25%; } }
@media (max-width: 767px) {
  .sponsors-container .sponsor {
    width: 33.33%; } }
@media (max-width: 480px) {
  .sponsors-container .sponsor {
    width: 50%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .5em; } }
.photo-gallery .row-gallery:before, .photo-gallery .row-gallery::before, .photo-gallery .row-gallery:after, .photo-gallery .row-gallery::after {
  content: none; }
.photo-gallery ul {
  overflow: auto;
  max-width: none;
  list-style-type: none; }
  .photo-gallery ul li {
    float: left;
    width: 16.667%;
    padding-left: 4px;
    padding-right: 4px; }
    .photo-gallery ul li:before, .photo-gallery ul li::before {
      content: none; }

@media (max-width: 1199px) {
  .photo-gallery ul li {
    width: 20%; } }
@media (max-width: 991px) {
  .photo-gallery ul li {
    width: 25%; } }
@media (max-width: 768px) {
  .photo-gallery ul li {
    width: 33.333%; } }
@media (max-width: 599px) {
  .photo-gallery ul li {
    width: 50%; } }
.site-footer {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #3d6fcd;
  font-family: 'Asap', sans-serif; }
  .site-footer .site-info-copy {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    text-align: center; }
  .site-footer .footer-arrow {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #3d6fcd; }
  .site-footer .facebook-link {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    color: #fff; }

@media (max-width: 767px) {
  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
