.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

h1 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #25ac6a;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  color: #666;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
}

.hero-section.about-page {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('../images/donateA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.blog-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/laptop-desk.jpg');
  background-position: 50% 50%;
}

.hero-section.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('../images/bkgd-banner-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section.donate {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('../images/bkgd-banner-01.jpg');
  background-position: 50% 29%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.whatwe {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('../images/community-group.jpg');
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.crossfit {
  margin-bottom: 20px;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/banner.jpg');
  background-position: 0px 0px, 50% 8%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.logo-text {
  margin-top: 11px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.logo-text.footer-logo {
  margin-top: 3px;
}

.nav-link {
  padding-top: 30px;
  padding-right: 11px;
  padding-left: 11px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #494949;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #f7941d;
}

.nav-link.w--current {
  padding-top: 30px;
  padding-bottom: 0px;
  opacity: 1;
  color: #d600ff;
}

.nav-link.contact {
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  margin-top: 0px;
  padding: 10px;
  float: right;
  color: #bebebe;
  text-decoration: none;
}

.nav-link.footer-link.w--current {
  color: #f7941d;
}

.nav-link.donate {
  padding-bottom: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #d600ff;
  color: #fff;
  font-weight: 900;
}

.nav-link.donate.w--current {
  padding-bottom: 10px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

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

.section.top-section.home-page {
  z-index: 2000;
  margin-top: -122px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.section.gray-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ececec;
}

.section.equip {
  margin-top: -45px;
  padding-top: 0px;
  background-color: #f6f6f6;
}

.section.swing {
  padding-top: 97px;
  padding-bottom: 97px;
  background-color: #c5ec4a;
  background-image: url('../images/background-image.jpg');
  background-position: 25% 51%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container {
  z-index: 9000;
  margin-bottom: 19px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 16px 7px rgba(0, 0, 0, 0.45);
}

.hero-container.project-container {
  padding: 10px;
}

._60block {
  width: 60%;
  height: 300px;
  padding: 5px;
  float: left;
}

.hero-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.tile-image:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tile-image.hire {
  background-image: url('../images/camera-front.jpg');
}

.tile-image.who {
  background-image: url('../images/hand-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-image.what {
  background-image: url('../images/donateA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-image.donate {
  background-color: #3bc984;
}

.tile-image.whatwedo {
  background-image: url('../images/seeking-the-illusive-community.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tile-text {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 20;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #55acee;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

._40block {
  position: relative;
  width: 40%;
  height: 300px;
  padding: 5px;
  float: left;
}

._33block {
  width: 33.33%;
  height: 300px;
  padding: 5px;
  float: left;
}

.social-block {
  width: 50%;
  height: 145px;
  float: left;
  background-color: #55acee;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-block:hover {
  background-color: #3d90cf;
}

.social-block.facebook {
  background-color: #3765a3;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.social-block.facebook:hover {
  background-color: #23528f;
}

.social-block.pinterest {
  background-color: #c92228;
  background-image: none;
}

.social-block.pinterest:hover {
  background-color: #aa1217;
}

.social-block.dribbble {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  background-color: #3bc984;
  background-image: none;
  text-decoration: none;
}

.social-block.dribbble:hover {
  background-color: #c02c67;
}

.footer-section {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2a2a2a;
}

.nav-menu {
  color: #494949;
}

.tile-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.contact-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-align: center;
}

.close-link {
  position: static;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: 0px;
  padding: 15px 32px;
  float: none;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.close-link:hover {
  background-color: transparent;
  opacity: 1;
  color: #c5ec4a;
}

.text-field {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-size: 16px;
}

.text-field:focus {
  border-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #55acee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

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

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
  opacity: 0.2;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  margin-bottom: 20px;
  opacity: 0.7;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  margin-bottom: 0px;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
}

.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3bc984;
  text-align: center;
}

.cta-heading {
  margin-bottom: 18px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #19975a;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

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

.button.nor {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  background-color: #d600ff;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button.nor:hover {
  border: 2px none #c5ec4a;
  background-color: #bdbdbd;
}

.button.nor.green {
  background-color: #c5ec4a;
  color: #494949;
}

.project-image {
  height: 250px;
  border-radius: 3px;
  background-image: url('../images/Assist.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.project-image:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  position: absolute;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.project-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 9px 10px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.project-link {
  display: block;
  overflow: hidden;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #333;
  text-decoration: none;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  height: 360px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  text-align: center;
}

.blog-block {
  position: relative;
  padding: 10px;
}

.blog-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.blog-description {
  margin-bottom: 10px;
  color: #666;
}

.blog-date {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 10;
  color: #fff;
}

.blog-author {
  display: inline-block;
  margin-right: 3px;
  color: #888;
  font-style: italic;
}

.blog-category {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 7px 8px;
  border-radius: 3px;
  opacity: 1;
  color: #fff;
  line-height: 14px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

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

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

.author-image {
  width: 150px;
  margin-bottom: 5px;
  border-radius: 200px;
}

.author-name {
  color: #444;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  margin-top: 13px;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.tile-overlay.who {
  position: absolute;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.image {
  margin-top: 5px;
}

.slide {
  background-image: url('../images/donateA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  margin-top: -349px;
}

.section-2 {
  position: relative;
  z-index: 1000;
  display: block;
  height: auto;
  padding-top: 85px;
  padding-bottom: 0px;
}

.slide-2 {
  background-image: url('../images/securedownload.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  height: 700px;
  background-image: url('../images/WHAT-WE-DO-bkgd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  height: 700px;
  padding-bottom: 0px;
}

.slider-2 {
  z-index: -100;
  height: 700px;
}

.slide-4 {
  background-image: url('../images/securedownload.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/WHAT-WE-DO-bkgd.jpg');
  background-position: 94% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/securedownload.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/flyer-250px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/flyer-2-250px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-color: transparent;
  background-image: url('../images/event-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/event-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/event-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/event-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/event-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-2 {
  background-color: transparent;
  background-image: url('../images/donateA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-facts {
  padding-top: 53px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #000;
}

.slider-facts._1 {
  margin-top: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: rgba(224, 76, 134, 0.5);
}

.slider-facts._2 {
  margin-top: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(247, 148, 29, 0.5);
}

.slider-facts._3 {
  margin-top: 3px;
  padding-top: 10px;
  padding-right: 134px;
  padding-bottom: 10px;
  background-color: rgba(59, 201, 132, 0.5);
}

.slider-facts._4 {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(55, 101, 163, 0.5);
}

.slide-14 {
  background-image: url('../images/event-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/event-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/event-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/event-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/event-13.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.slide-18 {
  background-image: url('../images/securedownload-1.jpg');
  background-position: 50% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-weight: 300;
}

.div-block {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: -96px;
  margin-left: 493px;
}

.paragraph {
  display: block;
  text-align: justify;
}

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

.text-block {
  display: inline;
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.purple {
  margin-top: 10px;
  color: #d600ff;
  text-align: left;
}

.purple._1 {
  color: #d600ff;
  text-align: center;
  text-transform: uppercase;
}

.purple._1.w {
  color: #fff;
}

.purple._2 {
  padding-top: 0px;
  font-family: Exo, sans-serif;
  color: #66b115;
  font-size: 42px;
  font-style: italic;
  text-align: right;
  text-shadow: 0 1px 0 #000;
}

.purple._2.a {
  color: #55acee;
  font-size: 24px;
}

.footer {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field-2 {
  border-radius: 5px;
}

.text-field-3 {
  border-radius: 5px;
}

.text-field-4 {
  border-radius: 5px;
}

.text-field-5 {
  display: block;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 160px;
  border-radius: 5px;
  text-align: left;
}

.submit-button-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #494949;
  text-transform: uppercase;
}

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

.equip {
  margin-top: 5px;
}

.div-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 #494949;
}

.row {
  margin-bottom: 17px;
}

.tabs-menu {
  margin-bottom: 25px;
  background-color: #3bc984;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link {
  float: right;
  background-color: transparent;
  color: #fff;
}

.tab-link:hover {
  color: #d600ff;
}

.tab-link.w--current {
  background-color: #d600ff;
}

.tab-link-2 {
  float: right;
  background-color: transparent;
  color: #fff;
}

.tab-link-2:hover {
  color: #d600ff;
}

.tab-link-2.w--current {
  background-color: #d600ff;
}

.tab-link-3 {
  float: right;
  background-color: transparent;
  color: #fff;
}

.tab-link-3.w--current {
  float: right;
  background-color: #d600ff;
  color: #fff;
}

.tab-link-4 {
  float: right;
  background-color: transparent;
  color: #fff;
}

.tab-link-4:hover {
  color: #d600ff;
}

.slide-19 {
  background-color: transparent;
}

.slider-3 {
  background-color: transparent;
}

.slide-20 {
  background-image: url('../images/bkgd-test-01.jpg');
  background-position: 50% 14%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.section-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: #3bc984;
}

.modal-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: auto;
  height: 2100px;
  margin-bottom: 39px;
  padding-top: 10%;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.sign-up-wrapper {
  display: block;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  border-radius: 10px;
  background-color: transparent;
}

.link-block {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 15px;
}

.fly {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  box-shadow: 0 1px 10px 0 #757575;
}

.image-5 {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 10px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2 {
  display: block;
}

.link-block-2.events {
  display: block;
  margin: 40px auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 10px 1px #d6d6d6;
}

.heading-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  color: #707070;
}

.heading-4 {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-sitemap {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-sitemap:hover {
  color: #f7941d;
}

.footer-sitemap.w--current {
  color: #3bc984;
}

.gray {
  color: #cacaca;
  text-align: center;
}

.previous {
  background-color: #f6f6f6;
}

.light-grey {
  background-color: #f6f6f6;
}

.image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  background-color: #3bc984;
}

.text-block-2 {
  padding-top: 137px;
  padding-bottom: 137px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}

.text-block-2:hover {
  background-color: #e04c86;
}

.link {
  display: block;
  padding-top: 135px;
  padding-bottom: 135px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  background-color: #e04c86;
  color: #fff;
}

.link-block-3 {
  display: block;
  min-height: 290px;
  background-color: #3bc984;
  -webkit-transition-property: none;
  transition-property: none;
  text-align: center;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #e04c86;
  text-decoration: none;
}

.text-block-3 {
  padding-top: 135px;
  padding-bottom: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 36px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}

.player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 20px 0px;
  padding: 10px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 5px;
  background-color: #494949;
}

.tab-link-single {
  border-radius: 5px;
  background-color: #bdbdbd;
  text-align: center;
}

.tab-link-single:hover {
  background-color: #c5ec4a;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.tab-link-single.w--current {
  display: inline-block;
  border-radius: 10px;
  background-color: #c5ec4a;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-single.w--current:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tabs-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 30px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/banner-small.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.tab-link-team {
  margin-right: 0%;
  margin-left: 15%;
  border-radius: 5px;
  background-color: #bdbdbd;
  text-align: center;
}

.tab-link-team:hover {
  background-color: #c5ec4a;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #000;
}

.tab-link-team.w--current {
  margin-right: 0%;
  margin-left: 15%;
  background-color: #c5ec4a;
}

.tab-link-team.w--current:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.text-block-4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  font-weight: 700;
}

.tabs-content {
  padding-right: 0px;
  padding-left: 0px;
}

.field-label {
  margin-bottom: 15px;
  color: #f6f6f6;
  font-size: 16px;
  text-transform: uppercase;
}

.text-span {
  color: #c5ec4a;
  font-size: 18px;
  font-style: italic;
  text-shadow: 0 1px 3px #000;
}

.play-photo {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.text-block-5 {
  margin-top: 13px;
  margin-bottom: 13px;
  color: #494949;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-5.price {
  font-size: 32px;
  font-weight: 900;
}

.div-block-6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-7 {
  margin-top: 45px;
  margin-bottom: 45px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.form {
  padding: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 #494949;
}

.image-8 {
  position: static;
  top: -100px;
  display: block;
  float: none;
  clear: none;
}

.div-block-8 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-top: -10px;
  text-align: right;
}

.tab-pane-single {
  padding-right: 0px;
  padding-left: 0px;
}

.body {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 400ms cubic-bezier(.55, .055, .675, .19);
  transition: all 400ms cubic-bezier(.55, .055, .675, .19);
}

.text-block-7 {
  color: #686868;
  text-decoration: none;
}

.link-2 {
  color: #686868;
  text-decoration: none;
}

.link-2:hover {
  color: #c5ec4a;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 85px;
}

.success-message-2 {
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
}

.player-form {
  padding-right: 19px;
  padding-left: 19px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 #000;
}

.text-field-6 {
  height: 150px;
  padding-bottom: 126px;
}

.form-tab {
  position: static;
  left: 1px;
  right: 1px;
  margin-top: 126px;
  margin-bottom: 126px;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 #6b6b6b;
}

.submit-button-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-radius: 5px;
  background-color: #494949;
  font-weight: 700;
}

.submit-button-3:hover {
  background-color: #c5ec4a;
  color: #494949;
  font-weight: 700;
}

.text-block-8 {
  color: #494949;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-span-2 {
  color: #494949;
  font-weight: 700;
}

.text-block-9 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.text-span-3 {
  color: #494949;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.pay {
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  border-radius: 5px;
  background-color: #c5ec4a;
  color: #494949;
  font-weight: 900;
}

.pay.single {
  float: none;
  background-color: #494949;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.pay.single:hover {
  background-color: #c5ec4a;
  color: #494949;
}

.pay.team {
  float: none;
  background-color: #494949;
  color: #fff;
  font-weight: 700;
}

.pay.team:hover {
  background-color: #c5ec4a;
  color: #494949;
}

.filler {
  height: 150px;
  background-color: #8fb90a;
}

.text-block-10 {
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 0 #000;
}

.sponsor {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 #292929;
}

.text-block-11 {
  padding-bottom: 13px;
  border-bottom: 1px solid #d600ff;
  color: #d600ff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.spon-list {
  margin-top: 10px;
  padding: 10px 9px;
  font-weight: 700;
}

.section-4 {
  margin-top: 34px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 54px;
  background-color: #bdbdbd;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-12 {
  font-size: 18px;
  line-height: 26px;
}

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

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

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

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

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

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

html.w-mod-js *[data-ix="drop-down-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

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

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .hero-section.home-page-hero {
    padding-top: 93px;
    padding-right: 114px;
    padding-left: 114px;
  }

  .nav {
    padding-top: 10px;
  }

  .nav-link {
    padding-top: 20px;
    font-weight: 700;
    text-align: left;
  }

  .nav-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.contact {
    margin-bottom: 11px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.footer-link {
    margin-top: 9px;
  }

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

  .hero-container {
    margin-top: 78px;
  }

  .tile-text {
    left: 22px;
    bottom: 22px;
    font-size: 30px;
    line-height: 33px;
  }

  .menu-button {
    padding-top: 27px;
    color: #55acee;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    display: block;
    width: 25%;
    margin-left: 15px;
    background-color: #f0f0f0;
  }

  .contact-overlay {
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .close-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-wrapper {
    width: 70%;
  }

  .button.nor {
    margin-right: 0px;
    margin-left: 0px;
  }

  .project-text {
    width: 90%;
  }

  .blog-block {
    padding: 4px;
  }

  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }

  .section-2 {
    padding-top: 0px;
  }

  .slider-2 {
    height: 500px;
    padding: 0px;
  }

  .slide-5 {
    background-position: 44% 50%;
    background-size: cover;
  }

  .slide-9 {
    background-size: cover;
  }

  .modal-wrapper {
    padding-top: 10%;
  }

  .sign-up-wrapper {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link {
    padding-top: 104px;
    padding-bottom: 104px;
    line-height: 40px;
  }

  .tab-link-team {
    margin-left: 25%;
  }

  .tab-link-team.w--current {
    margin-left: 25%;
  }

  .icon {
    color: #d600ff;
  }

  .icon:hover {
    color: #686868;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-section {
    padding-bottom: 25px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }

  .hero-section.home-page-hero {
    padding: 0px 46px 60px;
  }

  .logo-text {
    margin-bottom: 19px;
  }

  .nav-link.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .nav-link.footer-link {
    float: none;
  }

  .nav-link.footer-link.contact {
    float: none;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.top-section.home-page {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-container {
    top: auto;
    padding: 5px 0px;
  }

  .tile-text {
    left: 17px;
    bottom: 14px;
    font-size: 23px;
    line-height: 29px;
  }

  .social-block {
    background-size: 40px;
  }

  .social-block.facebook {
    background-size: 40px;
  }

  .social-block.pinterest {
    background-size: 40px;
  }

  .social-block.dribbble {
    background-size: 40px;
  }

  .logo-footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-link-col {
    text-align: center;
  }

  .close-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-wrapper {
    width: 80%;
  }

  .button.nor {
    margin-right: 0px;
    margin-left: 0px;
  }

  .project-title {
    font-size: 25px;
    line-height: 28px;
  }

  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .project-text {
    width: 100%;
  }

  .blog-post-wrapper {
    padding-top: 0px;
  }

  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }

  .slider-facts._4 {
    margin-top: 1px;
    padding-top: 0px;
  }

  .modal-wrapper {
    z-index: 9999;
    display: block;
  }

  .sign-up-wrapper {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block {
    display: block;
  }

  .image-5 {
    display: block;
  }

  .paragraph-3 {
    margin-top: 26px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-single {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tab-link-team {
    margin-left: 25%;
  }

  .tab-link-team.w--current {
    margin-left: 25%;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
  }

  .hero-section.blog-hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-section.portfolio-hero {
    padding: 80px 20px 40px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }

  .hero-section.home-page-hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-text {
    font-size: 26px;
  }

  .nav-link.footer-link {
    display: block;
    font-size: 13px;
  }

  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._60block {
    width: 100%;
  }

  .tile-text {
    left: 30px;
    bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  ._40block {
    width: 100%;
  }

  ._33block {
    width: 100%;
  }

  .close-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .button.nor {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-title {
    left: 15px;
    bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }

  .project-tag {
    right: 18px;
  }

  .project-link.blog-link {
    margin-bottom: 15px;
  }

  .blog-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-details {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }

  .author-wrapper {
    width: 100%;
  }

  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .slider-2 {
    width: auto;
    height: 700px;
  }

  .modal-wrapper {
    padding-top: 5%;
  }

  .sign-up-wrapper {
    width: 70%;
    height: auto;
    padding: 10px 0px;
  }

  .paragraph-3 {
    margin-top: 26px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
  }

  .tab-link-team {
    margin-top: 149px;
    margin-left: 0%;
  }

  .tab-link-team.w--current {
    margin-left: 0%;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-2 {
    margin-bottom: 10px;
  }
}