.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.max-height-100 {
  max-height: 100%;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 200;
}

.body {
  font-family: Lato, sans-serif;
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2b2b2b; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9ebf43; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #85a038; 
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 93px;
  padding-top: 8px;
  padding-right: 2%;
  padding-left: 2%;
  background-color: rgba(0, 0, 0, .5);
}

.nav-link {
  height: 85px;
  padding-top: 34px;
  padding-right: 18px;
  padding-left: 18px;
  color: #fff;
  font-size: 1.65vh;
  line-height: 1.5vh;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, .3);
}

.nav-link.w--current {
  border-bottom: 5px solid #9ebf43;
  color: #9ebf43;
}

.brand {
  width: 100px;
  height: 85px;
  background-image: url('../images/TeamAbanaLogo.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.brand.w--current {
  width: 100px;
  background-image: url('../images/TeamAbanaLogo.svg');
  background-size: 75px;
}

.brand-2 {
  width: 220px;
  height: 85px;
  background-image: url('../images/Chance-for-Childhood-logo-wht.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu {
  height: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  display: inline-block;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  background-color: #f10;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #417207;
}

.button-2 {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px;
  border: 1px solid #9ebf43;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, .8);
  color: #9ebf43;
}

.button-2.dark {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, .8);
  color: #9ebf43;
}

.button-2.dark:hover {
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
}

.button-2.contactform {
  width: 100%;
  margin-left: 0px;
  background-color: #417207;
}

.social-wrapper {
  position: relative;
  right: 5%;
  float: right;
}

.social-link-block {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  padding: 16px;
  border-right-style: none;
  background-color: #9ebf43;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  background-color: #5c6e29;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
  background-size: 20px;
}

.social-link-block.insta {
  background-image: url('../images/social-instagram.svg');
  background-size: 30px;
}

.social-link-block.yt {
  background-image: url('../images/social-youtube.svg');
  background-size: 30px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/RAAS-Kids.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.home {
  background-image: url('../images/RAAM-rider-celebration-65Q.jpg');
  background-size: cover;
}

.hero-message-wrap {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.hero-message-wrap.home {
  margin-bottom: 5%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.outerglow {
  margin-bottom: 40px;
  padding-right: 47px;
  padding-left: 47px;
  text-shadow: 0 0 12px #fff;
}

.outerglow.nobtmmrgn {
  margin-bottom: -21px;
}

.outerglow.nobtmmrgn.flashing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.outerglow.us {
  margin-top: -29px;
}

.dropdown-toggle {
  height: 85px;
}

.dropdown-toggle.nav-link {
  padding-right: 36px;
}

.dd-link {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.dd-link:hover {
  border: 1px solid #9ebf43;
  color: #9ebf43;
}

.p-large {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.p-large.left {
  text-align: left;
}

.p-large.left.form {
  margin-left: 50px;
}

.p-large.dark {
  color: #417207;
}

.p-large.dark:hover {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.container {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.twittercontainer {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  height: 850px;
  width:100%;
}

.background-tint {
  background-color: rgba(158, 191, 67, .9);
}

.background-tint.team {
  padding-top: 134px;
}

.background-tint.light {
  background-color: rgba(158, 191, 67, .6);
}

.background-tint.white {
  background-color: #fff;
}

.subhead {
  margin-bottom: 29px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 3rem;
  font-weight: 900;
  text-shadow: 0 0 10px #000;
}

.subhead.smaller {
  font-size: 3rem;
}

.subhead.smaller.black {
  margin-top: 43px;
  color: #000;
  font-size: 2rem;
  text-shadow: none;
}

.subhead.left {
  text-align: left;
}

.sponsor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 26px;
  -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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottmarg5 {
  margin-bottom: 0px;
  font-size: 1em;
}

.bottmarg5.bold {
  font-weight: 700;
}

.image {
  width: 350px;
}

.image.withpadding {
  margin-left: 53px;
  padding: 0px 106px 0px 65px;
  border-right: 1px solid #9ebf43;
}

.main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 26px 26px;
  -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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.main-links:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 900;
  text-align: center;
}

.heading-5.marginbott {
  margin-bottom: 30px;
}

.footer {
  padding: 40px 2% 30px;
  border-top: 1px solid #9ebf43;
  background-color: #202020;
}
.ad {
  background-color: #000000;
}

.licenses {
  padding: 0px;
}

.brand-3 {
  height: 105px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.brand-3.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, .22);
  border-left: 1px none hsla(0, 0%, 100%, .22);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand-3.w--current:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand-3.footer {
  display: inline-block;
  height: auto;
  float: none;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand-3.footer:hover {
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
}

.brand-3.footer.w--current:hover {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.white-paragraph {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px;
  float: none;
  color: hsla(0, 0%, 100%, .56);
}

.white-paragraph.licenses {
  color: hsla(0, 0%, 100%, .75);
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.centre {
  text-align: center;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
}

.text-field-2 {
  font-family: Lato, sans-serif;
}

.button-3 {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  border-right-style: none;
  background-color: #000;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button-3.hollow {
  margin-top: 30px;
  border: 1px solid #fff;
  background-color: rgba(8, 42, 85, .4);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  color: #fff;
  text-align: center;
}

.button-3.hollow:hover {
  border-color: #9ebf43;
  background-color: rgba(12, 24, 36, .9);
  color: #fff;
}

.button-3.hollow._100w {
  width: 100%;
  background-color: #9ebf43;
}

.button-3.hollow._100w:hover {
  border-color: #fff;
  background-color: #417207;
}

.heading-7 {
  padding-bottom: 15px;
  border-bottom: 1px solid #9ebf43;
  color: #fff;
  font-size: 1rem;
}

.small-print {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 0.8em;
  text-align: center;
}

.small-print.left {
  line-height: 1.5em;
  text-align: left;
}

.small-print.left.v-small {
  color: #fff;
  font-size: 0.7em;
  line-height: 1.2em;
}

.tag {
  margin-top: 6px;
  margin-right: 12px;
  margin-bottom: 6px;
  padding: 9px;
  background-color: #417207;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.tag:hover {
  background-color: #9ebf43;
  color: #000;
}

.tag.secondary {
  background-color: #4d4d4d;
}

.tag.secondary:hover {
  background-color: #858585;
  color: #000;
}

.tag.larger {
  padding: 18px;
  background-color: #9ebf43;
  font-size: 1rem;
}

.footer-nav {
  margin-bottom: 20px;
  padding-top: 0px;
}

.column {
  text-align: center;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  z-index: 1000;
  width: 160px;
  background-color: rgba(0, 0, 0, .6);
}

.banner-section {
  display: none;
  height: 100vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  margin-top: 600px;
}

.arrow.left {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.left:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.arrow.right {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 30px 0px 0px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.right:hover {
  background-color: hsla(0, 0%, 100%, .09);
  opacity: 1;
}

.main-slider {
  height: 100vh;
  background-color: #012a56;
}

.containner-slide {
  margin-top: 413px;
}

.slidenav {
  display: none;
}

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

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

.section.about._100vh {
  height: 100%;
  background-attachment: fixed;
}

.trackusdiv {
  width: 80%;
  padding: 40px;
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.emphasized-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #9ebf43;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.left-arrow {
  margin-left: 0px;
}

.divaccordion {
  display: block;
  overflow: hidden;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .2);
}

.dropdownfeature {
  width: 100%;
}

.dropdowntoggle {
  display: block;
  border-bottom: 1px dotted silver;
}

.dropdowntoggle:hover {
  color: #9ebf43;
}

.droplistfeature {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: rgba(158, 191, 67, .4);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .5);
}

.divinsideaccordion {
  padding: 20px 35px;
  color: #fff;
}

.textaccordion {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
}

.faq-q {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subscribe-form-wrapper {
  float: left;
}

.subscribe-content {
  padding-right: 20px;
  padding-left: 8px;
  background-color: hsla(76, 64%, 73%, .8);
  font-size: 1rem;
}

.smallprint {
  margin-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  color: #fff;
  font-size: 0.75em;
  text-decoration: none;
}

.smallprint.form {
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  color: #000;
  font-weight: 600;
}

.smallprint.form.light {
  margin-left: 0px;
  padding-bottom: 0px;
  font-weight: 300;
}

.subscribe-txt {
  float: left;
}

.subscribe-wrapper {
  position: fixed;
  left: 0px;
  top: 150px;
  z-index: 100;
  width: 290px;
  margin-left: -290px;
  box-shadow: 0 0 6px 0 #969696;
}

.text-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  color: #333;
  text-decoration: underline;
}

.form-field-label {
  margin-top: 13px;
  font-weight: 400;
}

.submit-btn {
  margin-bottom: 10px;
  padding: 6px 23px;
  background-color: #000;
  color: #9ebf43;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #333;
  color: #fff;
}

.submit-btn:active {
  background-color: #cca977;
  color: #000;
}

.submit-btn.side {
  position: relative;
  top: -204px;
  right: -112px;
  margin-left: 0px;
  float: right;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.submit-btn.side:active {
  background-color: #9ebf43;
}

.submit-btn.subscribeform {
  width: 100%;
}

.signuphead {
  font-size: 1.4rem;
  text-align: left;
  text-transform: uppercase;
}

.form-2 {
  margin-bottom: -42px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.large-countdown {
  text-align: center;
}
.finalcountdown{
	position: fixed;
	left:auto;
	top:150px;
	right:2%;
	bottom:auto;
	z-index: 500;
	width:400px;
	height:25vh;
	background-image: url('../images/elapsed-time-clock.svg');
	background-repeat: no-repeat;
}
.large-countdown.countdown {
  position: fixed;
  left: auto;
  top: 150px;
  right: 2%;
  bottom: auto;
  z-index: 499;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%; height: auto; padding-bottom: 25%
}


.progress-wrap {
  height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #676770;
  border-radius: 12px;
  background-color: #383838;
  box-shadow: inset 0 5px 6px 0 rgba(0, 0, 0, .5);
}

.progress-slide {
  width: 25%;
  height: 20px;
  border-radius: 9px;
  background-image: -webkit-linear-gradient(0deg, #f8c740, #2cb800);
  background-image: linear-gradient(90deg, #f8c740, #2cb800);
  box-shadow: inset -1px 4px 3px -1px rgba(252, 255, 180, .9), inset 0 -6px 3px -4px #0b4926;
}

.label-wrap {
  height: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}

.small-left {
  float: left;
}

.small-right {
  float: right;
  text-align: right;
}


.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.icon-3 {
  color: #9ebf43;
}

.icon-4 {
  color: #9ebf43;
}

.slide-nav {
  display: none;
}

.slide {
  padding-top: 46px;
  object-fit: contain;
}

.right-arrow-2 {
  margin-right: -80px;
}

.left-arrow {
  margin-left: -81px;
}

.grid-2 {
  width: 75%;
  height: 150px;
  margin-right: 50%;
  margin-left: 14%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  width: 55%;
}

.image-3.landscape {
  width: 100%;
}

.div-block {
  padding-bottom: 20px;
}

.bio {
  color: #202020;
  text-decoration: none;
}

.bio:hover {
  background-color: #9ebf43;
}

.masonry-image {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}

.masonry-image.modal {
  margin-bottom: 30px;
}

.insta-head {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, .54);
}

.form-block {
  text-align: left;
}

.contacts {
  margin-bottom: 17px;
  margin-left: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

.inline-link {
  color: hsla(87.4766355140187, 100.00%, 85.04%, 1.00);
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

.modal-background {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: rgba(0, 0, 0, .95);
  overflow-y:auto;
  overflow-x: visible;
}

.modal-outerwrap {
  position: relative;
  width: 400px;
  max-height:500px;
  padding-bottom: 20px; 
  overflow-y: scroll;
  z-index: 1000;
}

.modal-head {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}

.modal-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 2%;
  margin-right: 2%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  font-size: 5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.modal-close:hover {
  background-color: hsla(0, 0%, 100%, .42);
  color: hsla(75.96774193548387, 100.00%, 67.63%, 1.00);
}

.modal-background-cg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -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;
  background-color: rgba(0, 0, 0, .85);
}

.slide-oz {
  background-image: url('../images/RAAS-Map.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-oz.oz1 {
  background-position: 50% 50%;
}

.slide-us {
  background-image: url('../images/RAAM-map.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-africa {
  background-image: url('../images/Africa.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-3 {
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.object-fit_cover {
  height: 100%;
}

.mrgn-bot20 {
  margin-bottom: 20px;
}

.row {
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
}

.tile-pic-container {
  overflow: hidden;
  object-fit: contain;
  width: 100%;
  float: left;
  text-align: center;
}

.tile-logo {
  position: relative;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.tile-caption {
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  font-size: 0.75rem;
  line-height: 1.3rem;
  text-align: center;
}

.smaller-head {
  font-size: 2rem;
  line-height: 2rem;
}

.smaller-head.left {
  text-align: left;
}

.list-item {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}


.tile-sponsor {
  margin-bottom: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.5rem;
  line-height: 1.35rem;
  font-weight: 700;
}

.tile-sponsor.date {
  margin-top: 17px;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
}

.tile-sponsor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: left;
  -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;
  text-align: center;
}

.tile-sponso-amount {
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 2.5rem;
  line-height: 1.35rem;
  font-weight: 900;
}


.tile-2, .tile-2-fixed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin: 10px 1%;
  background-color: #fff;
  box-shadow: 0 4px 16px -3px #000;
  color: #202020;
  text-decoration: none;
}

.tile-2:hover {
  box-shadow: 0 4px 20px 0 #000;
  color: #202020;
}

.tile-2 .tile-pic-container, .tile-2 .tile-sponsor-container {
  height: 100%;
  opacity: 1;
  transition: all 0.4s ease-out;
}


.tile-2:hover .tile-pic-container, .tile-2:active .tile-pic-container, .tile-2:hover .tile-sponsor-container, .tile-2:active .tile-sponsor-container {
  height: 10%;
  opacity: 0;
}

.pseudo2col {
  padding-right: 25%;
  padding-left: 25%;
}

.slider-2 {
  height: 100vh;
  background-color: #012a56;
}

.oz-slide {
  background-image: url('../images/RAAS-Map.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sliderhead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -50px;
  -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;
}

.glow {
  text-shadow: 0 0 12px #fff;
}

.glow.us {
  margin-top: 10%;
}

.glow.africa {
  margin-top: 65px;
}

.us-slide {
  background-image: url('../images/RAAM-map.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.list {
  padding-left: 21px;
}

.dropbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 50px;
  margin-top: 93px;
  padding-top: 10px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  border-top: 1px solid #9ebf43;
  background-color: rgba(0, 0, 0, .7);
}

.leftfloat {
  position: relative;
  float: left;
}

.rightfloat {
  position: relative;
  float: right;
}

.africaslide {
  background-image: url('../images/Africa.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.anchor {
  height: 1px;
  margin-top: -142px;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.anchor.team {
  margin-top: -141px;
}

.faqwrap {
  padding-top: 144px;
}

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

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

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

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

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

@media (max-width: 991px) {
  .nav-link {
    border-bottom: 1px dotted #fff;
    font-weight: 400;
    text-align: center;
  }
  .nav-menu {
    height: auto;
    background-color: rgba(49, 49, 49, .95);
  }
  .menu-button.w--open {
    background-color: rgba(49, 49, 49, .95);
  }
  .icon {
    width: 60px;
    height: 60px;
    margin-top: -6px;
    padding-top: 19px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
  }
  .icon:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  .icon:active {
    border-color: hsla(75.96774193548387, 49.21%, 50.59%, 1.00);
    color: hsla(75.96774193548387, 49.21%, 50.59%, 1.00);
  }
  .button-2.dark {
    font-size: 1.05rem;
    line-height: 1.05rem;
  }
  .icon-2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
  }
  .dropdown-toggle {
    height: 85px;
    padding: 1px;
  }
  .dropdown-toggle.nav-link {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dd-link {
    border-right: 4px solid #9ebf43;
    border-bottom: 1px dashed #9ebf43;
    border-left: 4px solid #9ebf43;
    background-color: rgba(0, 0, 0, .7);
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .dd-link:hover {
    background-color: rgba(0, 0, 0, .8);
  }
  .dd-link.bottom {
    border-bottom-style: solid;
  }
  .background-tint {
    padding-right: 39px;
    padding-left: 39px;
  }
  .subhead {
    font-size: 4rem;
  }
  .subhead.smaller.black {
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-5 {
    font-size: 3rem;
  }
  .tag {
    font-size: 0.6rem;
  }
  .text-block {
    margin-top: 30px;
    -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;
  }
  .banner-section {
    height: 100%;
  }
  .arrow.left {
    top: 87%;
  }
  .arrow.right {
    top: 87%;
  }
  .section.about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
  }
  .section.about._100vh {
    position: relative;
    z-index: -10;
    width: 100vw;
    background-image: url('../images/Track-us.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }
  .trackusdiv {
    width: 100%;
  }
  .right-arrow {
    display: none;
    -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;
  }
  .left-arrow {
    display: none;
  }
  .faq-q {
    font-size: 1.1rem;
  }
  .right-arrow-2 {
    margin-right: -40px;
  }
  .left-arrow {
    display: block;
    margin-left: -40px;
  }
  .grid-2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .tile-pic-container {
    height: 70%;
  }
  .tile-caption {
    font-size: 0.7rem;
  }
  .tile-2 {
    margin-right: 14px;
    margin-bottom: 12px;
  }
  .pseudo2col {
    padding-right: 0%;
    padding-left: 0%;
  }
  .section-2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sliderhead {
    padding-right: 77px;
    padding-left: 77px;
  }
  .glow {
    font-size: 2rem;
  }
  .glow.africa {
    font-size: 4rem;
  }
  .us-slide {
    background-position: 50% 0%;
    background-size: auto 60%;
  }
}

@media (max-width: 767px) {
  .button-2 {
    margin-right: 10%;
    margin-bottom: 75px;
    margin-left: 10%;
    padding: 14px;
    font-size: 0.85rem;
  }
  .outerglow {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .outerglow.nobtmmrgn.flashing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-large.left.form {
    margin-left: 0px;
  }
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .subhead {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .subhead.smaller.black {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .image.withpadding {
    margin-left: 12px;
    padding-right: 53px;
    padding-left: 35px;
  }
  .left-rule {
    border: 1px none #000;
  }
  .brand-3 {
    padding-left: 30px;
  }
  .button-3 {
    margin-bottom: 0px;
  }
  .arrow.left {
    top: 87%;
    margin-bottom: 0px;
  }
  .arrow.right {
    top: 87%;
  }
  .main-slider {
    -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;
  }
  .section.about {
    padding: 40px 5%;
    background-image: none;
  }
  .left-arrow {
    margin-left: -47px;
  }
  .divaccordion {
    width: 90%;
    margin-top: 30px;
  }
  .column-3 {
    padding-bottom: 49px;
    text-align: center;
  }
.large-countdownembed.countdown {
  position: fixed;
  left: auto;
  top: 150px;
  right: 0%;
  bottom: auto;
  z-index: 499;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; height: auto; padding-bottom: 25%
}
  .right-arrow-2 {
    margin-right: -64px;
  }
  .left-arrow {
    margin-left: -64px;
  }
  .grid-2 {
    height: auto;
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .contacts {
    margin-left: 0px;
    font-size: 2rem;
  }
  .slide-africa {
    background-position: 50% 50%;
    background-size: contain;
  }
  .tile-logo {
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .tile-caption {
    margin-top: 15px;
  }
  .tile-2 {
    height: auto;
    margin-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pseudo2col {
    display: block;
  }
  .glow {
    font-size: 3rem;
    line-height: 3rem;
  }
  .glow.us {
    margin-top: 58%;
  }
  .glow.africa {
    font-size: 3rem;
  }
  .us-slide {
    background-size: cover;
  }
    .tile-sponsor-container {
  overflow: visible;
}
	.tile-caption {
		text-align: center;
	}
}

@media (max-width: 479px) {
  h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .navbar {
    padding-right: 3%;
    padding-left: 3%;
  }
  .nav-link {
    font-size: 3vh;
  }
  .brand {
    width: 33%;
  }
  .brand-2 {
    width: 33%;
    margin-left: 6px;
  }
  .menu-button {
    width: 30%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .icon {
    float: right;
  }
  .social-wrapper.footer {
    width: 100vw;
    float: none;
    border-top-style: none;
  }
  .icon-2 {
    font-size: 3vh;
    font-weight: 100;
  }
  .p-large {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .p-large.left {
    margin-left: 10px;
  }
  .container {
    padding-right: 0%;
    padding-left: 0%;
  }
  .subhead {
    font-size: 2rem;
    line-height: 2rem;
  }
  .subhead.smaller.black.left {
    padding-right: 0px;
    padding-left: 10px;
    line-height: 1.6rem;
  }
  .subhead.left {
    padding-left: 10px;
  }
  .sponsor-container {
    padding: 15px;
  }
  .image.withpadding {
    padding-right: 38px;
  }
  .main-links {
    padding: 0px;
  }
  .brand-3 {
    height: 60px;
  }
  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
  }
  .text-block.menu {
    width: 100vw;
  }
  .arrow.left {
    top: 87%;
  }
  .arrow.right {
    top: 87%;
  }
  .section.about {
    background-position: 0% 0%, 77% 100%;
  }
  .divaccordion {
    width: 90%;
  }
  .faq-q {
    font-size: 0.9rem;
  }
  .subscribe-form-wrapper {
    float: left;
  }
  .subscribe-content {
    background-color: hsla(77, 68%, 75%, .95);
  }
  .subscribe-txt {
    float: left;
  }
  .subscribe-wrapper {
    margin-left: -290px;
  }
  .white {
    overflow: auto;
    font-size: 12px;
    line-height: 16px;
  }
  .slide {
    padding-top: 104px;
  }
  .grid-2 {
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .masonry-image.modal {
    padding-right: 40px;
    padding-left: 40px;
    background-color: transparent;
    text-align: center;
  }
  .contacts {
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 1.2rem;
  }
  .modal-head {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .modal-close {
  width: 50px;
  height: 50px;
  background-color: #9ebf43;
  margin-top: 90px;
  margin-right: 50px;
  font-size: 2rem;
  z-index: 2000;
}
.modal-close:hover {
  background-color: #000000;
  color: hsla(75.96774193548387, 100.00%, 67.63%, 1.00);
}
  .modal-background-cg {
    z-index: 1001;
    padding-top: 20px;
  }
  .tile-logo {
    width: 50%;
  }
  .tile-2 {
    margin-right: 3%;
  }
  .heading-11 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .heading-12 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .glow {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .glow.us {
    margin-top: 60%;
  }
  .glow.africa {
    font-size: 2rem;
  }
  .us-slide {
    background-position: 50% 143px;
    background-size: auto 50%;
  }
  .floatingpanelonfixed {
    margin-top: 182px;
  }

}

#w-node-a578ff502e08-c50925c7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-a578ff502e08-c50925c7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-c54aee4b268a-c50925c7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-c54aee4b268a-c50925c7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-a87680b3c73f-c50925c7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-a87680b3c73f-c50925c7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a87680b3c73f-c50925c7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

#w-node-15ad2c7bfefb-c50925c7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-15ad2c7bfefb-c50925c7 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-15ad2c7bfefb-c50925c7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-15ad2c7bfefb-c50925c7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

#w-node-b4610bffeef9-4b0925ca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b4610bffeefb-4b0925ca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b4610bffeefd-4b0925ca {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b4610bffeeff-4b0925ca {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4610bffef00-4b0925ca {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4610bffef02-4b0925ca {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a8e1c72eccab-920925cc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a8e1c72eccad-920925cc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a8e1c72eccaf-920925cc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a8e1c72eccb1-920925cc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a8e1c72eccb2-920925cc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a8e1c72eccb4-920925cc {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

