@charset "UTF-8";
/*!
Theme Name: Little Kickers
Author: JPL
Author URI: https://jpl.agency
Description: Custom theme for Little Kickers
Template: jpl
Update URI: false
Version: 1.0
Text Domain: littlekickers
*/
@font-face {
  font-family: "Poppins";
  src: url("fonts/poppins-v23-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins600";
  src: url("fonts/poppins-v23-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins700";
  src: url("fonts/poppins-v23-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito-v31-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito700";
  src: url("fonts/nunito-v31-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito800";
  src: url("fonts/nunito-v31-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito900";
  src: url("fonts/nunito-v31-latin-900.woff2") format("woff2");
}
body {
  color: #58595D;
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.25em;
  padding-top: 0.75em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  padding-top: 0;
}

h2 {
  font-size: 1.9em;
  font-family: "Nunito900";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1140px) {
  h2 {
    font-size: 2.1em;
  }
}

h3 {
  font-size: 1.6em;
}
@media only screen and (min-width: 1140px) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  h4 {
    font-size: 1.4em;
  }
}

h5 {
  font-size: 1.1em;
}
@media only screen and (min-width: 1140px) {
  h5 {
    font-size: 1.2em;
  }
}

.nowrap {
  white-space: nowrap;
}

.list-plain {
  list-style: none;
  padding: 0;
}

a.location::before,
a.email::before,
a.phone::before {
  background: none center no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
}

a.location::before {
  background-image: url(img/fa-icons/location-dot-solid.svg);
}

a.email::before {
  background-image: url(img/fa-icons/envelope.svg);
}

a.phone::before {
  background-image: url(img/fa-icons/phone-flip.svg);
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 2px solid #777;
  padding: 1em 0.5em;
}
table th {
  background: #732472;
  color: #fff;
  text-align: left;
}
table tbody tr:nth-child(odd) {
  background: #eee;
}
table thead {
  background-color: #732472;
}
table tfoot {
  background-color: #fff;
}
table tfoot p {
  font-size: inherit !important;
}

p {
  margin: 1em 0 0;
}
p:first-child {
  margin-top: 0;
}
p strong, p b {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 1px dotted #000000 !important;
}

.bdy {
  overflow: visible;
}

.logo-wrap:focus-visible {
  outline-color: #000000 !important;
}

.bg-color-dark a:focus-visible,
.bg-color-dark button:focus-visible,
.bg-color-dark input:focus-visible,
.bg-color-dark select:focus-visible,
.bg-color-dark textarea:focus-visible {
  outline-color: #000000 !important;
}

.hidden, .hide {
  display: none;
}

.btn:not(.btn-alt), .search-btn {
  background-color: #E31F31;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  padding: 0.75em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 980px) {
  .btn:not(.btn-alt):hover, .search-btn:hover {
    background: #B7312C;
  }
}
.btn:not(.btn-alt).btn-secondary, .search-btn.btn-secondary {
  background-color: transparent;
  border: 2px solid #E31F31;
  color: #E31F31;
}
@media only screen and (min-width: 980px) {
  .btn:not(.btn-alt).btn-secondary:hover, .search-btn.btn-secondary:hover {
    background: #E31F31;
    color: #fff;
  }
}

.btn-link,
.btn-alt {
  background: none;
  align-items: center;
  color: #777;
  display: inline-flex;
  padding-right: 0.75em;
  position: relative;
  text-decoration: underline;
  transition: all 0.3s ease;
}
button {
  border: none;
  cursor: pointer;
}

.bg-overlay,
.menu-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
@media only screen and (min-width: 980px) {
  .bg-overlay,
.menu-overlay {
    background: rgba(0, 0, 0, 0.25);
    display: none;
  }
}

.menu-overlay {
  z-index: 11;
}

@media only screen and (max-width: 979px) {
  .bg-overlay {
    background: rgba(0, 0, 0, 0.33);
  }
}

.has-overlay .bg-overlay {
  display: block;
}

/**
* Header
*/
.hdr {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.075);
  position: relative;
  z-index: 25;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .hdr {
    z-index: 100;
  }
}
@media only screen and (min-width: 980px) {
  .hdr {
    padding: 40px 0 1em;
  }
}
.hdr .wrap {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .hdr .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.hdr .logo-wrap {
  align-items: center;
  display: flex;
  height: 60px;
  padding: 0;
  position: relative;
  width: 155px;
}
@media only screen and (min-width: 980px) {
  .hdr .logo-wrap {
    height: 50px;
    margin-top: 22px;
    padding: 0;
    width: 210px;
  }
}
.hdr .logo-wrap img {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 102;
}

.locator-search-nav-outer .wrap {
  position: relative;
}

.locator-search-nav {
  display: none;
  right: 1em;
  position: absolute;
  width: 400px;
  z-index: 24;
}
.locator-search-nav.show {
  animation: slide-out 1000ms forwards, fade-in 1000ms forwards;
  display: block;
}
.locator-search-nav.animate-out {
  animation: fade-out 750ms forwards !important;
}
.locator-search-nav .locator {
  padding: 0;
}
.locator-search-nav .locator .locator-search {
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 0 20px 0;
  padding: 3em 1.75em 2em;
  text-align: left;
}
.locator-search-nav .locator .locator-search h2 {
  color: #E31F31;
  font-size: 1.6em !important;
}
@media only screen and (min-width: 980px) {
  .locator-search-nav .locator .locator-search h2 {
    font-size: 1.8em !important;
  }
}
.locator-search-nav .locator .locator-search input {
  min-width: 0;
  width: 100%;
}
.locator-search-nav .locator .locator-search button[type=submit] {
  min-width: 100px;
}

.locator .locator-description + .locator-results {
  display: none !important;
}

/* navigation */
@media only screen and (max-width: 979px) {
  .nav-wrap {
    background-color: #fff;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 100;
  }
}
@media only screen and (min-width: 980px) {
  .nav-wrap {
    display: block !important;
    flex: 1;
  }
}
@media only screen and (min-width: 980px) {
  .nav-wrap .inner {
    display: flex;
    justify-content: flex-end;
  }
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-line {
  width: 35px;
  height: 42px;
  display: inline-block;
  position: relative;
  top: -15px;
}
.menu-line .menu-line-inner {
  background-color: #E31F31;
  border-radius: 3px;
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 36px;
}
.menu-line .menu-line-inner:before, .menu-line .menu-line-inner:after {
  background-color: #E31F31;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 36px;
}
.menu-line .menu-line-inner:before {
  top: 10px;
  transition: opacity 0.2s 0.2s ease, width 0.3s ease;
  width: 26px;
}
.menu-line .menu-line-inner:after {
  bottom: -10px;
  top: 20px;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  height: 60px;
  padding: 11px 6px;
  top: 0;
  width: 56px;
  z-index: 11;
}

.nav-toggle {
  margin: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle:hover .menu-line .menu-line-inner:before {
  width: 36px;
}
.nav-toggle.toggle-closed {
  background: #E31F31;
}
.nav-toggle.toggle-closed .menu-line-inner {
  background-color: #fff;
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.nav-toggle.toggle-closed .menu-line-inner:before {
  background-color: #fff;
  transition-delay: 0s;
  opacity: 0;
}
.nav-toggle.toggle-closed .menu-line-inner:after {
  background-color: #fff;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.menu-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 980px) {
  .menu-overlay {
    background: rgba(0, 0, 0, 0.25);
    display: none;
  }
}

.search-wrap-outer {
  z-index: 151;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer {
    width: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-wrap {
    position: relative;
  }
}
.search-wrap-outer .search-wrap button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  width: 38px;
  transition: all 0.3s ease;
}
.search-wrap-outer .search-wrap button.search-toggle {
  display: none;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-wrap button.search-toggle {
    display: block;
    height: 38px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button.search-toggle svg {
    width: 25px;
  }
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button.search-toggle svg path {
    fill: #E31F31;
  }
}
.search-wrap-outer .search-wrap button.search-toggle svg.search {
  display: block;
}
.search-wrap-outer .search-wrap button.search-toggle svg.close {
  left: -3px;
  width: 22px;
  display: none;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button.search-toggle svg.close {
    left: 3px;
    width: 30px;
  }
}
.search-wrap-outer .search-wrap button.search-toggle.toggle-closed svg.search {
  display: none;
}
.search-wrap-outer .search-wrap button.search-toggle.toggle-closed svg.close {
  display: block;
}
.search-wrap-outer .search-wrap button svg {
  width: 18px;
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer .search-wrap button svg {
    width: 25px;
  }
}
.search-wrap-outer .search-wrap button svg path {
  fill: #F6D809;
}
.search-wrap-outer #search-form {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .search-wrap-outer #search-form {
    display: block !important;
    left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer #search-form {
    background-color: #E31F31;
    border-radius: 0 0 5px 5px;
    display: none;
    position: absolute;
    right: -0.33em;
    top: 38px;
    width: 450px;
  }
}
.search-wrap-outer #search-form form {
  margin: 0;
}
.search-wrap-outer #search-form .search-options {
  display: flex;
  flex-wrap: wrap;
}
.search-wrap-outer #search-form .search-options button {
  background-color: #000000;
  color: shade(#000000, 33%);
  font-size: 0.9em;
  padding: 0.5em;
  width: 50%;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer #search-form .search-options button {
    background-color: #fff;
  }
}
.search-wrap-outer #search-form .search-options button.active {
  background-color: #eee;
  text-decoration: underline;
}
.search-wrap-outer #search-form .search-options button:hover:not(.active) {
  background-color: #000000;
  color: #fff;
}
.search-wrap-outer input {
  background-color: #fff;
  border: 1px solid #E31F31;
  border-radius: 2px;
  color: #000000;
  padding: 0.33em;
}
.search-wrap-outer .search-content label {
  display: none;
}
.search-wrap-outer .search-content .inner {
  display: flex;
  padding: 0.5em;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-content .inner {
    padding: 1em;
  }
}
.search-wrap-outer .search-content .inner button {
  padding: 0 0.5em;
  transition: all 0.3s ease;
}
.search-wrap-outer .search-content .inner button svg {
  fill: #000000;
}
@media only screen and (min-width: 980px) {
  .search-wrap-outer .search-content .inner button svg {
    fill: #fff;
  }
}
.search-wrap-outer .search-content.search-form input {
  height: 38px;
  flex: 1;
  min-width: 225px;
}

@media only screen and (min-width: 980px) {
  .admin-bar .menu-overlay {
    top: 130px;
  }
}

.nav-dropdown .menu-overlay {
  display: block;
}

.nav-primary {
  position: relative;
}
@media only screen and (min-width: 980px) {
  .nav-primary {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
}
.nav-primary .menu {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu {
    align-items: center;
    display: flex;
    padding-left: 0;
  }
}
.nav-primary .menu > li {
  height: 100%;
  /* persist hover state as user hovers over the children in the parent menu */
  /* mobile dropdown menu classes */
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li {
    border-bottom: 1px solid #000000;
  }
  .nav-primary .menu > li:first-child {
    border-top: 1px solid #000000;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li {
    margin-left: 1.25em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.hover.menu-item-has-children > a > span:after, .nav-primary .menu > li:hover.menu-item-has-children > a > span:after, .nav-primary .menu > li.current-menu-item.menu-item-has-children > a > span:after, .nav-primary .menu > li.current-page-ancestor.menu-item-has-children > a > span:after {
    width: 100%;
  }
}
.nav-primary .menu > li.menu-item-has-children {
  position: relative;
}
.nav-primary .menu > li.menu-item-has-children > a {
  position: relative;
}
.nav-primary .menu > li.menu-item-has-children > a::after {
  content: url("img/fa-icons/fa-caret-down.svg");
  display: inline-block;
  height: 22px;
  margin-left: 0.5em;
  width: 8px;
}
.nav-primary .menu > li.menu-item-has-children.ddactive > a {
  background-color: #d81d2f;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.menu-item-has-children.ddactive > a::after {
    content: url("img/fa-icons/fa-caret-up.svg");
  }
}
.nav-primary .menu > li.btn {
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li.btn {
    display: block;
    margin: 1.25em 3em;
    text-align: center;
  }
}
.nav-primary .menu > li.btn.btn-secondary > a {
  color: #E31F31;
  text-decoration: none !important;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.btn.btn-secondary:hover > a {
    color: #fff;
  }
}
.nav-primary .menu > li.btn > a {
  justify-content: center;
  padding: 0.75em 1.33em;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.btn > a {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-primary .menu > li.btn > a {
    padding: 0.5em 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li.btn > a:hover {
    text-decoration: none;
  }
}
.nav-primary .menu > li.btn > a span {
  padding: 0;
}
.nav-primary .menu > li.btn > a span:after {
  content: none;
}
.nav-primary .menu > li a {
  color: #000000;
  display: block;
  font-size: 1.1em;
  height: 100%;
  outline: none;
  padding: 15px 50px 15px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
}
.nav-primary .menu > li a[href*=http]:not([href*=littlekickers]) span, .nav-primary .menu > li a.is-external span {
  flex: 1;
}
.nav-primary .menu > li a[href*=http]:not([href*=littlekickers]):after, .nav-primary .menu > li a.is-external:after {
  content: url("img/fa-icons/external.svg");
  display: inline-block;
  height: 10px;
  margin-left: 0.5em;
  padding-bottom: 1.25em;
  width: 10px;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li a:hover span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li a {
    align-items: center;
    display: flex;
    font-size: 0.9em;
    height: 100%;
    line-height: 1.3em;
    padding: 0.75em 0.5em;
    z-index: 150;
  }
}
@media only screen and (min-width: 1140px) {
  .nav-primary .menu > li a {
    font-size: 1.05em;
  }
}
.nav-primary .menu > li a > span {
  display: inline-block;
  padding: 0.5em 0;
  position: relative;
}
.nav-primary .menu > li a > span:after {
  background-color: #E31F31;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease;
}
.nav-primary .menu > li a > span > span {
  position: relative;
  z-index: 1;
}
.nav-primary .menu > li > .sub-menu {
  background-color: #E31F31;
  padding: 1em;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li > .sub-menu {
    border-radius: 0 0 0 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
    left: 7px;
    position: absolute;
    z-index: 99;
    width: 300px;
  }
}
@media only screen and (max-width: 979px) {
  .nav-primary .menu > li > .sub-menu.ddopen {
    display: block;
  }
}
.nav-primary .menu > li > .sub-menu li.mobile-only {
  display: block;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li > .sub-menu li.mobile-only {
    display: none;
  }
}
.nav-primary .menu > li > .sub-menu li:not(:first-child) {
  border-top: 1px solid #F6D809;
}
.nav-primary .menu > li > .sub-menu li:last-child a {
  border-radius: 0 0 0 10px;
}
.nav-primary .menu > li > .sub-menu .sub-menu {
  padding-left: 1.5em;
}
.nav-primary .menu > li > .sub-menu .sub-menu li:not(:first-child) {
  border-color: #fff;
}
.nav-primary .menu > li > .sub-menu .sub-menu li:last-child a {
  border-radius: 0;
}
.nav-primary .menu > li > .sub-menu span.label {
  color: #fff;
  display: block;
  font-family: "Nunito700";
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em;
  color: #fff;
  display: inline-block;
  font-size: 0.85em;
}
.nav-primary .menu > li > .sub-menu span.label + a {
  padding-top: 0.25em;
}
.nav-primary .menu > li > .sub-menu a {
  color: #fff;
  font-size: 1.05em;
  display: block;
  padding: 0.75em;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Nunito700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu > li > .sub-menu a {
    font-size: inherit;
    font-size: 1.1em;
    padding: 0.75em 0.5em;
  }
}
.nav-primary .menu > li > .sub-menu a:hover {
  background-color: #c7242b;
}
.nav-primary .menu > li > .sub-menu a span {
  display: block;
  padding: 0;
}
.nav-primary .menu > li > .sub-menu a span:after {
  content: none;
}

.nav-secondary-search-wrap {
  background-color: #E31F31;
}
@media only screen and (max-width: 979px) {
  .nav-secondary-search-wrap {
    padding: 1em 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .nav-secondary-search-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 151;
  }
}
@media only screen and (min-width: 980px) {
  .nav-secondary-search-wrap .wrap {
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 980px) {
  .nav-secondary {
    margin-right: 1em;
  }
}
.nav-secondary > .menu-secondary-menu-container {
  height: 100%;
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
  }
}
.nav-secondary .menu li {
  margin-right: 1em;
}
@media only screen and (max-width: 979px) {
  .nav-secondary .menu li {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu li {
    margin-left: 1.75em;
  }
}
.nav-secondary .menu li.current-menu-item > a, .nav-secondary .menu li.current-page-ancestor > a, .nav-secondary .menu li:hover > a {
  text-decoration: underline;
}
.nav-secondary .menu a {
  color: #fff;
  display: flex;
  font-size: 1em;
  padding: 0.75em 0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Nunito700";
  font-weight: normal;
  font-style: normal;
}
.nav-secondary .menu a[href*=http]:not([href*=littlekickers]) span, .nav-secondary .menu a.is-external span {
  flex: 1;
}
.nav-secondary .menu a[href*=http]:not([href*=littlekickers]):after, .nav-secondary .menu a.is-external:after {
  content: url("img/fa-icons/external.svg");
  display: inline-block;
  height: 10px;
  margin-left: 0.5em;
  padding-bottom: 1em;
  width: 10px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 980px) {
  .nav-secondary .menu a {
    align-items: center;
    background: none;
    display: flex;
    font-size: 0.9em;
    height: 100%;
  }
}
.nav-secondary .menu-item-has-children {
  padding-right: 1em;
  position: relative;
}
.nav-secondary .menu-item-has-children::after {
  content: url("img/fa-icons/fa-caret-down-white.svg");
  display: block;
  height: 18px;
  margin-left: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.nav-secondary .menu-item-has-children:hover .sub-menu {
  display: block;
}
.nav-secondary .sub-menu {
  background: #d81d2f;
  display: none;
  position: absolute;
  right: -15px;
  text-align: right;
  top: 100%;
}
.nav-secondary .sub-menu li {
  margin: 0;
}
.nav-secondary .sub-menu a {
  display: block;
  padding: 1em;
  white-space: nowrap;
}

.featured-image-and-title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .wrap {
    position: relative;
    z-index: 2;
  }
}
.featured-image-and-title .pg-title {
  color: #000000;
  line-height: 1.1em;
  margin: 0;
  max-width: 900px;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title .pg-title {
    font-size: 3.25em;
  }
}
.featured-image-and-title .pg-title span {
  color: #732472;
  display: block;
  font-family: "Nunito900";
  font-weight: normal;
  font-style: normal;
}
.featured-image-and-title .pg-title span.is-inline {
  display: inline;
}
.featured-image-and-title .pg-intro-content {
  color: #fff;
  margin-top: 1.25em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.featured-image-and-title .pg-intro-content p, .featured-image-and-title .pg-intro-content li {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .pg-intro-content p, .featured-image-and-title .pg-intro-content li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title .pg-intro-content p, .featured-image-and-title .pg-intro-content li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title .pg-intro-content p, .featured-image-and-title .pg-intro-content li {
    font-size: 1.25em;
  }
}
.featured-image-and-title .pg-intro-content p a:not(.btn), .featured-image-and-title .pg-intro-content li a:not(.btn) {
  color: #000000;
}
.featured-image-and-title .pg-intro-content p a:not(.btn):hover, .featured-image-and-title .pg-intro-content li a:not(.btn):hover {
  text-decoration: none;
}
.featured-image-and-title .pg-intro-content ul, .featured-image-and-title .pg-intro-content ol {
  font-size: 0.95em;
}
.featured-image-and-title .pg-intro-content ul li:not(:first-child), .featured-image-and-title .pg-intro-content ol li:not(:first-child) {
  margin-top: 0.33em;
}
.featured-image-and-title .pg-intro-content .intro-btn {
  margin-top: 2em;
}
.featured-image-and-title.has-inro-text .pg-title {
  margin-bottom: 0.25em;
}
.featured-image-and-title.has-media > .wrap, .featured-image-and-title.has-inline > .wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media > .wrap, .featured-image-and-title.has-inline > .wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .pg-title, .featured-image-and-title.has-inline .pg-title {
    line-height: 1.25em;
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .pg-intro-content, .featured-image-and-title.has-inline .pg-intro-content {
    padding: 0 0 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .inner {
    height: 100%;
  }
}
.featured-image-and-title.has-media .inner-wrap {
  background-color: fade(#fff, 95%);
  border-radius: 8px;
  padding: 2em;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title.has-media.has-inro-text .inner-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-media.style-hdr-short .media-wrap {
    height: 20vw;
    min-height: 300px;
  }
}
.featured-image-and-title.has-media.style-hdr-short .media-wrap:before {
  height: 100%;
}
.featured-image-and-title.has-media.style-hdr-content-height {
  padding: 3em 0;
}
.featured-image-and-title.has-media.style-hdr-content-height .media-wrap {
  height: auto !important;
  max-height: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-image-and-title.has-media.style-hdr-content-height .inner > .content-wrap {
  position: relative !important;
  transform: none !important;
}
.featured-image-and-title.has-media.placement-top .media-wrap img {
  object-position: center 20%;
}
.featured-image-and-title.has-media.placement-bottom .media-wrap img {
  object-position: center 80%;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media.has-video {
    padding-bottom: 5em;
  }
}
.featured-image-and-title.has-media .media-wrap {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.featured-image-and-title.has-media .media-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.featured-image-and-title.has-media .media-wrap video {
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
.featured-image-and-title.has-media .media-wrap .video-button-control {
  bottom: 1.25em;
  right: 1.25em;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.has-media .content-wrap {
    position: relative !important;
    transform: none !important;
  }
}
.featured-image-and-title.has-media .card {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.mobile-hdr-left .media-wrap {
    background-position: left center;
  }
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.mobile-hdr-right .media-wrap {
    background-position: right center;
  }
}
.featured-image-and-title.no-media {
  background-color: #F6D809;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.no-media.has-bottom-curve .wrap .inner-wrap {
    padding: 2.5em 0;
  }
}
.featured-image-and-title.no-media .wrap .inner-wrap {
  align-self: center;
  padding: 3em 0 4em;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.no-media .wrap .inner-wrap {
    padding: 2.5em 0 5.5em;
  }
}
.featured-image-and-title.no-media .wrap .inner-wrap .pg-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.no-media.no-intro-text .wrap {
    min-height: 150px;
  }
}
.featured-image-and-title.no-media.style-hdr-short .wrap {
  min-height: 200px;
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title.no-media.style-hdr-short .wrap {
    min-height: 250px;
  }
}
.featured-image-and-title.has-inline {
  height: auto;
}
.featured-image-and-title.has-card .inner-wrap {
  padding: 0 !important;
}
.featured-image-and-title.has-card.has-bottom-curve {
  margin-bottom: 5em;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-card.has-bottom-curve {
    margin-bottom: 2.5em;
  }
}
.featured-image-and-title.has-card.has-bottom-curve .inner {
  position: relative;
  z-index: 2;
}
.featured-image-and-title.has-card.has-bottom-curve .curve-wrap {
  margin-top: -3em;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.has-card.has-bottom-curve .curve-wrap {
    margin-top: -4em;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title.has-card.has-bottom-curve .curve-wrap {
    margin-top: -5em;
  }
}
.featured-image-and-title .card {
  background-color: #F6D809;
  border-radius: 20px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  min-height: 200px;
  padding: 2em;
  text-align: left;
  top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .card {
    display: flex;
  }
}
.featured-image-and-title .card .hdr-content {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .card .hdr-content {
    padding-right: 2em;
  }
}
.featured-image-and-title .card h1 {
  color: #732472;
  font-size: 2.15em;
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .card h1 {
    font-size: 2.33em;
  }
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title .card h1 {
    font-size: 2.66em;
  }
}
.featured-image-and-title .card .pg-intro-content {
  border-top: 3px solid #fff;
  color: #58595D;
  margin-left: 0;
  padding-top: 1.5em;
}
.featured-image-and-title .card .pg-intro-content p:first-child {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title .card .contact-info-card {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .featured-image-and-title .card .contact-info-card {
    width: 300px;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-image-and-title .card .contact-info-card {
    width: 325px;
  }
}
.featured-image-and-title .curve-wrap {
  overflow: hidden;
}
.featured-image-and-title .curve-wrap svg {
  display: block;
  position: relative;
  top: 2px;
  left: -50px;
  width: calc(100% + 100px);
}
.featured-image-and-title + .wrap {
  min-height: 100px;
}
.featured-image-and-title.no-bottom-curve {
  border-bottom: 8px solid #732472;
}
@media only screen and (min-width: 980px) {
  .featured-image-and-title.no-bottom-curve {
    border-bottom-width: 12px;
  }
}

.block .contact-info-card,
.featured-image-and-title .contact-info-card {
  background-color: #fff;
  border-radius: 15px 0;
  padding: 1.33em;
}
.block .contact-info-card p,
.featured-image-and-title .contact-info-card p {
  font-size: 1em;
}
.block .contact-info-card p:first-child,
.featured-image-and-title .contact-info-card p:first-child {
  color: #732472;
  font-size: 1.1em;
}
.block .contact-info-card p.phone + .email,
.featured-image-and-title .contact-info-card p.phone + .email {
  margin-top: 0.33em;
}
.block .contact-info-card a,
.featured-image-and-title .contact-info-card a {
  color: #58595D;
  text-decoration: none;
}
.block .contact-info-card a:hover,
.featured-image-and-title .contact-info-card a:hover {
  text-decoration: underline;
}
.block .contact-info-card a.phone::before,
.featured-image-and-title .contact-info-card a.phone::before {
  background-image: url(img/fa-icons/phone-flip-blue.svg);
}
.block .contact-info-card a.email::before,
.featured-image-and-title .contact-info-card a.email::before {
  background-image: url(img/fa-icons/envelope-blue.svg);
}
.block .contact-info-card .social-links,
.featured-image-and-title .contact-info-card .social-links {
  font-size: 1em;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}
.block .contact-info-card .social-links li,
.featured-image-and-title .contact-info-card .social-links li {
  font-size: 1em;
  margin-top: 0.33em;
}
.block .contact-info-card .social-links li a,
.featured-image-and-title .contact-info-card .social-links li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.block .contact-info-card .social-links li svg,
.featured-image-and-title .contact-info-card .social-links li svg {
  margin-right: 0.33em;
  width: 21px;
  height: auto;
}
.block .contact-info-card .social-links li svg path,
.featured-image-and-title .contact-info-card .social-links li svg path {
  fill: #00A4EB;
}
.block .contact-info-card .social-links li span,
.featured-image-and-title .contact-info-card .social-links li span {
  max-width: calc(100% - 30px);
  padding-top: 1px;
}
.block .contact-info-card .eyebrow-text,
.featured-image-and-title .contact-info-card .eyebrow-text {
  color: #58595D;
  display: block;
  font-size: 0.85em !important;
  margin-bottom: 0.5em;
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}
.block .contact-info-card .eyebrow-text + p,
.featured-image-and-title .contact-info-card .eyebrow-text + p {
  color: #732472;
  font-size: 1.1em;
  margin-top: 0;
}
.block .contact-info-card .eyebrow-text + p a,
.featured-image-and-title .contact-info-card .eyebrow-text + p a {
  color: #732472;
  text-decoration: underline;
}
.block .contact-info-card .eyebrow-text + p a:hover,
.featured-image-and-title .contact-info-card .eyebrow-text + p a:hover {
  text-decoration: none;
}

.block .contact-info-card {
  background-color: #eee;
}

.featured-image-and-title {
  background-size: 100px;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.bg-color-yellow, .featured-image-and-title.bg-color-default {
    background-image: url(img/graphic-yellow.svg);
    background-color: #F6D809;
  }
}
.featured-image-and-title.bg-color-yellow .animated-tear-wrap, .featured-image-and-title.bg-color-default .animated-tear-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .featured-image-and-title.bg-color-yellow .animated-tear-wrap, .featured-image-and-title.bg-color-default .animated-tear-wrap {
    display: none;
  }
}
.featured-image-and-title.bg-color-yellow .animated-tear-wrap svg, .featured-image-and-title.bg-color-default .animated-tear-wrap svg {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .featured-image-and-title.bg-color-yellow .animated-tear-wrap svg, .featured-image-and-title.bg-color-default .animated-tear-wrap svg {
    margin-left: -25%;
    width: 150%;
  }
}
.featured-image-and-title.bg-color-yellow svg .st0, .featured-image-and-title.bg-color-default svg .st0 {
  transition: fill 0.6s ease;
}
.featured-image-and-title.bg-color-yellow h1, .featured-image-and-title.bg-color-yellow h2, .featured-image-and-title.bg-color-default h1, .featured-image-and-title.bg-color-default h2 {
  color: #732472;
}
.featured-image-and-title.bg-color-yellow p, .featured-image-and-title.bg-color-yellow li, .featured-image-and-title.bg-color-yellow a, .featured-image-and-title.bg-color-default p, .featured-image-and-title.bg-color-default li, .featured-image-and-title.bg-color-default a {
  color: #58595D;
}
.featured-image-and-title.bg-color-yellow .breadcrumbs, .featured-image-and-title.bg-color-default .breadcrumbs {
  color: #000000;
}
.featured-image-and-title.bg-color-yellow .breadcrumbs a:not(.btn), .featured-image-and-title.bg-color-default .breadcrumbs a:not(.btn) {
  color: #000000;
}
.featured-image-and-title.bg-color-red {
  background-image: url(img/graphic-red.svg);
  background-color: #E31F31;
}
.featured-image-and-title.bg-color-dark {
  background-color: #000000;
}

.breadcrumbs {
  color: #fff;
  padding: 1em 0;
  position: relative;
  text-align: left;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.block {
  color: #58595D;
  padding: 2.5em 0;
}
@media only screen and (min-width: 980px) {
  .block {
    padding: 4em 0;
  }
}
.block h1, .block h2 {
  color: #E31F31;
}
.block.bg-color-red {
  background-color: #E31F31;
  color: #fff;
}
.block.bg-color-red h2, .block.bg-color-red h3, .block.bg-color-red h4, .block.bg-color-red h5 {
  color: #fff;
}
.block.bg-color-red p a:not(.btn), .block.bg-color-red li a:not(.btn) {
  color: #fff;
}
.block.bg-color-red .btn {
  background-color: #fff;
  color: #E31F31;
}
.block.bg-color-red .btn-link,
.block.bg-color-red .btn-alt {
  color: #fff;
}
.block.bg-color-red .btn.btn-secondary {
  border-color: #fff;
  color: #fff;
}
.block.bg-color-red .btn.btn-secondary:hover {
  background-color: #fff;
  color: #E31F31;
}
.block.bg-color-purple {
  background-color: #732472;
  color: #fff;
}
.block.bg-color-purple h2, .block.bg-color-purple h3, .block.bg-color-purple h4, .block.bg-color-purple h5 {
  color: #fff;
}
.block.bg-color-purple p a:not(.btn), .block.bg-color-purple li a:not(.btn) {
  color: #fff;
}
.block.bg-color-purple .btn-link,
.block.bg-color-purple .btn-alt {
  color: #fff;
}
.block.bg-color-purple .btn.btn-secondary {
  border-color: #fff;
  color: #fff;
}
.block.bg-color-purple .btn.btn-secondary:hover {
  background-color: #fff;
  color: #732472;
}
.block.bg-color-yellow {
  background-color: #F6D809;
}
.block.bg-color-yellow h2, .block.bg-color-yellow h3 {
  color: #732472;
}
.block.bg-color-yellow p, .block.bg-color-yellow li {
  color: #000000;
}
.block.bg-color-yellow p a:not(.btn), .block.bg-color-yellow li a:not(.btn) {
  color: #000000;
}
.block.bg-color-yellow p a:not(.btn):hover, .block.bg-color-yellow li a:not(.btn):hover {
  text-decoration: none;
}
.block.bg-color-yellow .btn-link,
.block.bg-color-yellow .btn-alt {
  color: #000000;
}
.block p, .block li {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 1140px) {
  .block p, .block li {
    font-size: 1.2em;
  }
}
.block p strong, .block p b, .block li strong, .block li b {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.block p a, .block li a {
  color: #58595D;
}
.block p a:hover, .block li a:hover {
  text-decoration: none;
}
.block p + h4, .block li + h4 {
  margin-top: 1em;
}
.block p + h5, .block li + h5 {
  margin-top: 0.75em;
}
.block p .smaller, .block li .smaller {
  display: block;
  font-size: 0.75em;
  line-height: 1.6em;
}
.block p.link-wrap, .block li.link-wrap {
  font-size: 1.1em;
  line-height: 1em;
}
.block fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.block fieldset .fields {
  display: flex;
  gap: 2em;
}
.block fieldset .fields > * {
  flex: 1;
}
.block fieldset p {
  margin: 0;
}
.block legend {
  padding: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
@media only screen and (min-width: 1140px) {
  .block legend {
    font-size: 1.2em;
  }
}
.block ul li, .block ol li {
  line-height: 1.4em;
  margin-top: 0.333em;
}
.block ul li:first-child, .block ol li:first-child {
  margin-top: 0;
}
.block ul li > ul, .block ul li > ol, .block ol li > ul, .block ol li > ol {
  font-size: 0.9em;
}
.block ul li > ul li, .block ul li > ol li, .block ol li > ul li, .block ol li > ol li {
  font-size: 1em;
}
.block ul + h4, .block ol + h4 {
  margin-top: 1em;
}
.block ul + h5, .block ol + h5 {
  margin-top: 0.75em;
}
.block ul.space-lg li:not(:first-child), .block ol.space-lg li:not(:first-child) {
  margin-top: 1.25em;
}
.block h2 + .link-wrap, .block h3 + .link-wrap, .block h4 + .link-wrap {
  margin-top: 0.5em;
}
.block img {
  display: block;
}
.block img.size-thumbnail,
.block img .size-thumbnail {
  max-width: 150px;
}
.block a.btn {
  text-decoration: none;
}
.block .alignleft,
.block .alignright {
  float: none;
  display: block;
  height: auto;
  margin: 5px auto 1em;
}
@media only screen and (min-width: 768px) {
  .block .alignleft[class*=size-],
.block .alignright[class*=size-] {
    max-width: 225px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft[class*=size-],
.block .alignright[class*=size-] {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.size-thumbnail,
.block .alignleft .size-thumbnail,
.block .alignright.size-thumbnail,
.block .alignright .size-thumbnail {
    max-width: 115px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.size-thumbnail,
.block .alignleft .size-thumbnail,
.block .alignright.size-thumbnail,
.block .alignright .size-thumbnail {
    max-width: 120px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.size-large,
.block .alignleft .size-large,
.block .alignright.size-large,
.block .alignright .size-large {
    max-width: 275px;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.size-large,
.block .alignleft .size-large,
.block .alignright.size-large,
.block .alignright .size-large {
    max-width: 300px;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft {
    float: left;
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignleft.spacing-lg {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignleft.spacing-lg {
    margin-right: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block .alignleft.spacing-lg {
    margin-right: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignright {
    float: right;
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignright {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .block .alignright.spacing-lg {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 980px) {
  .block .alignright.spacing-lg {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block .alignright.spacing-lg {
    margin-left: 5em;
  }
}
.block .alignnone:not(.img-sm),
.block .aligncenter:not(.img-sm) {
  width: 100%;
}
.block .alignnone:not(.img-sm) img,
.block .aligncenter:not(.img-sm) img {
  width: 100%;
}
.block .description-wrap {
  position: relative;
  z-index: 2;
}
.block .description-wrap p {
  max-width: 700px;
}
.block .description-wrap + .link-wrap {
  margin-top: 1em;
}
.block h3 + table, .block h3 + .table-wrap {
  margin-top: 0.75em;
}
.block h4 + table, .block h4 + .table-wrap {
  margin-top: 0.75em;
}
.block h4 + h5 {
  padding-top: 1em;
}
.block .table-wrap {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 979px) {
  .block .table-wrap {
    overflow: auto;
  }
}
.block table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.block table:not(:first-child) {
  margin-top: 1.5em;
}
.block table:not(:last-child) {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 979px) {
  .block table {
    min-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .block table.mobile-stack {
    min-width: 0;
  }
  .block table.mobile-stack thead {
    display: none;
  }
  .block table.mobile-stack tbody tr {
    border-top: 5px solid #732472;
    display: block;
  }
  .block table.mobile-stack tbody tr td {
    border: 0;
    display: block;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: left;
  }
  .block table.mobile-stack tbody tr td:first-child {
    padding-top: 1.5em;
  }
  .block table.mobile-stack tbody tr td:last-child {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .block table.mobile-has-body-th tbody th,
.block table.mobile-has-body-th tbody td {
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block table.mobile-has-body-th tbody th {
    border: none;
  }
}
.block table thead th {
  min-width: 75px;
}
.block table thead th.force-wide {
  min-width: 125px;
}
.block table thead th, .block table thead td {
  background-color: #732472;
  color: #fff;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.block table tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .block table th.mobile-sticky, .block table td.mobile-sticky {
    background-color: #fff;
    border-left: 2px solid #ccc;
    color: #222222;
    position: sticky;
    right: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .block table th.mobile-sticky {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 767px) {
  .block table td .mobile-btn a {
    background-color: #E31F31;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
    font-size: 1em;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    text-decoration: none;
  }
  .block table td .mobile-btn a:hover {
    text-decoration: none;
    background-color: #B7312C;
  }
}
.block table td, .block table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 0.75em;
}
.block table td a, .block table th a {
  color: #000000;
}
.block .wp-block-social-links li {
  margin-top: 0;
}
.block .blockquote,
.block blockquote {
  color: #732472;
  font-size: 1.15em;
  line-height: 0.9em;
  margin: 1.5em 0;
  position: relative;
  font-family: "Nunito700";
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1140px) {
  .block .blockquote,
.block blockquote {
    font-size: 1.4em;
  }
}
.block .blockquote p,
.block blockquote p {
  color: #732472;
}
.block .blockquote p:first-child,
.block blockquote p:first-child {
  margin-top: 0;
}
.block .blockquote + .author,
.block blockquote + .author {
  padding-top: 1em;
}
.block .blockquote cite,
.block blockquote cite {
  color: #222222;
  font-size: 0.75em;
  font-style: normal;
}
.block .blockquote cite:before,
.block blockquote cite:before {
  content: "—";
}
.block.with-after {
  padding-bottom: 0;
}
.block.with-after + .block {
  padding-top: 0;
}
.block.no-padd {
  padding-top: 0;
  padding-bottom: 0;
}
.block.no-padd-top {
  padding-top: 0;
}
.block .author {
  font-size: 1em;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .block .author {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .block .author {
    margin: 0 15px;
  }
}
.block .author .name {
  display: block;
  text-transform: uppercase;
}
.block .col-count-2:not(:first-child),
.block .col-count-3:not(:first-child) {
  margin-top: 2em;
}
.block .col-count-2:not(:last-child),
.block .col-count-3:not(:last-child) {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .block .col-count-2 {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-2 > * {
    padding-right: 2em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-3 {
    column-count: 3;
  }
}
@media only screen and (min-width: 768px) {
  .block .col-count-3 > * {
    padding-right: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (max-width: 767px) {
  .block .col-count-mobile {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .block .col-count-mobile * > {
    padding-right: 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.block .featured-p {
  background-color: #000000;
  color: #fff;
  border-radius: 15px 0 0 0;
  padding: 0.5em 1em;
}
.block .featured-p:not(:first-child) {
  margin-top: 1.5em;
}
.block .featured-p:not(:last-child) {
  margin-bottom: 1.5em;
}
.block .featured-p a {
  color: #fff;
}
.block .wp-caption {
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
.block .wp-caption img {
  max-width: 100%;
}
.block .wp-caption .wp-caption-text {
  font-size: 0.9em;
  padding: 0.5em;
}
.block p + .link-group .link-wrap {
  margin-top: 1em;
}
.block span.link-wrap {
  display: inline-block;
  margin-right: 1em;
}
.block address {
  background-color: shade(#777, 5%);
  color: shade(#777, 5%);
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.25em 1em;
}
.block address:not(:first-child) {
  margin-top: 0.5em;
}

.wp-block-columns {
  margin: 0;
  padding: 3em 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-top: 2em !important;
  }
}
.wp-block-columns .wp-block-column .wp-block-embed {
  padding: 0;
}
.wp-block-columns .wp-block-column > .block {
  max-width: 669px;
  padding: 0;
}
.wp-block-columns .wp-block-column > .block + .block {
  margin-top: 2em;
}
@media only screen and (min-width: 980px) {
  .wp-block-columns .wp-block-column > .block + .block {
    margin-top: 3em;
  }
}
.wp-block-columns + .wp-block-media-text {
  margin-top: -1.5em;
}
@media only screen and (min-width: 980px) {
  .wp-block-columns + .wp-block-media-text {
    margin-top: -2.5em;
  }
}

.block.alignfull,
.block.alignwide,
.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}

.block.alignwide,
.wp-block-columns.alignwide {
  margin: 0;
}

.sidebar-wrap {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-wrap {
    margin-left: 3em;
    width: 100%;
  }
}
.sidebar-wrap .sidebar {
  background: tint(#000000, 90%);
}
.sidebar-wrap .sidebar:first-child {
  margin-top: 0;
}
.sidebar-wrap .sidebar.has-img .content-wrap {
  padding-top: 1em;
}
.sidebar-wrap .sidebar h2 {
  color: #E31F31;
  font-size: 1.4em;
}
@media only screen and (min-width: 1140px) {
  .sidebar-wrap .sidebar h2 {
    font-size: 1.5em;
  }
}
.sidebar-wrap .sidebar h3 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  .sidebar-wrap .sidebar h3 {
    font-size: 1.4em;
  }
}
.sidebar-wrap .sidebar h2 + p, .sidebar-wrap .sidebar h3 + p, .sidebar-wrap .sidebar h4 + p {
  margin-top: 0.5em;
}
.sidebar-wrap .sidebar + .sidebar {
  border-top: 4px solid #eee;
  padding-top: 2em;
}

.oembed {
  position: relative;
}
.oembed:not(:first-child) {
  margin-top: 2em;
}
.oembed:not(:last-child) {
  margin-bottom: 2em;
}
.oembed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.oembed iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap,
.block.rtf.has-sidebar > .inner,
.content.has-sidebar > .block-wrap,
.content.has-sidebar > .inner,
.wp-block-media-text.has-sidebar > .block-wrap,
.wp-block-media-text.has-sidebar > .inner {
    align-items: flex-start;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap.row-reverse,
.block.rtf.has-sidebar > .inner.row-reverse,
.content.has-sidebar > .block-wrap.row-reverse,
.content.has-sidebar > .inner.row-reverse,
.wp-block-media-text.has-sidebar > .block-wrap.row-reverse,
.wp-block-media-text.has-sidebar > .inner.row-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap > .rtf-content,
.block.rtf.has-sidebar > .block-wrap > .content-inner,
.block.rtf.has-sidebar > .inner > .rtf-content,
.block.rtf.has-sidebar > .inner > .content-inner,
.content.has-sidebar > .block-wrap > .rtf-content,
.content.has-sidebar > .block-wrap > .content-inner,
.content.has-sidebar > .inner > .rtf-content,
.content.has-sidebar > .inner > .content-inner,
.wp-block-media-text.has-sidebar > .block-wrap > .rtf-content,
.wp-block-media-text.has-sidebar > .block-wrap > .content-inner,
.wp-block-media-text.has-sidebar > .inner > .rtf-content,
.wp-block-media-text.has-sidebar > .inner > .content-inner {
    flex-grow: 1;
    width: 64%;
  }
}
.block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
.block.rtf.has-sidebar > .inner > .sidebar-wrap,
.content.has-sidebar > .block-wrap > .sidebar-wrap,
.content.has-sidebar > .inner > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
.block.rtf.has-sidebar > .inner > .sidebar-wrap,
.content.has-sidebar > .block-wrap > .sidebar-wrap,
.content.has-sidebar > .inner > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-top: 0;
    margin-left: 3em;
    width: 30%;
  }
}
@media only screen and (min-width: 980px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
.block.rtf.has-sidebar > .inner > .sidebar-wrap,
.content.has-sidebar > .block-wrap > .sidebar-wrap,
.content.has-sidebar > .inner > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .block.rtf.has-sidebar > .block-wrap > .sidebar-wrap,
.block.rtf.has-sidebar > .inner > .sidebar-wrap,
.content.has-sidebar > .block-wrap > .sidebar-wrap,
.content.has-sidebar > .inner > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .block-wrap > .sidebar-wrap,
.wp-block-media-text.has-sidebar > .inner > .sidebar-wrap {
    margin-left: 5em;
  }
}
.block.rtf.block-force-full-width,
.content.block-force-full-width,
.wp-block-media-text.block-force-full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
.block.rtf.block-force-full-width .block-wrap,
.content.block-force-full-width .block-wrap,
.wp-block-media-text.block-force-full-width .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .block.rtf.block-force-full-width .block-wrap,
.content.block-force-full-width .block-wrap,
.wp-block-media-text.block-force-full-width .block-wrap {
    padding: 0 15px;
  }
}

.single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
  font-size: 1.8em;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
    font-size: 2.15em;
  }
}
@media only screen and (min-width: 1140px) {
  .single-post .featured-image-and-title .wrap .inner-wrap .pg-title {
    font-size: 2.4em;
  }
}
.single-post .featured-image-and-title .wrap .meta-info .date {
  color: #777;
}

.partial-partners {
  text-align: center;
}
.partial-partners .description-wrap h2 {
  max-width: none;
}
.partial-partners .inner {
  display: flex;
  justify-content: center;
}
.partial-partners .inner .item {
  align-items: center;
  display: block;
  height: 100%;
  justify-content: center;
  margin-top: 1em;
  max-width: 250px;
  padding: 0 1em;
}
.partial-partners .inner .item img {
  max-height: 80px;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease;
}
.partial-partners .inner a.item:hover img {
  opacity: 0.65;
}

.meta-info {
  align-items: center;
  display: flex;
}
.meta-info ul.terms {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-info ul.terms li {
  background-color: #000000;
  color: #fff;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.25em 0.33em;
}
.meta-info .date {
  color: #000000;
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .meta-info .date {
    font-size: 1.1em;
  }
}
.meta-info + h2 {
  padding-top: 0;
}
.meta-info span.term {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.1em 0.33em;
}

.jpl_venue-template-default .featured-image-and-title .card {
  background-color: #732472;
}
.jpl_venue-template-default .featured-image-and-title .card .pg-title {
  color: #fff;
}
.jpl_venue-template-default .featured-image-and-title .card .pg-intro-content {
  color: #fff;
}
.jpl_venue-template-default .featured-image-and-title .card .pg-intro-content a:not(.btn) {
  color: #fff;
}

.venues {
  text-align: center;
}
.venues h2 {
  margin-left: auto;
  margin-right: auto;
}
.venues h2 + .inner {
  margin-top: 1.25em;
}
.venues .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.venues .item {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 25px 0 25px 0;
  display: flex;
  margin-bottom: 1.25em;
  padding: 1.25em;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .venues .item {
    width: 49.25%;
  }
}
.venues .item img {
  border-radius: 15px 0 0 0;
  margin-right: 1em;
  width: 75px;
}
@media only screen and (min-width: 768px) {
  .venues .item img {
    width: 110px;
  }
}
.venues .item .content {
  flex: 1;
}
.venues .item h2, .venues .item h2 a {
  color: #732472;
}
.venues .item h2 {
  font-size: 1.15em;
}
@media only screen and (min-width: 768px) {
  .venues .item h2 {
    font-size: 1.25em;
  }
}
.venues .item h2 a:hover {
  text-decoration: none;
}
.venues .item address {
  color: #000000;
  font-style: normal;
  font-size: 1em;
  padding: 0;
}

.block .venue-images .swiper-wrapper.images-count-1, .block .venue-images .swiper-wrapper.images-count-2 {
  justify-content: center;
}
.block .venue-images .swiper-wrapper .swiper-slide {
  height: 275px;
}
@media only screen and (min-width: 1400px) {
  .block .venue-images .swiper-wrapper .swiper-slide {
    height: 360px;
  }
}
@media only screen and (min-width: 1900px) {
  .block .venue-images .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.block .venue-images .swiper-wrapper .swiper-slide a {
  background-color: #000000;
  display: block;
  border-radius: 15px 0 15px 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.block .venue-images .swiper-wrapper .swiper-slide a:hover img {
  opacity: 0.6;
  transform: scale(1.25);
}
.block .venue-images .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.block .swiper .swiper-button-next, .block .swiper .swiper-button-prev {
  color: #fff;
}
.block .swiper .swiper-pagination-bullet {
  border: 2px solid #E31F31;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
}
.block .swiper .swiper-pagination-bullet-active {
  background-color: #E31F31;
  border-color: #fff;
}

.rtf-title + .venues {
  margin-top: 2em;
}

.blog .post,
.single-post .post,
.archive.category .post,
.posts-sidebar-wrap .post {
  max-width: 705px;
}
.blog .post > .block.bg-color-default,
.single-post .post > .block.bg-color-default,
.archive.category .post > .block.bg-color-default,
.posts-sidebar-wrap .post > .block.bg-color-default {
  padding-top: 0;
}
.blog .posts-sidebar-wrap .sidebar-wrap h4,
.single-post .posts-sidebar-wrap .sidebar-wrap h4,
.archive.category .posts-sidebar-wrap .sidebar-wrap h4,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap h4 {
  color: #000000;
}
.blog .posts-sidebar-wrap .sidebar-wrap h4 a,
.single-post .posts-sidebar-wrap .sidebar-wrap h4 a,
.archive.category .posts-sidebar-wrap .sidebar-wrap h4 a,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap h4 a {
  color: #000000;
  text-decoration: none;
}
.blog .posts-sidebar-wrap .sidebar-wrap li,
.single-post .posts-sidebar-wrap .sidebar-wrap li,
.archive.category .posts-sidebar-wrap .sidebar-wrap li,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li {
  font-size: 1.1em;
}
@media only screen and (min-width: 1140px) {
  .blog .posts-sidebar-wrap .sidebar-wrap li,
.single-post .posts-sidebar-wrap .sidebar-wrap li,
.archive.category .posts-sidebar-wrap .sidebar-wrap li,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li {
    font-size: 1.2em;
  }
}
.blog .posts-sidebar-wrap .sidebar-wrap li a,
.single-post .posts-sidebar-wrap .sidebar-wrap li a,
.archive.category .posts-sidebar-wrap .sidebar-wrap li a,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li a {
  color: #000000;
}
.blog .posts-sidebar-wrap .sidebar-wrap li a:hover,
.single-post .posts-sidebar-wrap .sidebar-wrap li a:hover,
.archive.category .posts-sidebar-wrap .sidebar-wrap li a:hover,
.posts-sidebar-wrap .posts-sidebar-wrap .sidebar-wrap li a:hover {
  text-decoration: none;
}

.posts-sidebar-wrap,
.site-search-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap,
.site-search-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap .posts,
.site-search-wrap .posts {
    flex-grow: 1;
    width: 64%;
  }
}
.posts-sidebar-wrap .posts .post,
.site-search-wrap .posts .post {
  padding: 1.5em 1.5em 1.5em 0;
}
.posts-sidebar-wrap .posts .post:not(:first-child),
.site-search-wrap .posts .post:not(:first-child) {
  border-top: 3px solid #732472;
}
.posts-sidebar-wrap .posts .post:first-child,
.site-search-wrap .posts .post:first-child {
  padding-top: 0;
}
.posts-sidebar-wrap .posts .post .meta-info + h2,
.site-search-wrap .posts .post .meta-info + h2 {
  padding-top: 0.5em;
}
.posts-sidebar-wrap .posts .post h2, .posts-sidebar-wrap .posts .post h3,
.site-search-wrap .posts .post h2,
.site-search-wrap .posts .post h3 {
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap .posts .post h2, .posts-sidebar-wrap .posts .post h3,
.site-search-wrap .posts .post h2,
.site-search-wrap .posts .post h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap .posts .post h2, .posts-sidebar-wrap .posts .post h3,
.site-search-wrap .posts .post h2,
.site-search-wrap .posts .post h3 {
    font-size: 1.6em;
  }
}
.posts-sidebar-wrap .posts .post h2 a, .posts-sidebar-wrap .posts .post h3 a,
.site-search-wrap .posts .post h2 a,
.site-search-wrap .posts .post h3 a {
  color: #000000;
  text-decoration: underline;
}
.posts-sidebar-wrap .posts .post h2 a:hover, .posts-sidebar-wrap .posts .post h3 a:hover,
.site-search-wrap .posts .post h2 a:hover,
.site-search-wrap .posts .post h3 a:hover {
  text-decoration: none;
}
.posts-sidebar-wrap .posts .post h2 + p, .posts-sidebar-wrap .posts .post h3 + p,
.site-search-wrap .posts .post h2 + p,
.site-search-wrap .posts .post h3 + p {
  font-size: 1.05em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap .posts .post h2 + p, .posts-sidebar-wrap .posts .post h3 + p,
.site-search-wrap .posts .post h2 + p,
.site-search-wrap .posts .post h3 + p {
    font-size: 1.15em;
  }
}
.posts-sidebar-wrap .posts .post .post-link,
.site-search-wrap .posts .post .post-link {
  padding-top: 1em;
}
.posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
  margin: 2em 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
  }
}
@media only screen and (min-width: 768px) {
  .posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
    margin-top: 0;
    margin-left: 3em;
    width: 30%;
  }
}
@media only screen and (min-width: 980px) {
  .posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .posts-sidebar-wrap > .sidebar-wrap,
.site-search-wrap > .sidebar-wrap {
    margin-left: 5em;
  }
}
.posts-sidebar-wrap > .sidebar-wrap .search-form label,
.site-search-wrap > .sidebar-wrap .search-form label {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner,
.site-search-wrap > .sidebar-wrap .search-form .inner {
  display: flex;
  padding-top: 0.25em;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner input,
.site-search-wrap > .sidebar-wrap .search-form .inner input {
  border: 2px solid #E31F31;
  border-radius: 5px 0 0 5px;
  flex: 1;
  padding: 0.5em;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner button,
.site-search-wrap > .sidebar-wrap .search-form .inner button {
  align-items: center;
  background-color: #E31F31;
  border-radius: 0 5px 5px 0;
  border: none;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  width: 35px;
  transition: all 0.3s ease;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner button:hover,
.site-search-wrap > .sidebar-wrap .search-form .inner button:hover {
  background-color: #B7312C;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner button svg,
.site-search-wrap > .sidebar-wrap .search-form .inner button svg {
  fill: #F6D809;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner button:before,
.site-search-wrap > .sidebar-wrap .search-form .inner button:before {
  color: #000000;
}
.posts-sidebar-wrap > .sidebar-wrap .search-form .inner button span,
.site-search-wrap > .sidebar-wrap .search-form .inner button span {
  display: none;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar:not(:first-child),
.site-search-wrap > .sidebar-wrap .sidebar:not(:first-child) {
  margin-top: 2em;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar h4,
.site-search-wrap > .sidebar-wrap .sidebar h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.posts-sidebar-wrap > .sidebar-wrap .sidebar.cats .sidebar-list,
.site-search-wrap > .sidebar-wrap .sidebar.cats .sidebar-list {
  margin: 0;
}

.reviews .inner {
  margin-left: -10px;
}
.reviews .item {
  background-color: #fff;
  border-radius: 10px 0;
  margin-right: 2em;
  padding: 1.25em;
}
@media only screen and (min-width: 1140px) {
  .reviews .item {
    padding: 1.75em;
  }
}
.reviews .description-wrap {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .reviews .description-wrap {
    -webkit-line-clamp: 6;
  }
}
@media only screen and (min-width: 1140px) {
  .reviews .description-wrap {
    -webkit-line-clamp: 5;
  }
}
.reviews .description-wrap p {
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
  font-size: 1.05em;
}
@media only screen and (min-width: 980px) {
  .reviews .description-wrap p {
    font-size: 1.1em;
  }
}
.reviews .slick-slider .slick-arrow {
  border-color: #777;
}
.reviews .slick-slider .slick-arrow svg path {
  fill: #777;
}
.reviews .review-meta {
  background: url("img/soccer-ball-red.svg") no-repeat;
  background-position: left center;
  background-size: 38px 38px;
  margin-top: 1em;
  min-height: 42px;
  padding-left: 45px;
  padding-top: 5px;
}
.reviews .review-author {
  font-size: 1.1em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.reviews .review-date {
  font-size: 0.8em;
  margin-top: 0.5em;
}
.reviews .rating svg {
  margin-right: 0.25em;
  width: 15px;
}
.reviews .rating .hidden {
  display: none !important;
}
.reviews .slick-slide {
  background-color: #fff;
  border-radius: 10px 0;
}
.reviews .slick-slide .item {
  background-color: transparent;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.meta li {
  font-size: 0.9em;
  margin-right: 0.75em;
}

.template-coaches .description-wrap {
  text-align: center;
}
.template-coaches .description-wrap h2 {
  max-width: 100%;
}
.template-coaches .callout .content .title h3 {
  font-size: 1.3em !important;
}
@media only screen and (min-width: 1140px) {
  .template-coaches .callout .content .title h3 {
    font-size: 1.4em !important;
  }
}
.template-coaches .callout .content .title h3 a::after {
  content: none !important;
}
.template-coaches .callout .img-wrap:before {
  padding-top: 90% !important;
}
.template-coaches .slick-list, .template-coaches .slick-track {
  min-width: 100%;
}
.template-coaches .slick-track {
  justify-content: center;
}
@media only screen and (min-width: 980px) {
  .template-coaches.col-1 .slick-slide, .template-coaches.col-2 .slick-slide {
    min-width: 315px;
  }
}
.template-coaches.template-coaches-full-list {
  padding-top: 0;
}
.template-coaches.template-coaches-full-list .callout-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
}
@media only screen and (min-width: 1140px) {
  .template-coaches.template-coaches-full-list .callout-inner {
    gap: 1.5em;
  }
}
.template-coaches.template-coaches-full-list .callout-inner .callout {
  width: calc(50% - .5em);
}
@media only screen and (min-width: 980px) {
  .template-coaches.template-coaches-full-list .callout-inner .callout {
    width: calc(33.333% - .5em);
  }
}
@media only screen and (min-width: 1140px) {
  .template-coaches.template-coaches-full-list .callout-inner .callout {
    width: calc(33.333% - 1em);
  }
}
@media only screen and (max-width: 979px) {
  .template-coaches.template-coaches-full-list .callout-inner .callout {
    margin-bottom: 1em;
  }
}
.template-coaches.template-coaches-full-list .callout-inner .img-wrap {
  position: relative;
}
.template-coaches.template-coaches-full-list .callout-inner .img-wrap::before {
  content: "";
  display: block;
  padding-top: 70%;
  width: 100%;
}
.template-coaches.template-coaches-full-list .callout-inner .img-wrap img {
  border-radius: 15px 0;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.template-coaches.template-coaches-full-list .callout-inner .img-wrap + .content {
  padding-top: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .template-coaches.template-coaches-full-list .callout-inner .img-wrap + .content {
    padding-top: 1em;
  }
}
.template-coaches.template-coaches-full-list .callout-inner .content h3 {
  color: #E31F31;
  font-size: 1.3em;
}
@media only screen and (min-width: 1140px) {
  .template-coaches.template-coaches-full-list .callout-inner .content h3 {
    font-size: 1.4em;
  }
}

.coach-modal {
  background-color: #fff;
  border-radius: 15px;
  padding: 1em;
}
.coach-modal .modal-content {
  background-color: #fff;
  display: flex;
}
.coach-modal .modal-content h3 {
  color: #E31F31;
  font-size: 1.4em;
}
@media only screen and (min-width: 1140px) {
  .coach-modal .modal-content h3 {
    font-size: 1.5em;
  }
}
.coach-modal .modal-content .img-wrap {
  flex: 0 0 120px;
  margin-right: 1.25em;
  width: 120px;
}
@media only screen and (min-width: 1140px) {
  .coach-modal .modal-content .img-wrap {
    flex: 0 0 150px;
    width: 150px;
  }
}
.coach-modal .modal-content .img-wrap img {
  border-radius: 10%;
  width: 100%;
  display: block;
}
.coach-modal .modal-content .content {
  flex: 1;
}
.coach-modal .modal-content .content .coach-title {
  color: #732472;
  font-size: 1.1em;
  margin-top: 0.5em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.coach-modal .modal-content p {
  line-height: 1.5em;
  margin-top: 0.75em;
}
.coach-modal .modal-content p a {
  color: #000000;
}
.coach-modal .modal-content p a:hover {
  text-decoration: none;
}

.pagination {
  clear: both;
  padding: 2em 0;
  text-transform: uppercase;
}
.pagination a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background-color: #000000;
}
.pagination .page-numbers {
  background-color: #58595D;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  padding: 5px 12px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: #000000;
}
.pagination .page-numbers.current {
  background-color: #000000;
}

.ftr {
  color: #fff;
  min-height: 100px;
}
.ftr .ftr-top {
  background-color: #E31F31;
  padding: 3em 0;
}
@media only screen and (min-width: 980px) {
  .ftr .ftr-top {
    padding: 3em 0 1.5em;
  }
}
.ftr .ftr-bottom {
  background-color: #3B70B6;
  padding: 3em 0;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-bottom {
    border-top: 2px solid #fff;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .ftr-bottom {
    padding: 3.5em 0;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .wrap > .inner {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .ftr .wrap > .inner .ftr-contact-social {
    margin-bottom: 1em;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .wrap > .inner .ftr-contact-social {
    margin: 0;
    text-align: left;
    width: 400px;
  }
}
.ftr .wrap > .inner .ftr-contact-social .logo-wrap {
  display: block;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .ftr .wrap > .inner .ftr-contact-social .logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .wrap > .inner .ftr-contact-social .logo-wrap {
    max-width: 300px;
  }
}
.ftr .wrap > .inner .ftr-contact-social .logo-wrap img {
  display: block;
  width: 100%;
}
.ftr .wrap > .inner .ftr-contact-social .nav-social ul {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ftr .wrap > .inner .ftr-contact-social .nav-social ul {
    justify-content: flex-start;
  }
}
.ftr .wrap > .inner .ftr-contact-social .nav-social ul li svg {
  fill: #fff;
}
.ftr .wrap > .inner .ftr-contact-social .description-wrap p {
  line-height: 1.4em;
}
.ftr .wrap > .inner .ftr-contact-social .description-wrap a {
  color: #fff;
}
.ftr .wrap > .inner .ftr-contact-social .description-wrap a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ftr .wrap > .inner .ftr-menu-wrap {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .wrap .menu {
    column-count: 2;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .wrap .menu {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 767px) {
  .ftr .wrap .menu#menu-footer-menu {
    text-align: center;
  }
}
.ftr .wrap .menu#menu-footer-menu li:not(:last-child) {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .ftr .wrap .menu#menu-footer-menu li {
    min-width: 200px;
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .ftr .wrap .menu#menu-footer-menu li {
    min-width: 250px;
  }
}
.ftr .wrap .menu#menu-footer-menu li span.label {
  background: #c7242b;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.85em;
  margin-left: -0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em 0.75em;
}
.ftr .wrap .menu li {
  margin-bottom: 1em;
}
.ftr .wrap .menu a {
  color: #fff;
  text-decoration: underline;
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
}
.ftr .wrap .menu a:hover {
  text-decoration: none;
}
.ftr .wrap .menu .sub-menu {
  font-size: 0.9em;
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .ftr .wrap .menu .sub-menu {
    break-inside: avoid;
  }
}
.ftr .wrap .menu .sub-menu li {
  padding-left: 0 !important;
}
.ftr .wrap .nav-primary-footer {
  font-size: 1.2em;
}
.ftr .wrap .nav-primary-footer a {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.ftr .wrap .nav-resources p {
  font-size: 1em;
  margin-bottom: 1em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.ftr .ftr-logo-wrap {
  margin: 0 auto;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-logo-wrap {
    margin-left: 0;
    width: 175px;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .ftr-logo-wrap {
    width: 170px;
  }
}
@media only screen and (min-width: 1140px) {
  .ftr .ftr-logo-wrap {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-col-nav {
    text-align: center;
  }
}
@media only screen and (max-width: 979px) {
  .ftr .ftr-col-nav {
    padding-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-col-nav {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .ftr-col-nav {
    flex: 1;
    padding-left: 4em;
  }
}
@media only screen and (min-width: 1140px) {
  .ftr .ftr-col-nav {
    padding-left: 6em;
  }
}
.ftr .ftr-col-nav address {
  font-style: normal;
}
.ftr .ftr-col-nav address a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-col-nav .col {
    padding-right: 1.75em;
    width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-col-nav .col.description-wrap {
    width: 36%;
  }
}
.ftr .ftr-col-nav .col.description-wrap .btn-alt {
  color: #fff;
}
.ftr .ftr-col-nav .col.description-wrap .btn-alt:after {
  color: #fff;
  height: 22px;
  width: 22px;
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-col-nav .col.nav-footer-resources {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-col-nav .col.nav {
    margin-top: 1.5em;
  }
}
.ftr .ftr-col-nav .col.nav ul li {
  font-size: 1em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1140px) {
  .ftr .ftr-col-nav .col.nav ul li {
    font-size: 1.1em;
  }
}
.ftr .ftr-col-nav .col.nav ul li:first-child {
  margin-top: 0;
}
.ftr .ftr-col-nav .col.nav ul li a {
  color: #fff;
  text-decoration: none;
}
.ftr .ftr-col-nav .col.nav ul li a:hover {
  text-decoration: underline;
}
.ftr .ftr-col-nav h4 {
  color: #fff;
  font-size: 1.1em;
  margin: 0 0 1.25em;
}
@media only screen and (min-width: 980px) {
  .ftr .ftr-col-nav h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-desc {
    text-align: center;
  }
}
.ftr .ftr-desc .title {
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-desc .logo-links {
    align-items: center;
    display: flex;
    border-top: 2px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-desc .logo-links .logo-wrap {
    border-right: 2px solid #fff;
    padding: 1.75em 2em 1.75em 0;
  }
}
.ftr .ftr-desc .logo-links .logo-wrap img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-desc .logo-links .logo-wrap img {
    margin: 0 auto;
  }
}
.ftr .ftr-desc .logo-links ul {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-desc .logo-links ul {
    display: block;
    justify-content: center;
    padding: 1em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-desc .logo-links ul {
    align-items: center;
    gap: 20px 30px;
    padding: 0 0 0 2em;
  }
}
@media only screen and (min-width: 1140px) {
  .ftr .ftr-desc .logo-links ul {
    gap: 20px 50px;
    padding-left: 3em;
  }
}
.ftr .ftr-desc .logo-links ul li {
  font-size: 1.1em;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-desc .logo-links ul li {
    margin-top: 1em;
    max-width: 150px;
  }
}
.ftr .ftr-secondary {
  margin-top: 3.5em;
}
@media only screen and (max-width: 767px) {
  .ftr .ftr-secondary {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .ftr .ftr-secondary .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.ftr .nav-footer-secondary .menu {
  column-count: unset;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-footer-secondary .menu {
    display: flex;
    justify-content: flex-end;
  }
  .ftr .nav-footer-secondary .menu li {
    margin-left: 1em;
  }
}
.ftr .nav-footer-secondary .menu li {
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .ftr .nav-footer-secondary .menu li {
    margin-right: 1em;
  }
}
.ftr .nav-footer-secondary .menu li a:hover {
  color: #F6D809;
}
.ftr .copyright {
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .ftr .copyright {
    padding-top: 0.5em;
  }
}
.ftr + svg {
  display: none;
}

.ftr .nav-social,
.social-bar-cta .nav-social {
  padding: 2em 0 0;
  width: 100%;
}
.ftr .nav-social:not(:last-child),
.social-bar-cta .nav-social:not(:last-child) {
  margin-bottom: 1em;
}
.ftr .nav-social ul,
.social-bar-cta .nav-social ul {
  display: flex;
}
.ftr .nav-social ul li,
.social-bar-cta .nav-social ul li {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-social ul li,
.social-bar-cta .nav-social ul li {
    margin-right: 0;
  }
}
.ftr .nav-social ul li a,
.social-bar-cta .nav-social ul li a {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0.33em;
  width: 50px;
  transition: all 0.3s ease;
}
.ftr .nav-social ul li a:hover svg,
.social-bar-cta .nav-social ul li a:hover svg {
  opacity: 0.7;
}
.ftr .nav-social ul li a:after,
.social-bar-cta .nav-social ul li a:after {
  content: none !important;
}
.ftr .nav-social ul li svg,
.social-bar-cta .nav-social ul li svg {
  fill: #000000;
  transition: all 0.3s ease;
}

.site-search-wrap {
  display: block;
}
.site-search-wrap .posts-sidebar-wrap {
  display: block;
}

.no-results,
.validation,
.locator.locator-results-no .locator-error {
  background-color: #f9d3c1;
  color: #000000;
  padding: 0.75em 1.5em;
  width: 100%;
}
.no-results:first-child,
.validation:first-child,
.locator.locator-results-no .locator-error:first-child {
  margin-top: 0 !important;
}
.no-results a,
.validation a,
.locator.locator-results-no .locator-error a {
  color: #000000;
}
.no-results.program-filter-not-found,
.validation.program-filter-not-found,
.locator.locator-results-no .locator-error.program-filter-not-found {
  margin-top: 0;
}

.col-row:not(:first-child) {
  margin-top: 1.5em;
}
.col-row:not(:last-child) {
  margin-top: 1.5em;
}
.col-row .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5em 0;
}
.col-row .inner .item {
  margin: 0.5em 0;
  padding: 0 0.5em;
  max-width: 450px;
}
@media only screen and (min-width: 768px) {
  .col-row .inner .item {
    width: 25%;
  }
}
@media only screen and (min-width: 980px) {
  .col-row .inner .item {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-2 .inner .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-3 .inner .item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-5 .inner .item {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-6 .inner .item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-row.count-6 .inner .item {
    width: 18.5%;
  }
}

.slick-slider .slick-arrow {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  border: 4px solid #ccc;
  color: #000000;
  cursor: pointer;
  font-size: 2em;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 42px;
  width: 42px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: -0.5em;
}
@media only screen and (min-width: 1140px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -1.5em;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: calc(-.5em - 15px);
}
@media only screen and (min-width: 1140px) {
  .slick-slider .slick-arrow.slick-next {
    right: calc(-1.5em - 15px);
  }
}
.slick-slider .slick-arrow:hover {
  background-color: #E31F31;
  border-color: #E31F31;
}
.slick-slider .slick-arrow:hover svg path {
  fill: #fff;
}
.slick-slider .slick-arrow svg {
  height: 20px;
  width: 20px;
  transition: all 0.3s ease;
}
.slick-slider .slick-arrow svg path {
  fill: #ccc;
}
.slick-slider .slick-list {
  overflow: hidden;
}
.slick-slider .slick-track {
  display: flex;
  padding-top: 1em;
  padding-bottom: 0.66em;
}
.slick-slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.slick-slider .slick-slide > div {
  height: 100%;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 1em 0 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.slick-slider .slick-dots li {
  margin: 0 0.25em;
}
.slick-slider .slick-dots li button {
  background-color: #fff;
  border: 2px solid #E31F31;
  border-radius: 50%;
  display: block;
  height: 18px;
  padding: 0;
  text-indent: -999em;
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-dots li button {
    height: 20px;
    width: 20px;
  }
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #E31F31;
}

.rtf:not(.bg-color-boxed-red) .rtf-content .gform_wrapper[id*=gform_wrapper] {
  background-color: #fff;
  border: 4px solid #732472;
  border-radius: 25px 0;
  padding: 2em;
}
@media only screen and (min-width: 1140px) {
  .rtf:not(.bg-color-boxed-red) .rtf-content .gform_wrapper[id*=gform_wrapper] {
    padding: 2.5em;
  }
}

.block .job-listings .inner {
  padding-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .block .job-listings .inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .block .job-listings .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .block .job-listings .inner.count-1, .block .job-listings .inner.count-2 {
    justify-content: center;
  }
}
.block .job-listings .inner .item {
  display: flex;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .block .job-listings .inner .item {
    margin-top: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .block .job-listings .inner .item {
    width: calc(50% - .5em);
  }
}
@media only screen and (min-width: 980px) {
  .block .job-listings .inner .item {
    width: calc(33.33% - .67em);
  }
}
.block .job-listings .inner .item::before {
  content: url("img/soccer-ball-red.svg");
  display: inline-block;
  height: 25px;
  margin-right: 0.5em;
  width: 25px;
}
.block .job-listings .inner .content {
  flex: 1;
}
.block .job-listings .inner h3 {
  font-size: 1.2em;
  text-align: left;
}
@media only screen and (min-width: 1140px) {
  .block .job-listings .inner h3 {
    font-size: 1.3em;
  }
}
.block .job-listings .inner h3 a {
  color: #E31F31;
  display: flex;
}
.block .job-listings .inner h3 a:hover {
  text-decoration: none;
}
.block .job-listings .inner p.excerpt {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.5em 0 0;
}

.job-sidebar .section:not(:first-child) {
  margin-top: 2em;
}
.job-sidebar .section h2 {
  color: #732472;
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
.job-sidebar .section p {
  font-size: 1em;
  line-height: 1.4em;
}

.blog img,
.archive.category img {
  border-radius: 15px 0;
  display: block;
  width: 100%;
}
.blog .posts-sidebar-wrap,
.archive.category .posts-sidebar-wrap {
  padding: 2em;
  margin-bottom: 3em;
}
.blog .posts-sidebar-wrap .posts,
.archive.category .posts-sidebar-wrap .posts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 0;
  width: 100%;
}
.blog .posts-sidebar-wrap .post,
.archive.category .posts-sidebar-wrap .post {
  border-top: none !important;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .blog .posts-sidebar-wrap .post,
.archive.category .posts-sidebar-wrap .post {
    width: 31%;
  }
}
.blog .posts-sidebar-wrap .post a.post-inner,
.archive.category .posts-sidebar-wrap .post a.post-inner {
  border: 4px solid #732472;
  border-radius: 15px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog .posts-sidebar-wrap .post a.post-inner.has-img .img-wrap img.fallback,
.archive.category .posts-sidebar-wrap .post a.post-inner.has-img .img-wrap img.fallback {
  background-color: #fff !important;
}
.blog .posts-sidebar-wrap .post a.post-inner:hover,
.archive.category .posts-sidebar-wrap .post a.post-inner:hover {
  background-color: #E4F5E1;
  border-color: #6CC351;
}
.blog .posts-sidebar-wrap .post a.post-inner:hover h2, .blog .posts-sidebar-wrap .post a.post-inner:hover h3,
.archive.category .posts-sidebar-wrap .post a.post-inner:hover h2,
.archive.category .posts-sidebar-wrap .post a.post-inner:hover h3 {
  text-decoration: none;
}
.blog .posts-sidebar-wrap .post .content,
.archive.category .posts-sidebar-wrap .post .content {
  padding-top: 1em;
  text-align: center;
}
.blog .posts-sidebar-wrap .post h2, .blog .posts-sidebar-wrap .post h3,
.archive.category .posts-sidebar-wrap .post h2,
.archive.category .posts-sidebar-wrap .post h3 {
  color: #E31F31;
  font-size: 1.3em;
  text-decoration: underline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .blog .posts-sidebar-wrap .post h2, .blog .posts-sidebar-wrap .post h3,
.archive.category .posts-sidebar-wrap .post h2,
.archive.category .posts-sidebar-wrap .post h3 {
    font-size: 1.4em;
  }
}
.blog .posts-sidebar-wrap .post .post-date,
.archive.category .posts-sidebar-wrap .post .post-date {
  color: #732472;
  font-size: 0.9em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.blog .posts-sidebar-wrap .post .post-excerpt,
.archive.category .posts-sidebar-wrap .post .post-excerpt {
  color: #222222;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.featured-blog {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 2em 0;
}
.featured-blog .post {
  position: relative;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (min-width: 980px) {
  .featured-blog .post {
    padding: 0 15px;
  }
}
.featured-blog .post .content {
  padding-top: 2em;
}
.featured-blog .post h2 {
  font-size: 1.6em;
}
@media only screen and (min-width: 980px) {
  .featured-blog .post h2 {
    font-size: 2.1em;
  }
}
.featured-blog .post h2 a {
  color: #fff;
}
.featured-blog .post h2 a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .featured-blog .post .post-inner.has-img .img-wrap {
    width: 400px;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-blog .post .post-inner.has-img .img-wrap {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-blog .post .post-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .featured-blog .post .post-inner .content {
    flex: 1;
    margin-right: 1.5em;
  }
}
@media only screen and (min-width: 1140px) {
  .featured-blog .post .post-inner .content {
    margin-right: 2em;
  }
}
.featured-blog .post .post-inner .post-date {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}

.single-post .meta-info {
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sitemap-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap-wrap > ul {
    width: calc(50% - 1em);
  }
}

.gform_wrapper[id*=gform_wrapper],
.gform_wrapper[id*=gform_confirmation_wrapper] {
  color: #222222;
}
.gform_wrapper[id*=gform_wrapper]:not(:first-child),
.gform_wrapper[id*=gform_confirmation_wrapper]:not(:first-child) {
  margin-top: 2em;
}
.gform_wrapper[id*=gform_wrapper] .gfield_label,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield_label {
  margin-bottom: 0.25em;
  display: block;
  color: #222222;
  font-size: 1.1em;
}
.gform_wrapper[id*=gform_wrapper] .gform_fields,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_fields {
  row-gap: 0 !important;
}
.gform_wrapper[id*=gform_wrapper] .gfield,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield {
  margin-bottom: 1.75em;
}
.gform_wrapper[id*=gform_wrapper] .gfield input[type=text],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=email],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=tel],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=url],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=number],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=password],
.gform_wrapper[id*=gform_wrapper] .gfield textarea,
.gform_wrapper[id*=gform_wrapper] .gfield select,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=text],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=email],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=tel],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=url],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=number],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=password],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield textarea,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield select {
  width: 101%;
  padding: 0.75em 1em;
  font-size: 1em;
  border: 2px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #222222;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.gform_wrapper[id*=gform_wrapper] .gfield input[type=text]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=email]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=tel]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=url]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=number]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=password]:focus,
.gform_wrapper[id*=gform_wrapper] .gfield textarea:focus,
.gform_wrapper[id*=gform_wrapper] .gfield select:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=text]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=email]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=tel]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=url]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=number]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=password]:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield textarea:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield select:focus {
  border-color: #732472;
  outline: none !important;
}
.gform_wrapper[id*=gform_wrapper] .gfield input[type=text]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=email]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=tel]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=url]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=number]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield input[type=password]::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield textarea::placeholder,
.gform_wrapper[id*=gform_wrapper] .gfield select::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=text]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=email]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=tel]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=url]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=number]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=password]::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield textarea::placeholder,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield select::placeholder {
  color: #777 !important;
}
.gform_wrapper[id*=gform_wrapper] .gfield select,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield select {
  align-items: center;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding: 0 1em;
}
.gform_wrapper[id*=gform_wrapper] .gfield textarea,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper[id*=gform_wrapper] .gfield input[type=checkbox],
.gform_wrapper[id*=gform_wrapper] .gfield input[type=radio],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=checkbox],
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield input[type=radio] {
  margin-right: 0.5em;
}
.gform_wrapper[id*=gform_wrapper] .gfield .gfield_checkbox,
.gform_wrapper[id*=gform_wrapper] .gfield .gfield_radio,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield .gfield_checkbox,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.gform_wrapper[id*=gform_wrapper] .gfield .gfield_checkbox label,
.gform_wrapper[id*=gform_wrapper] .gfield .gfield_radio label,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield .gfield_checkbox label,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield .gfield_radio label {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.gform_wrapper[id*=gform_wrapper] .gfield.gfield_error input,
.gform_wrapper[id*=gform_wrapper] .gfield.gfield_error textarea,
.gform_wrapper[id*=gform_wrapper] .gfield.gfield_error select,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield.gfield_error input,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield.gfield_error textarea,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield.gfield_error select {
  border-color: #B7312C;
}
.gform_wrapper[id*=gform_wrapper] .gfield.gfield_error .gfield_description,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield.gfield_error .gfield_description {
  color: #B7312C;
  font-size: 0.875em;
  margin-top: 0.25em;
}
.gform_wrapper[id*=gform_wrapper] .ginput_container_radio,
.gform_wrapper[id*=gform_confirmation_wrapper] .ginput_container_radio {
  padding-top: 0.5em;
}
.gform_wrapper[id*=gform_wrapper] .ginput_container_radio label,
.gform_wrapper[id*=gform_confirmation_wrapper] .ginput_container_radio label {
  font-size: 1.1em;
}
.gform_wrapper[id*=gform_wrapper] .gfield_required,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield_required {
  margin-left: 0.33em;
}
.gform_wrapper[id*=gform_wrapper] .gfield_required:after,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield_required:after {
  content: "*";
  font-size: 1.1em;
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.gform_wrapper[id*=gform_wrapper] .gfield_required span,
.gform_wrapper[id*=gform_confirmation_wrapper] .gfield_required span {
  display: none;
}
.gform_wrapper[id*=gform_wrapper] input[type=submit],
.gform_wrapper[id*=gform_wrapper] button.gform_button,
.gform_wrapper[id*=gform_confirmation_wrapper] input[type=submit],
.gform_wrapper[id*=gform_confirmation_wrapper] button.gform_button {
  background-color: #E31F31 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-family: "Poppins700" !important;
  padding: 0.75em 1.5em !important;
  border: none !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease;
  text-transform: uppercase !important;
}
.gform_wrapper[id*=gform_wrapper] input[type=submit]:hover,
.gform_wrapper[id*=gform_wrapper] button.gform_button:hover,
.gform_wrapper[id*=gform_confirmation_wrapper] input[type=submit]:hover,
.gform_wrapper[id*=gform_confirmation_wrapper] button.gform_button:hover {
  background-color: #B7312C !important;
}
.gform_wrapper[id*=gform_wrapper] input[type=submit]:disabled,
.gform_wrapper[id*=gform_wrapper] button.gform_button:disabled,
.gform_wrapper[id*=gform_confirmation_wrapper] input[type=submit]:disabled,
.gform_wrapper[id*=gform_confirmation_wrapper] button.gform_button:disabled {
  background-color: #eee !important;
  cursor: not-allowed;
}
.gform_wrapper[id*=gform_wrapper] .gform_footer,
.gform_wrapper[id*=gform_wrapper] .gform_page_footer,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_footer,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_page_footer {
  margin-top: 0;
}
.gform_wrapper[id*=gform_wrapper] .gform_confirmation_message,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_confirmation_message {
  background-color: #6CC351;
  border-radius: 25px 0;
  border: none;
  color: #fff;
  font-size: 1.2em;
  font-family: "Poppins700";
  line-height: 1.3em;
  padding: 1.25em;
}
.gform_wrapper[id*=gform_wrapper] .gform_confirmation_message:not(:first-child),
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_confirmation_message:not(:first-child) {
  margin-top: 2em;
}
.gform_wrapper[id*=gform_wrapper] .gform_confirmation_message h2,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_confirmation_message h2 {
  color: #fff;
  line-height: 1.4em;
}
.gform_wrapper[id*=gform_wrapper] .gform_confirmation_message h2 + p,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_confirmation_message h2 + p {
  margin-top: 0;
}
.gform_wrapper[id*=gform_wrapper] .gform_validation_errors,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_validation_errors {
  background-color: #ffe6e6;
  border: none;
  box-shadow: none;
  color: #000000;
  padding: 1em;
  margin-bottom: 1.5em;
  border-radius: 0;
}
.gform_wrapper[id*=gform_wrapper] .gform_validation_errors h2,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_validation_errors h2 {
  color: #000000;
}
.gform_wrapper[id*=gform_wrapper] .gform_validation_errors:focus,
.gform_wrapper[id*=gform_confirmation_wrapper] .gform_validation_errors:focus {
  outline: none !important;
}
.gform_wrapper[id*=gform_wrapper] span.required,
.gform_wrapper[id*=gform_confirmation_wrapper] span.required {
  color: #c02b0a;
}

.error404 .featured-image-and-title {
  padding-top: 1.5em;
}

.page-not-found {
  padding: 2.5em 0;
}

.cols.lk-registration {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 979px) {
  .cols.lk-registration {
    flex-direction: column-reverse;
  }
}
.cols.lk-registration .cols-form {
  gap: 2em;
  margin: 2em 0;
}
.cols.lk-registration .cols-form > div {
  margin: 2em 0;
}
@media only screen and (min-width: 768px) {
  .cols.lk-registration .cols-form {
    display: flex;
  }
  .cols.lk-registration .cols-form > div {
    margin: 0;
  }
}
.cols.lk-registration .plist {
  margin-top: 1em;
}
.cols.lk-registration .plist p {
  margin-top: 0;
}
.cols.lk-registration .footnote {
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
}
.cols.lk-registration .col-full {
  width: 100% !important;
}
.cols.lk-registration table td, .cols.lk-registration table th {
  background: transparent;
  color: #000000;
  text-align: left;
}
.cols.lk-registration table tr:nth-child(odd) {
  background: #fbfbfb;
}
.cols.lk-registration table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.cols.lk-registration table th, .cols.lk-registration table b {
  font-family: "Poppins700";
  font-weight: normal;
  font-style: normal;
}
.cols.lk-registration .main {
  flex: 1;
}
.cols.lk-registration .main .error {
  background-color: #ffe6e6;
  border: none;
  color: #000000;
  padding: 1em;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.cols.lk-registration .main input[type=text],
.cols.lk-registration .main input[type=email],
.cols.lk-registration .main input[type=tel],
.cols.lk-registration .main input[type=url],
.cols.lk-registration .main input[type=number],
.cols.lk-registration .main input[type=password],
.cols.lk-registration .main textarea,
.cols.lk-registration .main select {
  background: #fff;
  border: 2px solid #ccc;
  font-size: 0.85em;
  padding: 0.5em;
  height: 42px;
  width: 100%;
}
.cols.lk-registration .main input[type=text]:focus,
.cols.lk-registration .main input[type=email]:focus,
.cols.lk-registration .main input[type=tel]:focus,
.cols.lk-registration .main input[type=url]:focus,
.cols.lk-registration .main input[type=number]:focus,
.cols.lk-registration .main input[type=password]:focus,
.cols.lk-registration .main textarea:focus,
.cols.lk-registration .main select:focus {
  border-color: #732472;
  outline: none !important;
}
.cols.lk-registration .main input[type=text]::placeholder,
.cols.lk-registration .main input[type=email]::placeholder,
.cols.lk-registration .main input[type=tel]::placeholder,
.cols.lk-registration .main input[type=url]::placeholder,
.cols.lk-registration .main input[type=number]::placeholder,
.cols.lk-registration .main input[type=password]::placeholder,
.cols.lk-registration .main textarea::placeholder,
.cols.lk-registration .main select::placeholder {
  color: #777 !important;
}
.cols.lk-registration .main input[disabled],
.cols.lk-registration .main textarea[disabled],
.cols.lk-registration .main select[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}
.cols.lk-registration .main textarea {
  height: auto;
  min-height: 120px;
}
.cols.lk-registration .main input[type=radio],
.cols.lk-registration .main input[type=checkbox] {
  margin-right: 0.33em;
  transform: scale(1.25);
}
.cols.lk-registration .main .password-error {
  font-size: 0.8em;
  margin-top: 0.5em;
}
.cols.lk-registration .main .field-description {
  margin-top: 0.75em;
}
.cols.lk-registration .main .field-description ul, .cols.lk-registration .main .field-description ol {
  font-size: 0.8em;
}
.cols.lk-registration .main .field-description .password-policy p {
  font-size: 1em;
}
.cols.lk-registration .main .field-description .password-policy li span {
  display: flex;
}
.cols.lk-registration .main .field-description .password-policy li.valid {
  color: #6CC351;
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
}
.cols.lk-registration .main .field-description .password-policy li.valid span::after {
  background: url(img/fa-icons/square-check-solid-full-green.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 0.25em;
}
.cols.lk-registration .main p.sm,
.cols.lk-registration .main ol.sm li,
.cols.lk-registration .main ul.sm li {
  font-size: 1em;
}
.cols.lk-registration .main span.alignment-helper {
  left: 25px;
  position: relative;
}
.cols.lk-registration .btn-alt {
  color: #000000 !important;
}
.cols.lk-registration .btn-alt:hover {
  text-decoration: none;
}
.cols.lk-registration .side {
  font-size: 0.85em;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .cols.lk-registration .side {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1140px) {
  .cols.lk-registration .side {
    max-width: 350px;
  }
}
.cols.lk-registration .side .card + .card {
  margin-top: 1.5em;
}
@media only screen and (max-width: 979px) {
  .cols.lk-registration .side .card + .card {
    margin-top: 0.66em;
  }
}
@media only screen and (max-width: 979px) {
  .cols.lk-registration .side .card h2 {
    display: flex;
    font-size: 1.25em;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .cols.lk-registration .side .card h2::after {
    content: "+";
    width: 18px;
    height: 18px;
  }
  .cols.lk-registration .side .card h2.open::after {
    content: "−";
  }
}
.cols.lk-registration .side .card h2 + .card-details {
  margin-top: 0.5em;
}
@media only screen and (max-width: 979px) {
  .cols.lk-registration .side .card .card-details {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .cols.lk-registration .side .card .card-details {
    display: block !important;
  }
}
.cols.lk-registration .side .card p {
  line-height: 1.8em;
}
.cols.lk-registration .review-total {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.cols.lk-registration .review-total-area {
  margin-bottom: 0.5em;
}
.cols.lk-registration .review-total-area .review-total-label {
  font-family: "Nunito800";
  font-weight: normal;
  font-style: normal;
}

.bg-color-purple .cols.lk-registration {
  display: flex;
  gap: 1em;
}
.bg-color-purple .cols.lk-registration .main {
  background-color: #fff;
  border-radius: 15px;
  color: #222222;
  padding: 1.5em;
  flex: 1;
}
.bg-color-purple .cols.lk-registration .main h2, .bg-color-purple .cols.lk-registration .main h3, .bg-color-purple .cols.lk-registration .main h4 {
  color: #E31F31;
}
.bg-color-purple .cols.lk-registration .main a:not(.btn) {
  color: #222222;
}
.bg-color-purple .cols.lk-registration .side {
  margin-left: 1em;
}
@media only screen and (max-width: 979px) {
  .bg-color-purple .cols.lk-registration .side {
    margin-left: 0;
  }
}
.bg-color-purple .cols.lk-registration .side .card {
  background-color: #561B56;
  border: none;
  border-radius: 15px;
  padding: 1.5em;
}
@media only screen and (max-width: 979px) {
  .bg-color-purple .cols.lk-registration .side .card {
    border-radius: 10px;
    padding: 0.66em;
  }
}
.bg-color-purple .cols.lk-registration .side .card table {
  background-color: transparent;
}
.bg-color-purple .cols.lk-registration .side .card table td, .bg-color-purple .cols.lk-registration .side .card table th {
  color: #fff;
}
.bg-color-purple .cols.lk-registration .side .card table tr:nth-child(odd) {
  background: transparent;
}
.bg-color-purple .cols.lk-registration .side .card table tr:nth-child(even) {
  background: transparent;
}

.gslide-inline {
  background-color: transparent !important;
}

.banner-alert {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 980px) {
  .banner-alert {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner-alert .banner-alert-outter {
  align-items: flex-start;
  background-color: #E31F31;
  border-radius: 20px;
  color: #fff;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5em;
}
.banner-alert .banner-alert-content {
  display: flex;
  flex: 1;
}
.banner-alert .banner-alert-content .img-wrap {
  margin-right: 1.5em;
  width: 75px;
}
@media only screen and (min-width: 980px) {
  .banner-alert .banner-alert-content .img-wrap {
    width: 100px;
  }
}
@media only screen and (min-width: 1140px) {
  .banner-alert .banner-alert-content .img-wrap {
    width: 150px;
  }
}
.banner-alert .banner-alert-content .img-wrap img {
  border-radius: 10px 0;
  display: block;
  width: 100%;
}
.banner-alert .banner-alert-content .banner-content-inner {
  flex: 1;
  max-width: 625px;
}
.banner-alert .banner-alert-content p {
  margin-top: 0.5em;
}
.banner-alert .banner-alert-content p:first-child {
  margin-top: 0;
}
.banner-alert .banner-alert-content a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.banner-alert .banner-alert-content a:not(.btn):hover {
  text-decoration: none;
}
.banner-alert .banner-alert-content .btn {
  background-color: #fff;
  color: #E31F31;
  margin-top: 1em;
}
.banner-alert .banner-alert-content .btn:hover {
  background-color: #F6D809;
}
.banner-alert .banner-alert-content h2, .banner-alert .banner-alert-content h3 {
  font-size: 1.25em;
}
@media only screen and (min-width: 980px) {
  .banner-alert .banner-alert-content h2, .banner-alert .banner-alert-content h3 {
    font-size: 1.35em;
  }
}
.banner-alert .banner-alert-close {
  background-color: #732472;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 1.1em;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Poppins600";
  font-weight: normal;
  font-style: normal;
}
.banner-alert .banner-alert-close:hover {
  background-color: #561B56;
}
.banner-alert + .block.no-padd-top {
  margin-top: 2.5em;
}
@media only screen and (min-width: 980px) {
  .banner-alert + .block.no-padd-top {
    margin-top: 4em;
  }
}

.jobs-all-wrap .job-listings {
  border-bottom: 3px solid #eee;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.jobs-all-wrap .job-listings .inner {
  display: block;
  margin-top: 0;
  padding: 0.5em 0 0 1em;
}
.jobs-all-wrap .job-listings .inner .item {
  margin-top: 0;
  width: 100%;
}
.jobs-all-wrap .job-listings .inner .item:not(:first-child) {
  margin-top: 1.25em;
}

.featured-image-and-title.bottom-curve-color-red + .wrap .banner-alert:first-child {
  background-color: #E31F31;
  padding-bottom: 0;
}
.featured-image-and-title.bottom-curve-color-red + .wrap .banner-alert:first-child .banner-alert-outter {
  background-color: #B7312C;
}

@keyframes growAndShrink {
  0% {
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    padding-left: 0.5em;
    transform: scale(1.33);
    @media only screen and (max-width: 767px) {
      padding-left: 0;
    }
  }
  100% {
    padding-right: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media print {
  * {
    background: none !important;
  }

  .hdr {
    box-shadow: none !important;
  }

  .btn,
.nav-wrap,
.breadcrumbs,
.ftr,
.animated-tear-wrap,
.curve-wrap {
    display: none !important;
  }

  .featured-image-and-title {
    text-align: left !important;
  }
  .featured-image-and-title .inner-wrap {
    padding: 1em 0 !important;
  }

  .pg-title {
    margin: 0 !important;
  }

  .main {
    padding: 0 !important;
  }
}
/* wmpl banner */
.otgs-development-site-front-end {
  background-color: #000000 !important;
}