/* UL FIX */
.entry-content ol,
.entry-content ul,
.wp-editor ol,
.wp-editor ul {
  padding-bottom: 0px;
  margin-bottom: 25px;
}
/* INSTAGRAM */
@media only screen and (max-width: 479px) {
  .instagram-pics li:nth-child(n+5) {
    display: none;
  }
  .instagram-pics li img {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-pics li:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .instagram-pics li:nth-child(n+9) {
    display: none;
  }
}
/* BUTTON SHORTCODE */
.sc-button a,
.sc-button a:visited {
  display: inline-block;
  padding: 5px 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  background-color: transparent;
  border: 2px solid black;
}
.sc-button.black a,
.sc-button.black a:visited {
  color: white;
  background-color: black;
}
.sc-button a:focus,
.sc-button a:hover {
  color: white;
  background-color: #900028;
  border-color: #900028;
  text-decoration: none;
  opacity: 1;
}
/* SPONSOR BANNER EDITS */
.sponsor-banner .text-section h2 {
  font: 500 32px/48px Poppins, sans-serif;
  color: #555854;
  text-transform: none;
}
.sponsor-banner {
  position: relative;
  padding: 0;
  background-color: black;
  overflow: hidden;
}
.sponsor-banner.mobile {
  height: auto;
}
.sponsor-banner img {
  vertical-align: middle;
  width: 100%;
}
.sponsor-banner .sponsor-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sponsor-banner a.sponsor-wrap:hover,
.sponsor-banner a.sponsor-wrap:active,
.sponsor-banner a.sponsor-wrap:focus,
.sponsor-banner a.sponsor-wrap {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .sponsor-banner .text-section h2 {
    text-align: left;
  }
  .sponsor-banner .contnet-section {
    margin: 0 auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-header .widget_search .widget-wrap {
  text-align: center;
}
.site-header .search-form {
  margin-bottom: 10px;
}
.site-header .search-form input {
  width: 164px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
  height: 32px;
  font: 12px/32px Poppins, sans-serif;
}
.site-header .search-form input[type=submit] {
  width: 100px;
  background: #88b72a;
  font: 12px/32px Poppins, sans-serif;
  text-transform: uppercase;
  height: 40px;
}
.search article {
  padding-bottom: 50px;
  margin-bottom: 75px;
  border-bottom: 2px solid #900028;
}
.search article .entry-title {
  text-align: left;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.search article .entry-title a {
  color: #000;
}
.search .search-excerpt a {
  display: inline-block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site-header .header-widget-area {
    margin-top: 18px;
  }
}
.footer-widgets .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0;
}
.footer-widgets .gform_wrapper ul.gform_fields li.gfield input {
  line-height: 28px;
  font-size: 12px !important;
  padding: 5px 10px !important;
}
@media only screen and (min-width: 768px) {
  .nav-primary .menu > li {
    padding: 0 19px;
  }
  .nav-primary .menu > li:first-child {
    padding-left: 0;
  }
  .nav-primary .menu > li a {
    font-weight: bold;
  }
}
/*************************\
|      HOME BANNER        |
\*************************/
#banner.home-banner {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media only screen and (max-width: 600px) {
  #banner.home-banner.mobile h1,
  #banner.home-banner.mobile .text {
    display: none;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.home-banner .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.home-banner a.swiper-slide:hover {
  opacity: 1;
}
.home-banner .swiper-slide__image {
  margin-bottom: -7px;
}
.home-banner .swiper-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 98%;
  max-width: 1170px;
  padding: 20px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.home-banner .swiper-slide__content > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.home-banner .swiper-slide__content a {
  width: auto;
  height: auto;
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .home-banner .swiper-slide__content {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
.home-banner .swiper-slide-active a:before,
.home-banner [class^=swiper-button-]:before {
  display: none;
}
.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
  background: transparent;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-banner .swiper-button-prev,
  .home-banner .swiper-button-next {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 20px;
  width: auto;
}
.home-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.home-banner .swiper-pagination-bullet:hover,
.home-banner .swiper-pagination-bullet-active {
  background-color: white;
}
#banner .text {
  text-transform: uppercase;
}
/*********************
Forms
*********************/
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0;
  padding-bottom: 0;
}
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
body .gform_wrapper.gf_browser_chrome .gfield_error select,
body .gform_wrapper.gf_browser_chrome .gfield_error textarea,
body .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 12px;
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper.gform_validation_error .top_label input.medium,
  body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
  }
}
div.gform_wrapper .show-labels .top_label .gfield_label {
  display: block;
}
.site-header {
  min-height: 131px;
}
/*********************
Landing Page
*********************/
.page-template-landing-template .sc-button a {
  padding: 16px 64px;
  font-size: 26px;
  font-weight: bold;
  border-color: #6c243d;
  background-color: #6c243d;
  color: white;
}
.page-template-landing-template .sc-button a:hover,
.page-template-landing-template .sc-button a:focus {
  border-color: black;
  background-color: white;
  color: black;
}
.page-template-landing-template .landing-divider,
.page-template-landing-template .landing-divider {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .page-template-landing-template .nav-primary div:nth-child(2) {
    position: relative;
  }
}
/*********************
Locations Shortcode
*********************/
.fbq-locations-shortcode {
  text-align: center;
}
.fbq-locations-shortcode a,
.fbq-locations-shortcode a:visited {
  display: block;
  width: 192px;
  padding: 5px 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid black;
  margin: 0 auto;
  color: black;
}
.fbq-locations-shortcode a:hover,
.fbq-locations-shortcode a:focus {
  color: white;
  background-color: #6c243d;
  border-color: #6c243d;
  opacity: 1;
}
@media (min-width: 550px) {
  .fbq-locations-shortcode a,
  .fbq-locations-shortcode a:visited {
    display: inline-block;
    width: 46%;
    margin: 6px .5%;
  }
}
@media (min-width: 768px) {
  .fbq-locations-shortcode a,
  .fbq-locations-shortcode a:visited {
    width: 29.33%;
  }
}
@media (min-width: 960px) {
  .fbq-locations-shortcode a,
  .fbq-locations-shortcode a:visited {
    width: 46%;
  }
}
@media (min-width: 992px) {
  .fbq-locations-shortcode a,
  .fbq-locations-shortcode a:visited {
    width: 30%;
  }
}
@media (min-width: 1180px) {
  .fbq-locations-shortcode a,
  .fbq-locations-shortcode a:visited {
    width: 24%;
    margin: 6px 0;
  }
}
.widget.latest-posts-widget {
  text-align: left;
}
.latest-news__item {
  border-bottom: 1px solid #ccc;
}
.latest-news__item__link {
  display: block;
  padding: 6px 10px;
}
.latest-news__item__link:hover,
.latest-news__item__link:focus {
  background-color: #f1f1f1;
}
/*********************
CAMPAIGN MENU
*********************/
.campaign-active .nav-primary .menu li a {
  font-family: "nimbus-sans", sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #b3b5b4;
}
.campaign-active .nav-primary .menu li a:hover,
.campaign-active .nav-primary .menu li a:focus {
  color: #900028;
  border-color: #900028;
}
.campaign-active .nav-primary .menu li.menu-button a {
  color: white;
  background-color: #f38e33;
}
.nav-primary .menu li.menu-promo a,
.campaign-active .nav-primary .menu li.menu-highlight a {
  color: #f38e33;
}
@media (min-width: 600px) {
  .campaign-active .nav-primary .menu li a {
    padding: 1px 10px;
    border-bottom: 0;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .campaign-active .nav-primary .menu {
    top: -35px;
  }
  .campaign-active .site-header .header-widget-area {
    margin-top: 37px;
  }
}
/*buttons for shortcode*/
a.pf-button {
  font-weight: bold;
  text-decoration: none;
  background-color: #f79237;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 6px;
  padding: 10px 14px;
  display: inline-block;
  box-shadow: 1px 3px 27px 0px rgba(0, 0, 0, 0.28);
}
a.pf-button:visited {
  color: white;
}
a.pf-button:hover,
a.pf-button:focus {
  color: white;
  background-color: #f89a46;
}
a.pf-button:active {
  position: relative;
  top: 1px;
}
a.pf-button.pf-button--green {
  background-color: #43b500;
}
a.pf-button.pf-button--green:hover,
a.pf-button.pf-button--green:focus {
  color: white;
  background-color: #45ba00;
}
a.pf-button.pf-button--yellow {
  background-color: #feee4b;
}
a.pf-button.pf-button--yellow:hover,
a.pf-button.pf-button--yellow:focus {
  color: white;
  background-color: #feee50;
}
a.pf-button.pf-button--blue {
  background-color: #a3ddef;
}
a.pf-button.pf-button--blue:hover,
a.pf-button.pf-button--blue:focus {
  color: white;
  background-color: #a7dff0;
}
a.pf-button.pf-button--maroon {
  background-color: #7a1c3d;
}
a.pf-button.pf-button--maroon:hover,
a.pf-button.pf-button--maroon:focus {
  color: white;
  background-color: #7e1d3f;
}
.entry-content .pf-button,
.wpview-wrap .pf-button {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
  min-width: 150px;
}
#inner-banner .wrap .contnet-section .banenr-title:empty {
  display: none;
}
/*COMPETITION NEWS HOME PAGE*/
.latest-news .comp-featured__item,
.latest-news .comp-news__item {
  max-width: none;
  text-align: left;
}
.latest-news figure {
  /*text-align: center;*/
}
@media only screen and (min-width: 600px) {
  .comp-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comp-news__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 15px;
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .comp-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .latest-news .comp-featured__item {
    padding: 0 15px;
    float: none;
    width: auto;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .latest-news .comp-news__item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    width: 25%;
  }
}
.comp-featured__item h4,
.comp-news__item h4 {
  margin-bottom: 0;
}
.comp-featured__item h4 a,
.comp-news__item h4 a {
  line-height: normal;
  font-weight: bold;
}
.comp-featured__item h4 a {
  font-size: 19px;
}
.comp-news__item h4 a {
  font-size: 16px;
}
.comp-featured__item a.read-more,
.comp-news__item a.read-more {
  margin-top: 5px;
  font-size: 11px;
}
.latest-news.competition-news {
  padding-bottom: 30px;
}
.latest-news--main {
  background-color: #f1f1f1;
}
.competition-news .meta-cat a {
  color: #900028;
}
/*********************
WET WEATHER
*********************/
.ww-cal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ww-cal__day {
  -webkit-flex-basis: 14.28571429%;
  -ms-flex-preferred-size: 14.28571429%;
  flex-basis: 14.28571429%;
  border-right: 1px solid #ccc;
}
.ww-cal__header {
  padding: 10px 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #e1e1e1;
  border-bottom: 1px solid #ccc;
}
.ww-cal__dow {
  font-weight: bold;
}
.ww-update {
  font-size: 13px;
  line-height: normal;
}
.ww-update:nth-child(even) {
  background-color: #f1f1f1;
}
.ww-update__label {
  margin-top: 3px;
  display: block;
}
.ww-update__status {
  font-size: 14px;
}
.ww-update__value {
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 999px) {
  .ww-cal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*********************
BLOG
*********************/
.type-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 70px;
}
.news-navigation {
  margin: 0 auto;
}
.news-navigation .navigation {
  margin: 0;
}
.news-navigation #menu-icon {
  display: none;
}
.news-navigation h2 {
  display: none;
}
.news-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-navigation a,
.news-navigation span {
  margin: 0 5px;
  font-size: 12px;
}
@media (min-width: 600px) {
  .news-navigation a,
  .news-navigation span {
    margin: 0 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .fbq-post-list .articles-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fbq-post-list .articles-wrap .post {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .landing-body .video__embed__inner {
  padding-top: 0;
}
.page-template-players-template .player-type .heading {
  width: 100%;
  text-shadow: 0 0 10px white;
  text-align: left;
  max-width: 395px;
}
.page-template-players-template .player-type .heading .sep {
  margin-left: 0;
}
.page-template-players-template .player-type .text {
  text-align: left;
  max-width: 395px;
}
@media (min-width: 960px) {
  .page-template-players-template .player-type .heading {
    max-width: 305px;
  }
  .page-template-players-template .player-type:nth-child(even) .heading {
    float: left;
    margin-right: 80px;
  }
  .page-template-players-template .player-type:nth-child(even) .text {
    float: left;
    margin-right: 0;
  }
}
/*********************
Resource users page template
*********************/
.page-template-t-resource-users div.gform_wrapper .top_label .gfield_label {
  display: block;
  margin-bottom: 5px;
}
.page-template-t-resource-users .gform_wrapper .top_label input.medium,
.page-template-t-resource-users .gform_wrapper .top_label select.medium {
  width: 100% !important;
}
.page-template-t-resource-users div.gform_wrapper .ginput_container + .gfield_description.validation_message {
  display: block !important;
}
.page-template-t-resource-users #inner-banner .wrap .contnet-section .banenr-title {
  background: none;
}
.page-template-t-resource-users #inner-banner .wrap .contnet-section {
  text-align: center;
}
.page-template-t-resource-users #inner-banner .wrap .contnet-section .banenr-title {
  font-weight: 700;
}
.page-template-t-resource-users #inner-banner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-t-resource-users .normal {
  font-weight: normal;
}
.page-template-t-resource-users .gform_body input,
.page-template-t-resource-users .gform_body textarea,
.page-template-t-resource-users .gform_body select {
  width: 100%;
}
.page-template-t-resource-users .gf_login_links {
  text-align: left;
}
.page-template-t-resource-users .gf_login_links #menu-icon {
  display: none;
}
.page-template-t-resource-users .extra-margin {
  margin: 15px auto 35px auto !important;
}
.page-template-t-resource-users .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 767px) {
  .page-template-t-resource-users .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-template-t-resource-users .row .col {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 8px auto;
  text-align: center;
}
@media (min-width: 767px) {
  .page-template-t-resource-users .row .col {
    -webkit-flex-basis: calc(50% - 16px);
        -ms-flex-preferred-size: calc(50% - 16px);
            flex-basis: calc(50% - 16px);
    margin: 8px;
  }
}
@media (min-width: 1023px) {
  .page-template-t-resource-users .row .col {
    -webkit-flex-basis: calc(33% - 16px);
        -ms-flex-preferred-size: calc(33% - 16px);
            flex-basis: calc(33% - 16px);
    margin: 8px;
  }
}
.page-template-t-resource-users .row .col-50 {
  width: 50%;
  margin: 8px auto;
  text-align: center;
}
.page-template-t-resource-users .register {
  text-align: center;
}
.page-template-t-resource-users .register .row .container {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .page-template-t-resource-users .register .row .container {
    width: 70%;
  }
}
@media (min-width: 1023px) {
  .page-template-t-resource-users .register .row .container {
    width: 60%;
  }
}
.page-template-t-resource-users .register ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-template-t-resource-users .register ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: 0;
}
.page-template-t-resource-users .register ul.tabs li.current {
  background: #ededed;
  color: #222;
  border-bottom: 2px solid #621333;
}
.page-template-t-resource-users .register .tab-content {
  display: none;
  background: #ededed;
  padding: 25px;
}
.page-template-t-resource-users .register .tab-content.current {
  display: inherit;
}
.page-template-t-resource-users .register h4 {
  margin-bottom: 15px;
}
.page-template-t-resource-users .logout-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font: 12px/32px 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-t-resource-users .logout-btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page-template-t-resource-users .logout-btn a {
  background-color: #621333;
  color: white;
  border: 1px solid #621333;
  padding: 3px 40px;
}

/*# sourceMappingURL=maps/post-style.css.map */
