@import url("https://use.typekit.net/tks8czo.css");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg2yc1");
  src: url("../fonts/icomoon.eot?vg2yc1#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?vg2yc1") format("woff2"), url("../fonts/icomoon.ttf?vg2yc1") format("truetype"), url("../fonts/icomoon.woff?vg2yc1") format("woff"), url("../fonts/icomoon.svg?vg2yc1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  color: #fff;
  font-size: 18px;
  font-family: "nimbus-sans";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1170px;
  min-width: 0px;
  width: 100%;
}
.container.large-container {
  max-width: 970px;
}
.container.small-container {
  max-width: 860px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 2000px;
  min-width: 320px;
}

.wrap {
  position: relative;
  margin: 0 auto -90px; /* bottom is negative value of .push height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #161616;
}

.push {
  height: 90px;
  background: transparent;
} /* footer height plus padding */
.padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #d23535;
}

::selection {
  color: white;
  background: #d23535;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

#preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a, input[type=submit], button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover, button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
img.lazy {
  filter: blur(10px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img.lazy.loaded {
  filter: blur(0);
}

[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
#header-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#header-container > div > div:first-child {
  width: 170px;
  background: #fff;
}
#header-container > div > div:first-child a {
  display: inline-block;
}
#header-container > div > div:first-child a #desktop-logo {
  border-bottom-right-radius: 66px;
}
#header-container > div > div:last-child {
  width: calc(100% - 170px);
}
#header-container > div > div:last-child > div:first-child {
  background: #000;
  padding: 30px 60px;
}
#header-container > div > div:last-child > div:first-child ul > li.news > a:after {
  position: absolute;
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
  top: -3px;
  left: 0;
  font-size: 20px;
}
#header-container > div > div:last-child > div:first-child ul > li.login > a:after {
  position: absolute;
  content: "\e905";
  font-family: "icomoon";
  color: #fff;
  top: -3px;
  left: 0;
  font-size: 20px;
}
#header-container > div > div:last-child > div:first-child ul > li > a {
  color: #fff;
  padding-left: 25px;
  position: relative;
}
#header-container > div > div:last-child > div:last-child {
  background: #fff;
  padding: 30px 60px;
}
#header-container > div > div:last-child > div:last-child ul > li > a {
  color: #161616;
}
#header-container > div > div:last-child > div ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
#header-container > div > div:last-child > div ul > li {
  list-style: none;
  display: inline-block;
}
#header-container > div > div:last-child > div ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#header-container > div > div:last-child > div ul > li > a {
  font-family: "sporty-pro";
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
#header-container > div > div:last-child > div ul > li > a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#header-container > div > div:last-child > div ul > li > a:before {
  background: #d23535;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header-container #mobile-menu-icon {
  display: none;
  text-decoration: none;
  color: #161616;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 20px;
}
#header-container #mobile-menu-icon span {
  position: absolute;
  font-size: 42px;
  top: 0;
  left: 0;
}
#header-container #mobile-menu-icon span.icon-menu {
  opacity: 1;
}
#header-container #mobile-menu-icon span.icon-menu:before {
  content: "\e908";
}
#header-container #mobile-menu-icon span.icon-close {
  opacity: 0;
}
#header-container #mobile-menu-icon span.icon-close:before {
  content: "\e907";
}

#mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 130px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  z-index: 100000;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 240px;
}
#mobile-menu.is-visible {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#mobile-menu #top-mobile-menu {
  background: #000;
  padding: 20px;
}
#mobile-menu #top-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mobile-menu #top-mobile-menu ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#mobile-menu #top-mobile-menu ul > li.news > a:after {
  position: absolute;
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
  top: -3px;
  left: 0;
  font-size: 20px;
}
#mobile-menu #top-mobile-menu ul > li.login > a:after {
  position: absolute;
  content: "\e905";
  font-family: "icomoon";
  color: #fff;
  top: -3px;
  left: 0;
  font-size: 20px;
}
#mobile-menu #top-mobile-menu ul > li > a {
  color: #fff;
  padding-left: 25px;
  position: relative;
  font-family: "sporty-pro";
}
#mobile-menu #bottom-mobile-menu {
  padding: 50px 0;
}
#mobile-menu #bottom-mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu #bottom-mobile-menu ul > li {
  text-align: center;
}
#mobile-menu #bottom-mobile-menu ul > li:not(:last-of-type) {
  margin-bottom: 30px;
}
#mobile-menu #bottom-mobile-menu ul > li > a {
  font-family: "sporty-pro";
  font-size: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
}
#mobile-menu #bottom-mobile-menu ul > li > a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#mobile-menu #bottom-mobile-menu ul > li > a:before {
  background: #d23535;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#interior-header-container {
  background: #000;
  padding: 90px 0;
}
#interior-header-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/hero-overlay.png");
  background-size: cover;
  opacity: 0.7;
}
#interior-header-container h1 {
  font-size: 60px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  #header-container > div > div:last-child > div:first-child, #header-container > div > div:last-child > div:last-child {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1210px) {
  #header-container > div > div:last-child > div:first-child ul > li.login > a:after, #header-container > div > div:last-child > div:first-child ul > li.news > a:after {
    top: -4px;
  }
  #header-container > div > div:last-child > div ul > li:not(:last-of-type) {
    margin-right: 20px;
  }
  #header-container > div > div:last-child > div ul > li > a {
    font-size: 15px;
  }
  #interior-header-container {
    padding: 90px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header-container {
    background: #fff;
  }
  #header-container > div > div:first-child {
    width: 130px;
  }
  #header-container > div > div:last-child {
    display: none;
  }
  #header-container #mobile-menu-icon {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header-container > div > div:first-child {
    width: 140px;
    padding: 20px;
    background: #d23535;
    border-bottom-right-radius: 30px;
  }
  #header-container > div > div:first-child img {
    width: 110px;
  }
  #header-container #mobile-menu-icon {
    top: 50px;
  }
  #mobile-menu {
    top: 140px;
  }
  #mobile-menu #top-mobile-menu ul > li:not(:last-of-type) {
    margin-right: 10px;
  }
  #mobile-menu #top-mobile-menu ul > li > a {
    font-size: 15px;
  }
  #interior-header-container {
    padding: 40px 20px;
  }
  #interior-header-container:before {
    background-position: 50%;
  }
  #interior-header-container > div h1 {
    font-size: 40px;
    text-align: center;
  }
}
#content #error-container {
  padding: 100px 20px;
  text-align: center;
}
#content h1 {
  font-size: 60px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 46px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content h3 {
  font-size: 26px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
#content p {
  line-height: 1.6;
  margin-bottom: 30px;
}
#content p.large {
  font-size: 24px;
  line-height: 1.4;
}
#content ul, #content ol {
  padding: 0 0 0 15px;
  margin: 20px 0 40px;
}
#content ul > li:not(:last-of-type), #content ol > li:not(:last-of-type) {
  margin-bottom: 5px;
}
#content hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#content blockquote {
  border-radius: 16px;
  background: rgba(50, 50, 50, 0.4);
  border: none;
  padding: 0;
  margin: 80px 0 30px;
  padding: 60px 30px 40px;
  text-align: center;
  position: relative;
}
#content blockquote h1, #content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6, #content blockquote p {
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
}
#content blockquote .quote-container {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85px;
  height: 72px;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-position: 50%;
}
#content a:not(.button) {
  color: #d95454;
  text-decoration: underline;
}
#content a:not(.button):hover {
  text-decoration: none;
}
#content a.button.red, #content a.button.red-border {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content a.button.red:hover, #content a.button.red-border:hover {
  background: #d23535;
}
#content a.button.red-download {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px 11px 25px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#content a.button.red-download > div:last-child {
  margin-left: 5px;
}
#content a.button.red-download:hover {
  background: #d23535;
}
#content a.button.red-download .icon-download {
  font-size: 22px;
}
#content a.button.red-download .icon-download:before {
  content: "\e90b";
}
#content a.button.white {
  display: inline-block;
  text-decoration: none;
  padding: 13px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #000;
  background: #fff;
  text-align: center;
}
#content a.button.white:hover {
  background: rgba(255, 255, 255, 0.7);
}
#content a.button.white-new {
  display: inline-block;
  text-decoration: none;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #000;
  position: relative;
  background: #fff;
  text-align: center;
}
#content a.button.white-new:hover {
  background: rgba(255, 255, 255, 0.7);
}
#content a.button.white-new .icon-new {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
#content a.button.white-new .icon-new:before {
  content: "\e904";
}
#content a.button.white-new > div {
  position: relative;
}
#content a.button.new {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px 11px 25px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content a.button.new:hover {
  background: #d23535;
}
#content a.button.new .icon-new {
  margin-left: 5px;
  top: 1px;
  position: relative;
}
#content a.button.new .icon-new:before {
  content: "\e904";
}
#content a.button.new > div {
  position: relative;
}
#content .gform_required_legend {
  display: none;
}
#content .gform_submission_error {
  font-size: 18px;
  margin-bottom: 0;
}
#content .gform_submission_error:before {
  display: none;
}
#content .gfield_label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}
#content .gfield_label .gfield_required_custom {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  position: relative;
  top: -2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content .validation_error {
  border: none;
  border-top: 2px solid #d23535;
  border-bottom: 2px solid #d23535;
  color: #d23535;
  font-size: 22px;
  margin-bottom: 50px;
}
#content .validation_error h2 {
  color: #d23535;
  margin: 0;
}
#content .validation_message {
  font-weight: normal;
  padding: 7px 0 0;
  font-size: 12px;
  color: #d23535;
  border: none;
  background: transparent;
}
#content .gform_confirmation_message {
  font-size: 20px;
  text-align: center;
  padding: 40px 0;
}
#content .gform_required_legend span {
  color: #fff;
  text-transform: uppercase;
}
#content .gfield_description {
  font-size: 14px;
  padding: 0 0 10px;
  color: #fff;
}
#content .gfield_description.gfield_consent_description {
  padding: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  background: rgba(50, 50, 50, 0.6);
}
#content .gsection {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 0;
  margin-top: 20px !important;
}
#content .gsection .gsection_title {
  margin-bottom: 0;
}
#content .gsection .gsection_description {
  font-size: 20px;
  color: #fff;
  padding-top: 15px;
}
#content .gform_wrapper {
  width: 100%;
}
#content .gform_wrapper .gform_fields {
  padding: 0;
  margin: 0;
}
#content .gform_wrapper .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
}
#content .gform_wrapper .gform_fields .gfield:before {
  display: none;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px !important;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container {
  margin-top: 8px;
}
#content .gform_wrapper .gform_fields .gfield.gfield_error input[type=text], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=email], #content .gform_wrapper .gform_fields .gfield.gfield_error input[type=tel], #content .gform_wrapper .gform_fields .gfield.gfield_error textarea {
  border: 1px solid #d23535;
}
#content .gform_wrapper .gform_fields .gfield .ginput_container_date img {
  position: absolute;
  right: 10px;
}
#content .gform_wrapper .gform_fields .gfield .gfield_radio > div, #content .gform_wrapper .gform_fields .gfield .gfield_checkbox > div {
  margin-bottom: 5px;
}
#content .gform_footer {
  display: block;
  padding: 30px 0 0;
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content .gform_footer button:hover, #content .gform_footer input[type=submit]:hover {
  background: #d23535;
}
#content .gform_footer button, #content .gform_footer input[type=submit] {
  background: transparent;
}
#content .gform_page_footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
#content .gform_page_footer input[type=button] {
  border: none;
  margin: 10px 0;
}
#content .gform_page_footer input[type=button]:first-child {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content .gform_page_footer input[type=button]:first-child:hover {
  background: #d23535;
}
#content .gform_page_footer input[type=button]:last-child {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content .gform_page_footer input[type=button]:last-child:hover {
  background: #d23535;
}
#content .ginput_container_text, #content .ginput_container_textarea {
  position: relative;
  border-radius: 5px;
}
#content .ginput_container_text.active:before, #content .ginput_container_textarea.active:before {
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .ginput_container_text:before, #content .ginput_container_textarea:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: linear-gradient(to top, #000, #323232);
  opacity: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .ginput_container_text input, #content .ginput_container_text textarea, #content .ginput_container_textarea input, #content .ginput_container_textarea textarea {
  position: relative;
  z-index: 100;
}
#content img.gform_ajax_spinner {
  margin: 30px auto;
  display: block;
  width: 60px;
}
#content label, #content legend {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border: none;
  margin-bottom: 2px;
}
#content label span, #content legend span {
  color: #fff;
}
#content legend {
  margin-bottom: 15px;
}
#content input[type=text], #content input[type=email], #content input[type=tel], #content input[type=password] {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  font-size: 16px;
  background: rgba(50, 50, 50, 0.6);
  height: 50px;
}
#content textarea {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  font-size: 16px;
  height: 120px;
  background: rgba(50, 50, 50, 0.6);
  resize: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] {
  display: none;
}
#content input[type=radio]:checked + label {
  opacity: 1;
}
#content input[type=radio]:checked + label:before {
  background: linear-gradient(to top, #000, #323232);
}
#content input[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label:hover {
  opacity: 1;
}
#content input[type=radio] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=radio] + label:after {
  position: absolute;
  content: "";
  background: #d23535;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  top: 6px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] {
  display: none;
}
#content input[type=checkbox]:checked + label {
  opacity: 1;
}
#content input[type=checkbox]:checked + label:before {
  background: linear-gradient(to top, #000, #323232);
}
#content input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:hover {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(50, 50, 50, 0.6);
  left: 0;
  top: 1px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content input[type=checkbox] + label:after {
  position: absolute;
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  border-radius: 5px;
  color: #d23535;
  left: 2px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper {
  width: 100%;
  background: transparent;
  border-radius: 5px;
}
#content .selectric-wrapper.selectric-open .selectric-items {
  top: calc(100% - 3px);
}
#content .selectric-wrapper.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper.selectric-open .selectric .label {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(50, 50, 50, 0.6);
  height: 50px;
  padding: 0 80px 0 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric .button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
}
#content .selectric-wrapper .selectric .button:after {
  border-top-color: transparent;
  content: "\e901";
  color: #d23535;
  font-size: 12px;
  font-family: "icomoon";
  top: -3px;
  left: -2px;
}
#content .selectric-wrapper .selectric .label {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  padding: 0;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items {
  border: none;
  background: linear-gradient(to top, #000, #323232);
  top: 40px;
  width: 100% !important;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#content .selectric-wrapper .selectric-items ul {
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
#content .selectric-wrapper .selectric-items ul li {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 12px 15px;
  font-size: 16px;
  margin-bottom: 0 !important;
  border-left: 4px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .selectric-wrapper .selectric-items ul li:before, #content .selectric-wrapper .selectric-items ul li:after {
  display: none;
}
#content .selectric-wrapper .selectric-items ul li:hover, #content .selectric-wrapper .selectric-items ul li.selected {
  color: #fff;
  background: rgba(50, 50, 50, 0.6);
  border-left: 4px solid #d23535;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area {
  border: 2px dashed #fff;
  background: rgba(50, 50, 50, 0.6);
  padding: 60px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_drop_area button {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #d23535;
  padding: 11px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #fff;
  position: relative;
  background: transparent;
  text-align: center;
}
#content .gform_drop_area button:hover {
  background: #d23535;
}
#content .gform_fileupload_multifile {
  background: rgba(50, 50, 50, 0.6);
  margin-top: 10px;
}
#content .gform_fileupload_multifile:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000, #323232);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_fileupload_multifile:hover:before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_fileupload_multifile:hover .gform_drop_area {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .gform_fileupload_multifile:hover .gform_drop_area button {
  background: #d23535;
}
#content .ginput_preview {
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#content .ginput_preview button {
  width: 34px;
  height: 34px;
  background-image: url("../images/icon-close.svg");
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 17px;
  right: 15px;
}
#content .ginput_preview button span {
  display: none;
}

@media screen and (max-width: 767px) {
  #content #error-container {
    padding: 80px 20px;
  }
  #content h1 {
    font-size: 40px;
  }
  #content h2 {
    font-size: 28px;
  }
  #content h3 {
    font-size: 20px;
  }
  #content p {
    font-size: 16px;
  }
  #content p.large {
    font-size: 20px;
  }
  #content blockquote {
    padding: 60px 20px 30px;
  }
  #content blockquote h1, #content blockquote h2, #content blockquote h3, #content blockquote h4, #content blockquote h5, #content blockquote h6, #content blockquote p {
    font-size: 20px;
  }
  #content ul > li, #content ol > li {
    font-size: 16px;
  }
  #content a.button {
    width: 100%;
    max-width: 500px;
  }
}
#hero-container {
  height: 700px;
  background-size: cover;
  background-position: 50%;
}
#hero-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  display: inline-block;
}
#hero-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/hero-overlay.png");
  display: inline-block;
  opacity: 0.6;
  background-size: cover;
  background-position: 50%;
}
#hero-container > div {
  display: table;
  width: 100%;
  height: 100%;
}
#hero-container > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#hero-container > div > div > div > div {
  width: 50%;
  z-index: 1000;
  position: relative;
}
#hero-container > div > div > div > div h1 {
  margin-bottom: 50px;
}
#hero-container > div > div > div > div h1 strong {
  display: inline-block;
  position: relative;
}
#hero-container > div > div > div > div h1 strong:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  background-image: url("../images/hero-line.svg");
  background-position: 50%;
  background-size: cover;
  left: 0;
  bottom: -20px;
}

#home-cards-container {
  padding: 60px 0;
}
#home-cards-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-cards-container > div > div > div {
  width: 33.3333%;
  padding: 0 10px;
}
#home-cards-container > div > div > div a {
  border-radius: 16px;
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none !important;
  color: #fff !important;
  border: 2px solid transparent;
  position: relative;
  height: 100%;
}
#home-cards-container > div > div > div a:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 2px;
  left: 2px;
  background: linear-gradient(to top, #000, #323232);
  z-index: 0;
  border-radius: 16px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-cards-container > div > div > div a:after {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 2px;
  left: 2px;
  background: linear-gradient(to top, #323232, #000);
  z-index: 0;
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-cards-container > div > div > div a:hover {
  border: 2px solid #d23535;
}
#home-cards-container > div > div > div a:hover:before {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-cards-container > div > div > div a:hover:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-cards-container > div > div > div a img {
  width: 120px;
  height: 120px;
  align-self: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
#home-cards-container > div > div > div a > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 10;
  margin-top: auto;
}
#home-cards-container > div > div > div a > div > div:first-child {
  width: calc(100% - 30px);
}
#home-cards-container > div > div > div a > div > div:first-child p {
  margin-bottom: 0;
  font-family: "sporty-pro";
  font-size: 26px;
}
#home-cards-container > div > div > div a > div > div:last-child {
  width: 30px;
  text-align: right;
}
#home-cards-container > div > div > div a > div > div:last-child .icon-arrow:before {
  content: "\e902";
}

#home-highlight-container {
  background: rgba(50, 50, 50, 0.4);
  padding: 100px 20px;
  text-align: center;
  position: relative;
}
#home-highlight-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/highlight-overlay.png");
}
#home-highlight-container h2 {
  margin-bottom: 60px;
}
#home-highlight-container h2 strong {
  position: relative;
  display: inline-block;
}
#home-highlight-container h2 strong:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  background-image: url("../images/highlight-line.svg");
  background-position: 50%;
  background-size: cover;
  left: 0;
  bottom: -20px;
}

#home-featured-news-container {
  padding: 70px 0;
}
#home-featured-news-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-featured-news-container > div > div:first-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 52%;
}
#home-featured-news-container > div > div:first-child > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-featured-news-container > div > div:first-child > div:first-child {
  width: 50px;
  position: relative;
  display: inline-block;
}
#home-featured-news-container > div > div:first-child > div:first-child h2 {
  font-size: 44px;
  width: 400px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
#home-featured-news-container > div > div:first-child > div:first-child h2 strong {
  position: relative;
  display: inline-block;
}
#home-featured-news-container > div > div:first-child > div:first-child h2 strong:after {
  position: absolute;
  content: "";
  width: 170px;
  height: 220px;
  background-image: url("../images/home-highlight.svg");
  background-position: 50%;
  background-size: cover;
  left: 50%;
  top: 60%;
  bottom: -20px;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
#home-featured-news-container > div > div:first-child > div:last-child {
  width: calc(100% - 50px);
  padding-left: 10px;
}
#home-featured-news-container > div > div:first-child img {
  border-radius: 16px;
}
#home-featured-news-container > div > div:last-child {
  padding-left: 25px;
  width: 48%;
}
#home-featured-news-container > div > div:last-child h3 {
  margin-bottom: 10px;
}
#home-featured-news-container > div > div:last-child .date {
  font-family: "sporty-pro";
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1220px) {
  #hero-container {
    padding: 0 20px;
  }
  #home-cards-container {
    padding: 60px 20px;
  }
  #home-cards-container > div > div > div a > div > div:first-child p {
    font-size: 22px;
  }
  #home-cards-container > div > div > div a > div > div:last-child .icon-arrow {
    top: 3px;
    position: relative;
  }
  #home-featured-news-container {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #hero-container > div > div > div > div {
    width: 80%;
  }
  #home-featured-news-container > div > div:first-child {
    width: 100%;
  }
  #home-featured-news-container > div > div:first-child > div:first-child, #home-featured-news-container > div > div:first-child > div:last-child {
    width: 100%;
  }
  #home-featured-news-container > div > div:first-child > div:first-child {
    text-align: center;
  }
  #home-featured-news-container > div > div:first-child > div:first-child h2 {
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  #home-featured-news-container > div > div:first-child > div:last-child {
    padding: 0;
  }
  #home-featured-news-container > div > div:last-child {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 900px) {
  #home-cards-container > div > div > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #home-cards-container > div > div > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #hero-container {
    height: auto;
    padding: 100px 20px;
  }
  #hero-container > div > div > div > div {
    width: 100%;
  }
  #hero-container > div > div > div > div h1 {
    font-size: 32px;
  }
  #home-cards-container > div > div > div a > div {
    margin-top: 30px;
  }
  #home-cards-container > div > div > div a > div > div:first-child p {
    font-size: 18px;
  }
  #home-highlight-container {
    padding: 80px 20px;
  }
  #home-featured-news-container > div > div:first-child > div:first-child h2 {
    font-size: 28px;
  }
  #home-featured-news-container > div > div:first-child > div:first-child h2 strong:after {
    width: 120px;
    height: 160px;
  }
}
#news-container {
  padding: 60px 0 20px;
}
#news-container h2 {
  margin-bottom: 60px;
}
#news-container .news-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
#news-container .news-item > div {
  width: 50%;
}
#news-container .news-item > div:first-child img {
  border-radius: 16px;
}
#news-container .news-item > div:last-child {
  padding-left: 50px;
}
#news-container .news-item > div:last-child h3 {
  margin-bottom: 10px;
}
#news-container .news-item > div:last-child .date {
  font-family: "sporty-pro";
  font-size: 16px;
  margin-bottom: 20px;
}

#pagination-container {
  padding: 0 0 80px;
  text-align: center;
}
#pagination-container .page-numbers {
  font-family: "sporty-pro";
  font-size: 24px;
  margin: 0 5px;
  text-decoration: none !important;
  color: #fff !important;
}
#pagination-container .page-numbers:hover {
  color: #d23535 !important;
}
#pagination-container .page-numbers.current {
  color: #d23535 !important;
  text-decoration: underline !important;
}

#single-news-header-container {
  padding: 70px 0 160px;
  text-align: center;
  background: #000;
}
#single-news-header-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/hero-overlay.png");
  background-size: cover;
  opacity: 0.7;
}
#single-news-header-container .button {
  margin-bottom: 40px;
}
#single-news-header-container .button .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 16px;
}
#single-news-header-container .button .icon-arrow:before {
  content: "\e902";
}

#single-news-container #single-news-image {
  position: relative;
  top: -150px;
  text-align: center;
  margin-bottom: -100px;
}
#single-news-container #single-news-image img {
  border-radius: 16px;
  aspect-ratio: 570/380;
  width: 100%;
  max-width: 570px;
  object-fit: cover;
}
#single-news-container #single-news-title {
  margin-bottom: -30px;
}
#single-news-container #single-news-title p {
  font-family: "sporty-pro";
  font-size: 16px;
}
#single-news-container #post-builder-container .content-row.content-type {
  padding: 30px 0;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type {
  padding: 40px 0;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div {
  width: 50%;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:first-child img {
  border-radius: 16px;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:first-child p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
#single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:last-child {
  padding-left: 50px;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type {
  padding: 40px 0;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div {
  width: 50%;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:first-child {
  padding-right: 50px;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:last-child img {
  border-radius: 16px;
}
#single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:last-child p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

#single-news-navigation-container {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0 80px;
}
#single-news-navigation-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#single-news-navigation-container > div > div {
  width: 50%;
}
#single-news-navigation-container > div > div:first-child .button .icon-arrow {
  font-size: 14px;
  margin-right: 5px;
  top: 1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
#single-news-navigation-container > div > div:first-child .button .icon-arrow:before {
  content: "\e902";
}
#single-news-navigation-container > div > div:last-child {
  text-align: right;
}
#single-news-navigation-container > div > div:last-child .button .icon-arrow {
  font-size: 14px;
  margin-left: 5px;
  top: 1px;
}
#single-news-navigation-container > div > div:last-child .button .icon-arrow:before {
  content: "\e902";
}

@media screen and (max-width: 1210px) {
  #news-container {
    padding: 60px 20px 20px;
  }
  #pagination-container {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1010px) {
  #single-news-header-container {
    padding: 70px 20px 160px;
  }
  #single-news-container {
    padding: 0 20px;
  }
  #single-news-navigation-container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 850px) {
  #news-container .news-item > div {
    width: 100%;
  }
  #news-container .news-item > div:last-child {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #news-container .news-item > div:last-child .date {
    font-size: 14px;
  }
  #pagination-container .page-numbers {
    font-size: 20px;
  }
  #single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:first-child, #single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:last-child {
    width: 100%;
  }
  #single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:first-child p {
    font-size: 14px;
  }
  #single-news-container #post-builder-container .content-row.left-image-right-content-type > div > div:last-child {
    padding: 30px 0 0;
  }
  #single-news-container #post-builder-container .content-row.right-image-left-content-type > div {
    flex-direction: column-reverse;
  }
  #single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:first-child, #single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:last-child {
    width: 100%;
  }
  #single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:first-child {
    padding: 30px 0 0;
  }
  #single-news-container #post-builder-container .content-row.right-image-left-content-type > div > div:last-child p {
    font-size: 14px;
  }
  #single-news-navigation-container > div > div .button.red-border {
    min-width: 140px;
    width: auto;
    padding: 11px;
  }
}
@media screen and (max-width: 360px) {
  #single-news-navigation-container > div > div .button.red-border {
    font-size: 14px;
    min-width: 120px;
  }
}
#page-builder-container {
  padding: 0 0 80px;
}
#page-builder-container .content-row.accordions-type {
  padding: 100px 0;
}
#page-builder-container .content-row.accordions-type .content-row-content {
  text-align: center;
  padding: 0 40px 60px;
}
#page-builder-container .content-row.accordions-type .accordion {
  border-radius: 16px;
}
#page-builder-container .content-row.accordions-type .accordion:not(:last-of-type) {
  margin-bottom: 8px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  color: #fff;
  background: rgba(50, 50, 50, 0.6);
  padding: 25px 15px;
  border-radius: 16px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header:hover {
  background: rgba(50, 50, 50, 0.4);
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active:hover {
  background: rgba(50, 50, 50, 0.6);
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active > div:first-child > div span.icon-plus {
  opacity: 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header.active > div:first-child > div span.icon-minus {
  opacity: 1;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child {
  width: 40px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div {
  width: 40px;
  height: 40px;
  position: relative;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #d23535;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-plus {
  top: 3px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-plus:before {
  content: "\e90a";
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-minus {
  top: 4px;
  opacity: 0;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-minus:before {
  content: "\e909";
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header > div:last-child {
  padding-left: 5px;
  width: calc(100% - 40px);
}
#page-builder-container .content-row.accordions-type .accordion .accordion-header p {
  margin-bottom: 0;
  font-size: 24px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-content {
  display: none;
  padding: 30px 25px 10px;
  background: rgba(50, 50, 50, 0.6);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
#page-builder-container .content-row.accordions-type .accordion .accordion-content ul {
  margin-top: 0;
}
#page-builder-container .content-row.cards-type {
  padding: 50px 0;
}
#page-builder-container .content-row.cards-type .content-row-content {
  text-align: center;
  padding: 0 40px 60px;
}
#page-builder-container .content-row.cards-type .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#page-builder-container .content-row.cards-type .cards > div {
  width: 33.3333%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
#page-builder-container .content-row.cards-type .cards > div > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#page-builder-container .content-row.cards-type .cards > div > div img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#page-builder-container .content-row.cards-type .cards > div > div .card-content {
  background: rgba(50, 50, 50, 0.4);
  padding: 20px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}
#page-builder-container .content-row.cards-type .cards > div > div .card-content h3 {
  margin-bottom: 10px;
}
#page-builder-container .content-row.cards-type .cards > div > div .card-content .button {
  width: 100%;
}
#page-builder-container .content-row.content-type {
  padding: 30px 0;
}
#page-builder-container .content-row.form-type {
  overflow: hidden;
  padding: 30px 0;
}
#page-builder-container .content-row.form-type .content-row-content {
  text-align: center;
  padding: 0 40px;
}
#page-builder-container .content-row.highlight-type {
  background: rgba(50, 50, 50, 0.4);
  padding: 100px 20px;
  text-align: center;
  position: relative;
}
#page-builder-container .content-row.highlight-type:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/highlight-overlay.png");
}
#page-builder-container .content-row.highlight-type h2 {
  margin-bottom: 60px;
}
#page-builder-container .content-row.highlight-type h2 strong {
  position: relative;
  display: inline-block;
}
#page-builder-container .content-row.highlight-type h2 strong:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  background-image: url("../images/highlight-line.svg");
  background-position: 50%;
  background-size: cover;
  left: 0;
  bottom: -20px;
}
#page-builder-container .content-row.highlight-type .content-row-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.highlight-type .content-row-buttons > div:not(:last-of-type) {
  margin-right: 20px;
}
#page-builder-container .content-row.left-image-right-content-type {
  padding: 50px 0;
}
#page-builder-container .content-row.left-image-right-content-type.gray-background {
  background: rgba(50, 50, 50, 0.4);
}
#page-builder-container .content-row.left-image-right-content-type.four-three-type img {
  aspect-ratio: 570/425;
  width: 100%;
  max-width: 570px;
  object-fit: cover;
}
#page-builder-container .content-row.left-image-right-content-type.one-one-type img {
  aspect-ratio: 570/570;
  width: 100%;
  max-width: 570px;
  object-fit: cover;
}
#page-builder-container .content-row.left-image-right-content-type > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div {
  width: 50%;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div:first-child img {
  border-radius: 16px;
}
#page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
  padding-left: 40px;
}
#page-builder-container .content-row.logos-type {
  padding: 70px 0;
}
#page-builder-container .content-row.logos-type.four-logos-per-row .logos > div {
  width: 25%;
}
#page-builder-container .content-row.logos-type.six-logos-per-row .logos > div {
  width: 16.6%;
}
#page-builder-container .content-row.logos-type .content-row-content {
  text-align: center;
  padding: 0 40px;
}
#page-builder-container .content-row.logos-type .logos {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#page-builder-container .content-row.logos-type .logos > div {
  padding: 0 20px;
  text-align: center;
}
#page-builder-container .content-row.right-image-left-content-type {
  padding: 50px 0;
}
#page-builder-container .content-row.right-image-left-content-type.gray-background {
  background: rgba(50, 50, 50, 0.4);
}
#page-builder-container .content-row.right-image-left-content-type.four-three-type img {
  aspect-ratio: 570/425;
  width: 100%;
  max-width: 570px;
  object-fit: cover;
}
#page-builder-container .content-row.right-image-left-content-type.one-one-type img {
  aspect-ratio: 570/570;
  width: 100%;
  max-width: 570px;
  object-fit: cover;
}
#page-builder-container .content-row.right-image-left-content-type > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div {
  width: 50%;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child {
  padding-right: 50px;
}
#page-builder-container .content-row.right-image-left-content-type > div > div > div:last-child img {
  border-radius: 16px;
}
#page-builder-container .content-row.sponsor-type {
  padding: 80px 0;
}
#page-builder-container .content-row.sponsor-type > div {
  background: #d23535;
  border-radius: 24px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-container .content-row.sponsor-type > div > div:first-child {
  width: 270px;
}
#page-builder-container .content-row.sponsor-type > div > div:first-child img {
  width: 270px;
  height: 270px;
  object-fit: cover;
}
#page-builder-container .content-row.sponsor-type > div > div:last-child {
  width: calc(100% - 270px);
  padding-left: 60px;
}

@media screen and (max-width: 1210px) {
  #page-builder-container .content-row.cards-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.left-image-right-content-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.logos-type {
    padding: 70px 20px;
  }
  #page-builder-container .content-row.right-image-left-content-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.sponsor-type {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1010px) {
  #page-builder-container .content-row.accordions-type {
    padding: 100px 20px;
  }
  #page-builder-container .content-row.accordions-type .content-row-content {
    padding: 0;
  }
  #page-builder-container .content-row.cards-type .content-row-content {
    padding: 0;
  }
  #page-builder-container .content-row.content-type {
    padding: 30px 20px;
  }
  #page-builder-container .content-row.form-type {
    padding: 30px 20px;
  }
  #page-builder-container .content-row.logos-type .content-row-content {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #page-builder-container .content-row.cards-type .cards > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #page-builder-container .content-row.cards-type .cards > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page-builder-container .content-row.accordions-type {
    padding: 60px 20px;
  }
  #page-builder-container .content-row.accordions-type .accordion .accordion-header p {
    font-size: 22px;
  }
  #page-builder-container .content-row.highlight-type {
    padding: 60px 20px;
  }
  #page-builder-container .content-row.highlight-type .content-row-buttons > div {
    width: 100%;
  }
  #page-builder-container .content-row.highlight-type .content-row-buttons > div:not(:last-of-type) {
    margin: 0 0 20px;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div {
    width: 100%;
  }
  #page-builder-container .content-row.left-image-right-content-type > div > div > div:last-child {
    padding: 30px 0 0;
  }
  #page-builder-container .content-row.logos-type {
    padding: 50px 20px;
  }
  #page-builder-container .content-row.logos-type.four-logos-per-row .logos > div, #page-builder-container .content-row.logos-type.six-logos-per-row .logos > div {
    width: 100%;
    padding: 0;
  }
  #page-builder-container .content-row.logos-type.four-logos-per-row .logos > div:not(:last-of-type), #page-builder-container .content-row.logos-type.six-logos-per-row .logos > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  #page-builder-container .content-row.logos-type.four-logos-per-row .logos > div img, #page-builder-container .content-row.logos-type.six-logos-per-row .logos > div img {
    width: 100%;
    max-width: 400px;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div {
    flex-direction: column-reverse;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div {
    width: 100%;
  }
  #page-builder-container .content-row.right-image-left-content-type > div > div > div:first-child {
    padding: 30px 0 0;
  }
  #page-builder-container .content-row.sponsor-type {
    padding: 60px 20px;
  }
  #page-builder-container .content-row.sponsor-type > div {
    padding: 20px;
  }
  #page-builder-container .content-row.sponsor-type > div > div:first-child, #page-builder-container .content-row.sponsor-type > div > div:last-child {
    width: 100%;
  }
  #page-builder-container .content-row.sponsor-type > div > div:first-child img {
    width: 100%;
    aspect-ratio: 570/570;
  }
  #page-builder-container .content-row.sponsor-type > div > div:last-child {
    padding: 30px 0 0;
  }
}
#soccer-container {
  padding: 80px 0;
}
#soccer-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#soccer-container > div > div:first-child {
  width: 75%;
  padding-right: 80px;
}
#soccer-container > div > div:first-child .content-row:last-child {
  border-bottom: none !important;
}
#soccer-container > div > div:first-child .content-row.accordions-type {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion {
  border-radius: 16px;
  background: rgba(50, 50, 50, 0.6);
  padding: 25px 15px;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion:not(:last-of-type) {
  margin-bottom: 8px;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  color: #fff;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header.active > div:first-child > div span.icon-plus {
  opacity: 0;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header.active > div:first-child > div span.icon-minus {
  opacity: 1;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child {
  width: 40px;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div {
  width: 40px;
  height: 40px;
  position: relative;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #d23535;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-plus {
  top: 3px;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-plus:before {
  content: "\e90a";
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-minus {
  top: 4px;
  opacity: 0;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:first-child > div span.icon-minus:before {
  content: "\e909";
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header > div:last-child {
  padding-left: 5px;
  width: calc(100% - 40px);
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header p {
  margin-bottom: 0;
  font-size: 24px;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-content {
  display: none;
  padding: 30px 5px 0;
}
#soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-content ul {
  margin-top: 0;
}
#soccer-container > div > div:first-child .content-row.content-type {
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#soccer-container > div > div:first-child .content-row.content-type p:last-of-type, #soccer-container > div > div:first-child .content-row.content-type ul:last-of-type, #soccer-container > div > div:first-child .content-row.content-type ol:last-of-type {
  margin-bottom: 0;
}
#soccer-container > div > div:first-child .content-row.table-type {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#soccer-container > div > div:first-child .content-row.table-type h2 {
  margin-bottom: 30px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-header > div {
  width: 49.5%;
  background: #d23535;
  padding: 10px 15px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-header > div:nth-of-type(2n-1) {
  border-top-left-radius: 16px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-header > div:nth-of-type(2n) {
  margin-left: 1%;
  border-top-right-radius: 16px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-header > div p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "sporty-pro";
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows:not(:last-child) {
  margin-bottom: 8px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows:last-child > div:first-child {
  border-bottom-left-radius: 16px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows:last-child > div:last-child {
  border-bottom-right-radius: 16px;
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows > div {
  width: 49.5%;
  padding: 10px 15px;
  background: rgba(50, 50, 50, 0.4);
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows > div:nth-of-type(2n) {
  margin-left: 1%;
}
#soccer-container > div > div:first-child .content-row.table-type .table-rows > div p {
  margin-bottom: 0;
}
#soccer-container > div > div:last-child {
  width: 25%;
}
#soccer-container > div > div:last-child > div {
  border-left: 1px solid #d23535;
  padding-left: 40px;
}
#soccer-container > div > div:last-child > div .button-item:not(:last-of-type) {
  margin-bottom: 10px;
}
#soccer-container > div > div:last-child > div .button-item .button {
  width: 100%;
  max-width: 350px;
}
#soccer-container > div > div:last-child > div #soccer-field-location {
  margin-bottom: 30px;
  margin-top: 30px;
}
#soccer-container > div > div:last-child > div #soccer-field-location p {
  font-size: 16px;
  margin-bottom: 0;
}
#soccer-container > div > div:last-child > div #soccer-field-links a {
  font-size: 16px;
}
#soccer-container > div > div:last-child > div .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1210px) {
  #soccer-container {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #soccer-container {
    padding: 60px 0;
  }
  #soccer-container > div > div:first-child, #soccer-container > div > div:last-child {
    width: 100%;
  }
  #soccer-container > div > div:first-child {
    padding-right: 0;
  }
  #soccer-container > div > div:first-child .content-row.accordions-type {
    padding: 40px 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  #soccer-container > div > div:first-child .content-row.content-type {
    padding: 0 0 40px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  #soccer-container > div > div:first-child .content-row.table-type {
    padding: 40px 0;
    max-width: calc(100% - 20px);
    margin: 0 0 0 auto;
    overflow-x: scroll;
  }
  #soccer-container > div > div:first-child .content-row.table-type .table-header, #soccer-container > div > div:first-child .content-row.table-type .table-rows {
    width: 1000px;
  }
  #soccer-container > div > div:last-child {
    padding: 60px 20px 0;
    border-top: 1px solid #d23535;
  }
  #soccer-container > div > div:last-child > div {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #soccer-container {
    padding: 50px 0;
  }
  #soccer-container > div > div:first-child .content-row.accordions-type .accordion {
    padding: 15px 10px;
  }
  #soccer-container > div > div:first-child .content-row.accordions-type .accordion .accordion-header p {
    font-size: 22px;
  }
  #soccer-container > div > div:first-child .content-row.table-type .table-header, #soccer-container > div > div:first-child .content-row.table-type .table-rows {
    width: 180%;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  top: 100%;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  background: #F8F8F8;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

#call-to-action-container {
  background: #d23535;
  padding: 60px 0;
}
#call-to-action-container:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  background-image: url("../images/arrows.png");
}
#call-to-action-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#call-to-action-container > div > div > div:first-child {
  width: 70%;
}
#call-to-action-container > div > div > div:first-child h1 {
  font-size: 60px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
#call-to-action-container > div > div > div:first-child h2 {
  font-size: 46px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
#call-to-action-container > div > div > div:first-child h2 strong {
  position: relative;
  display: inline-block;
}
#call-to-action-container > div > div > div:first-child h2 strong:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 25px;
  background-image: url("../images/cta-underline.svg");
  background-position: 50%;
  background-size: cover;
  left: 0;
  bottom: -20px;
}
#call-to-action-container > div > div > div:first-child h3 {
  font-size: 26px;
  font-family: "sporty-pro";
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
#call-to-action-container > div > div > div:first-child p {
  line-height: 1.6;
}
#call-to-action-container > div > div > div:first-child p.large {
  font-size: 20px;
}
#call-to-action-container > div > div > div:last-child {
  width: 30%;
  text-align: right;
}
#call-to-action-container > div > div > div:last-child .button {
  display: inline-block;
  text-decoration: none;
  padding: 13px 15px;
  min-width: 220px;
  font-size: 16px;
  font-family: "sporty-pro";
  color: #000;
  background: #fff;
  text-align: center;
}
#call-to-action-container > div > div > div:last-child .button:hover {
  background: rgba(255, 255, 255, 0.7);
}

#footer-container {
  background: #161616;
  padding: 70px 0;
  overflow: hidden;
}
#footer-container:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-image: url("../images/footer-logo.svg");
  background-size: cover;
  left: -150px;
  bottom: -150px;
}
#footer-container #footer-logos-container {
  padding: 0 0 80px;
}
#footer-container #footer-logos-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer-container #footer-logos-container > div > div {
  text-align: center;
}
#footer-container #footer-logos-container > div > div img {
  width: 100%;
  max-width: 350px;
}
#footer-container #top-footer-container {
  padding: 0 0 60px;
}
#footer-container #top-footer-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container #top-footer-container > div > div {
  width: 50%;
}
#footer-container #top-footer-container > div > div:last-child {
  text-align: right;
}
#footer-container #top-footer-container > div > div:last-child a {
  font-size: 55px;
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
#footer-container #top-footer-container > div > div:last-child a:hover {
  opacity: 0.7;
}
#footer-container #top-footer-container > div > div:last-child a .icon-facebook:before {
  content: "\e903";
}
#footer-container #bottom-footer-container {
  padding: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer-container #bottom-footer-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container #bottom-footer-container > div > div:first-child {
  width: 70%;
}
#footer-container #bottom-footer-container > div > div:first-child p, #footer-container #bottom-footer-container > div > div:first-child a {
  color: #fff;
}
#footer-container #bottom-footer-container > div > div:first-child a {
  text-decoration: underline;
  opacity: 1;
}
#footer-container #bottom-footer-container > div > div:first-child a:hover {
  opacity: 0.7;
}
#footer-container #bottom-footer-container > div > div:last-child {
  width: 30%;
  text-align: right;
}
#footer-container #bottom-footer-container > div > div:last-child a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
}
#footer-container #bottom-footer-container > div > div:last-child a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1210px) {
  #call-to-action-container {
    padding: 60px 20px;
  }
  #footer-container {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 850px) {
  #call-to-action-container > div > div > div:first-child, #call-to-action-container > div > div > div:last-child {
    width: 100%;
    text-align: left;
  }
  #call-to-action-container > div > div > div:last-child {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #footer-container #footer-logos-container > div > div {
    width: 32%;
  }
  #footer-container #footer-logos-container > div > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #call-to-action-container:before {
    width: 250px;
  }
  #call-to-action-container > div > div > div:first-child h1 {
    font-size: 40px;
  }
  #call-to-action-container > div > div > div:first-child h2 {
    font-size: 28px;
  }
  #call-to-action-container > div > div > div:first-child h3 {
    font-size: 20px;
  }
  #call-to-action-container > div > div > div:first-child p {
    font-size: 16px;
  }
  #call-to-action-container > div > div > div:first-child p.large {
    font-size: 18px;
  }
  #call-to-action-container > div > div > div:last-child .button {
    width: 100%;
    max-width: 500px;
  }
  #footer-container {
    padding: 50px 20px;
  }
  #footer-container #footer-logos-container {
    padding: 0 0 50px;
  }
  #footer-container #footer-logos-container > div > div {
    width: 100%;
  }
  #footer-container #footer-logos-container > div > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #footer-container #footer-logos-container > div > div img {
    max-width: 300px;
  }
  #footer-container #top-footer-container {
    padding: 0 0 50px;
  }
  #footer-container #top-footer-container > div > div:first-child, #footer-container #top-footer-container > div > div:last-child {
    width: 100%;
    text-align: center;
  }
  #footer-container #top-footer-container > div > div:last-child {
    padding: 30px 0 0;
  }
  #footer-container #bottom-footer-container {
    padding: 50px 0 0;
  }
  #footer-container #bottom-footer-container > div > div:first-child, #footer-container #bottom-footer-container > div > div:last-child {
    width: 100%;
    text-align: center;
  }
  #footer-container #bottom-footer-container > div > div:last-child {
    padding: 10px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
