body {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #dd783f;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.hero-section {
  position: relative;
  height: 600px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(271deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg'), url('../images/youth-2436343.jpg');
  background-image: linear-gradient(179deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg'), url('../images/youth-2436343.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, cover, cover;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, .25);
}

.long-text {
  margin-top: 7px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 14px;
  padding-top: 168px;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  text-align: center;
}

.button {
  margin-top: 21px;
  padding: 12px 31px;
  border-radius: 3px;
  background-color: #dd783f;
  background-image: -webkit-linear-gradient(184deg, #d45c7a, #ffba08);
  background-image: linear-gradient(266deg, #d45c7a, #ffba08);
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}

.button:hover {
  background-color: #f17228;
  color: #fff;
}

.main-section {
  padding-top: 33px;
  padding-bottom: 36px;
  clear: none;
  background-color: transparent;
  text-align: left;
}

.main-section.dark {
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .77), rgba(35, 47, 56, .31) 99%), url('../images/grass-1176417_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .77), rgba(35, 47, 56, .31) 99%), url('../images/grass-1176417_1920.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  padding-top: 0px;
  padding-bottom: 89px;
}

.main-section.sponsorship {
  margin-top: 111px;
  margin-bottom: 111px;
  padding-top: 55px;
}

.main-section.shop {
  padding-top: 0px;
  padding-bottom: 47px;
}

.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, .09) 0px 0px 0px 1px, rgba(0, 0, 0, .09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: Oxygen, sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: Oxygen, sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: Oxygen, sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: rgba(0, 0, 0, .52);
  color: #fff;
  font-size: 12px;
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: Oxygen, sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('../images/bridges.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  height: auto;
  margin-bottom: -7px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/grass-1176417_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/grass-1176417_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.category {
  background-image: url('../images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.inner-hero.futsal_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/futsal.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/futsal.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.football_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/soccerkids.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/soccerkids.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.netball_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/netball.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/netball.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.family_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/water-outdoor-people-girl-play-boy-938233-pxhere.com.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/water-outdoor-people-girl-play-boy-938233-pxhere.com.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.mums_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/couples-and-friends-.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/couples-and-friends-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.inner-hero.tennis_top {
  height: 250px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/tennis.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/tennis.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.inner-hero.connect-top {
  height: auto;
  margin-bottom: -7px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/grass-1176417_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4)), url('../images/grass-1176417_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  margin-top: 2px;
  padding-top: 23px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, .22);
}

.nav-link {
  display: inline-block;
  padding: 10px 12px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Oxygen, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nav-link.w--current {
  display: inline-block;
  opacity: 1;
  color: #fff;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-link {
  display: block;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #768088;
  text-align: center;
  text-decoration: none;
}

.category-link:hover {
  background-color: #f0f0f0;
  color: #243039;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

.footer-links {
  margin-top: 28px;
  text-align: right;
}

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.about-image {
  -webkit-perspective: 697px;
  perspective: 697px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.logo.w--current {
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 286px;
  background-repeat: no-repeat;
}

.nav-menu {
  padding-top: 17px;
}

.contact-form {
  padding-bottom: 48px;
  text-align: center;
}

.field-label {
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}

.field-label.subtitle-expresion {
  margin-top: 18px;
  padding-bottom: 36px;
  color: #b4b0b0;
  font-size: 16px;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.contact-field.short {
  width: 70px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  margin-top: 39px;
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 60px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.image {
  margin-bottom: -28px;
  padding-top: 14px;
}

.row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 18px;
}

.image-2 {
  color: #fff;
}

.column {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.text-block {
  padding-top: 140px;
  padding-right: 0px;
  padding-bottom: 15px;
}

.image-3 {
  background-image: -webkit-linear-gradient(270deg, #000, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
}

.futsal {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 157px 215px 30px 25px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 100%;
  color: #fff;
  font-size: 18px;
}

.futsal:hover {
  color: #fff;
}

.futsal:active {
  color: #fff;
}

.futsal:focus {
  color: #fff;
}

.touch {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 157px 153px 30px 25px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/r0_270_5184_3186_w1200_h678_fmax.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/r0_270_5184_3186_w1200_h678_fmax.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 600px;
  color: #fff;
  font-size: 18px;
}

.touch:hover {
  color: #fff;
}

.touch:active {
  color: #fff;
}

.touch:focus {
  color: #fff;
}

.netball {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 157px 215px 30px 25px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/2215771_1_O.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .72), hsla(0, 0%, 100%, 0)), url('../images/2215771_1_O.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 384px;
  color: #fff;
  font-size: 18px;
}

.netball:hover {
  color: #fff;
}

.netball:active {
  color: #fff;
}

.netball:focus {
  color: #fff;
}

.column-2 {
  color: #fff;
  font-size: 12px;
}

.text-block-2 {
  margin-top: -27px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.fsal {
  height: 200px;
  margin-top: 16px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/25-Cr-futsal.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
}

.text-block-3 {
  margin-left: 15px;
  padding: 122px 23px 6px 0px;
  color: #fff;
  text-align: left;
}

.button-2 {
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-bottom: 9px;
  background-image: -webkit-linear-gradient(270deg, #dd783f, #dd783f);
  background-image: linear-gradient(180deg, #dd783f, #dd783f);
}

.tball {
  height: 200px;
  margin-top: 16px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/IMG_3916.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/IMG_3916.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nball {
  height: 200px;
  margin-top: 16px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/netball.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/netball.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ftal {
  height: 200px;
  margin-top: 15px;
  padding-top: 0px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 0, 0, .68), hsla(0, 0%, 100%, 0)), url('../images/futsal.jpeg');
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 0, 0, .68), hsla(0, 0%, 100%, 0)), url('../images/futsal.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.button-3 {
  margin-left: 15px;
  background-image: -webkit-linear-gradient(270deg, #dd783f, #dd783f);
  background-image: linear-gradient(180deg, #dd783f, #dd783f);
  font-size: 25px;
}

.paragraph {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
}

.row2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 18px;
}

.familyfun {
  height: 200px;
  margin-top: 15px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/water-outdoor-people-girl-play-boy-938233-pxhere.com.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/water-outdoor-people-girl-play-boy-938233-pxhere.com.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mumsdads {
  height: 200px;
  margin-top: 16px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/couples-and-friends-.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/couples-and-friends-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row-2 {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.row-2.contact {
  padding-top: 61px;
}

.heading {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-2 {
  display: block;
  max-width: 950px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-3 {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.button-big {
  margin-left: 15px;
  padding: 13px 30px;
  background-image: -webkit-linear-gradient(270deg, #dd783f, #dd783f);
  background-image: linear-gradient(180deg, #dd783f, #dd783f);
  font-size: 25px;
  text-align: left;
}

.comingsoon {
  margin-left: 15px;
  padding: 13px 30px;
  background-image: -webkit-linear-gradient(270deg, #dd783f, #dd783f);
  background-image: linear-gradient(180deg, #dd783f, #dd783f);
  font-size: 25px;
}

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

.embed {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  margin-left: 21px;
  padding-left: 0px;
}

.row-4 {
  margin-top: 57px;
}

.heading-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rich-text-block {
  margin-top: 50px;
}

.container-2 {
  background-color: transparent;
}

.link {
  color: #fff;
}

.link:hover {
  color: #fff;
}

.link:active {
  color: #fff;
}

.link:focus {
  color: #fff;
}

.navbar-2 {
  height: 65px;
  background-color: transparent;
}

.container-3 {
  height: 90px;
  max-width: 1200px;
  background-color: transparent;
}

.menuv2 {
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: opacity 292ms ease, margin 292ms ease;
  transition: opacity 292ms ease, margin 292ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.menuv2:hover {
  opacity: 0.72;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.menuv2.w--current {
  color: #fff;
}

.menuv2.w--current:focus {
  color: #fff;
}

.image-7 {
  margin-top: -10px;
  margin-left: 44px;
  padding-top: 0px;
  padding-left: 0px;
}

.container-4 {
  padding-top: 75px;
}

.paragraph-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3.story {
  margin-top: 43px;
}

.dropdown-toggle {
  padding: 0px 11px 0px 0px;
}

.icon-2 {
  margin-top: 23px;
  margin-right: 19px;
  padding-left: 18px;
  color: #fff;
}

.dropdown {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.dropdown-list {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.dropdown-list.w--open {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .53), rgba(0, 0, 0, .53));
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  color: #dd783f;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2.w--current {
  color: #dd783f;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3.w--current {
  color: #dd783f;
}

.dropdown-link-4 {
  color: #fff;
}

.dropdown-link-4.w--current {
  color: #dd783f;
}

.dropdown-link-5 {
  color: #fff;
}

.dropdown-link-5.w--current {
  color: #dd783f;
}

.tennisprogr {
  height: 200px;
  margin-top: 15px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/tennis.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, 0)), url('../images/tennis.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form-block {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form-block-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.row-5 {
  padding-bottom: 16px;
}

.select-field {
  font-family: Oxygen, sans-serif;
}

.expression-title {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #dd783f;
  text-align: center;
}

.image-8 {
  margin-top: -6px;
}

.text-span {
  padding-left: 24px;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .hero-section {
    height: 450px;
    background-image: -webkit-linear-gradient(271deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg');
    background-image: linear-gradient(179deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button {
    margin-top: 19px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .inner-hero.about-page {
    height: auto;
  }
  .inner-hero.connect-top {
    height: auto;
  }
  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }
  .nav-link.w--current {
    margin-top: 44px;
    float: none;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-align: right;
  }
  .category-block {
    padding: 10px 0px;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(36, 48, 57, .93);
  }
  .row {
    padding-right: 3%;
    padding-left: 3%;
  }
  .futsal {
    display: block;
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .text-block-3 {
    padding-top: 103px;
  }
  .nball {
    background-position: 0px 0px, 50% 50%;
  }
  .row2 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .menuv2 {
    text-align: right;
  }
  .menuv2.w--current {
    text-align: right;
  }
  .image-7 {
    margin-left: 31px;
    padding-left: 0px;
  }
  .icon {
    color: #fff;
  }
  .menu-button-2 {
    margin-top: auto;
    margin-right: auto;
  }
  .menu-button-2.w--open {
    margin-top: auto;
    margin-right: auto;
    background-color: transparent;
  }
  .nav-menu-2 {
    margin-top: -64px;
    background-color: hsla(0, 0%, 7%, .75);
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .49), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .49), transparent);
  }
  .container-4 {
    padding-top: 0px;
    text-align: center;
  }
  .paragraph-3.story {
    margin-top: 2px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 440px;
  }
  .hero-heading {
    padding-right: 18px;
    padding-left: 18px;
  }
  .hero-subheading {
    padding-right: 92px;
    padding-left: 92px;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-section.sponsorship {
    margin-top: 57px;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-title {
    font-size: 27px;
  }
  .featured-description {
    font-size: 18px;
  }
  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }
  .hero-header {
    margin-top: 31px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .featuredthumbnail {
    padding: 10px 0px;
  }
  .navmenu {
    width: 100%;
  }
  .footer-links {
    text-align: center;
  }
  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    display: block;
    margin-top: 12px;
    margin-right: -21px;
    padding-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }
  .close-x {
    position: static;
    float: none;
    clear: none;
    text-align: right;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .success-text {
    font-size: 18px;
  }
  .column-2 {
    text-align: center;
  }
  .text-block-2 {
    text-align: center;
  }
  .tball {
    background-size: auto, 100%;
  }
  .nball {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
  }
  .ftal {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .familyfun {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .mumsdads {
    background-size: auto, 100%;
  }
  .column-3 {
    text-align: center;
  }
  .image-7 {
    margin-left: 13px;
  }
  .menu-button-2 {
    margin-top: auto;
    margin-right: auto;
  }
  .menu-button-2.w--open {
    margin-top: auto;
    margin-right: auto;
  }
  .container-4 {
    padding-top: 0px;
  }
  .paragraph-3.story {
    margin-top: -4px;
  }
  .tennisprogr {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section {
    height: 430px;
    background-image: -webkit-linear-gradient(270deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg');
    background-image: linear-gradient(180deg, #000, rgba(3, 3, 3, .56) 26%, rgba(32, 32, 32, .14) 98%), url('../images/top.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .navbar {
    padding: 2px 15px 7px;
  }
  .menu-button {
    margin-top: 13px;
  }
  .long-text {
    margin-top: 0px;
  }
  .hero-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 37px;
    font-size: 35px;
  }
  .hero-subheading {
    padding-right: 12px;
    padding-left: 0px;
    line-height: 27px;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section.sponsorship {
    margin-top: 36px;
  }
  .author-img {
    display: block;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-text {
    padding: 0px 15px 55px;
  }
  .featured-title {
    font-size: 18px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-hero {
    height: 330px;
  }
  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbio {
    font-size: 14px;
    text-align: center;
  }
  .social-wrapper {
    text-align: center;
  }
  .hero-header {
    margin-top: -2px;
    font-size: 30px;
  }
  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .blog-post {
    width: 95%;
  }
  .featuredthumbnail {
    padding: 5px 0px;
  }
  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, .72);
  }
  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: right;
  }
  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }
  .footer-links {
    text-align: center;
  }
  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    left: 1px;
    display: block;
    width: 100%;
    margin-right: -22px;
    padding-top: 60px;
    padding-right: 33px;
    background-color: rgba(35, 47, 56, .92);
    text-align: right;
  }
  .close-x {
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 21px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .success-text {
    line-height: 27px;
  }
  .image {
    background-color: transparent;
  }
  .row {
    padding-right: 3%;
    padding-left: 3%;
  }
  .text-block-2 {
    text-align: center;
  }
  .tball {
    background-size: auto, cover;
  }
  .nball {
    background-size: auto, cover;
  }
  .row2 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .mumsdads {
    background-size: auto, cover;
  }
  .column-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .image-7 {
    margin-left: -3px;
    padding-left: 0px;
  }
  .menu-button-2 {
    margin-top: auto;
    margin-right: auto;
  }
  .menu-button-2.w--open {
    margin-top: auto;
    margin-right: auto;
  }
  .nav-menu-2 {
    width: 100%;
    margin-top: 0px;
  }
  .container-4 {
    padding-top: 0px;
  }
  .paragraph-3.story {
    margin-top: -18px;
  }
}

