* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
button.btn.btn-primary:hover,
button.btn.btn-primary:focus {
  background-color: #1a946f;
  border: 0;
}

footer a:hover,
footer a:focus {
  color: #1a946f;
}
section.top_bar {
  background-color: #114b5f;
  color: #fff;
  display: flex;
}
section.top_bar h4 {
  padding: 1rem;
  font-size: 1rem;
  margin: 0;
}
section.top_bar a {
  color: #fff;
}
section.sechdule_bar {
  background-color: #e0e1e3;
  padding: 0.6rem;
  text-align: right;
}
.btn.btn-primary {
  background-color: #114b5f;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  font-size: 1.4rem;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  border-bottom: 5px solid #114b5f;
  border-top: 5px solid #114b5f;
}
.brand {
  display: inline-block;
}
a.navbar-brand img {
  width: 300px;
}
nav .nav-item a {
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #114b5f;
}
section.hero {
  width: 100%;
  height: 76vh;
  background: url(/assets/img/pinwheel/TrailRunnerPinwheelFinal.jpg) 74% 66% no-repeat;
  background-size: cover;
  position: relative;
}
	section.hero.volunteers {
		background: url(/assets/img/pinwheel/Volunteer-hero.jpg) no-repeat;
		background-size: cover;
	}
	section.hero.fundraisers {
		background: url(/assets/img/pinwheel/fundraiser_hero.jpg) no-repeat;
		background-size: cover;
	}
	section.hero.communication {
		background: url(/assets/img/pinwheel/communication_hero.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.hero.donor {
		background: url(/assets/img/pinwheel/donor_hero.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	section.hero.eventsPrograms {
		background: url(/assets/img/pinwheel/EventsProgramHeroImage.png) no-repeat;
		background-size: cover;
	}
section.hero.inner_hero .row {
  justify-content: flex-end;
}
section.hero .container-fluid {
  width: 96%;
}

section.hero h1 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}
section.hero h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
}
section.hero a.btn.btn-primary {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.tumb_block {
  text-align: center;

  font-size: 1.3rem;
}

.tumb_block.c-1 {
  background: #88d398;
}
.tumb_block.c-2 {
  background: #1a946f;
}
.tumb_block.c-3 {
  background: #114b5f;
}

.tumb_block a {
  color: #fff;
  padding: 2.3rem 1rem;
  display: block;
  font-size: 1.8rem;
}
.facing h1,
.blue_heading h1,
.green_heading h1 {
  text-align: center;
}
section.facing {
  padding: 4rem 0rem;
}
.facing h1 {
  margin-bottom: 2.5rem;
  font-weight: 600;
  color: #114b5f;
}
section.facing li {
  font-size: 1.6rem;
  padding: 0rem 1.5rem;
  color: #114b5f;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  list-style: none;
}
.fa-circle-check {
	padding-right: 8px;
}
/*section.facing li::before {
  content: "\f058";
  font-family: "fontawesome";
  position: absolute;
  left: 0px;
}*/
section.blue_heading {
  background: #114b5f;
  color: #fff;
  padding: 1.5rem 0rem;
}
section.green_heading {
  background: #1a936f;
  color: #fff;
  padding: 1rem 0rem;
}
section.green_heading h1 {
  margin: 0;
}
section.blue_heading h1 {
  margin: 0;
  font-size: 2.1875rem;
}
section.pinwheel .container-fluid {
  width: 70%;
}
section.pinwheel h1 {
  text-align: center;
  padding: 3rem 0rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  color: #114b5f;
  font-size: 3.2rem;
}
section.pinwheel img {
  width: 100%;
}
section.sec_six {
  background-color: #c6dabf;
  text-align: center;
  margin-top: 5rem;
  padding: 2rem 0rem;
}
section.sec_diff {
  border-bottom: 10px solid #114b5f;
}
section.sec_six h1 {
  color: #114b5f;
  line-height: 1.2;
  font-weight: bold;
}
section.sec_diff .icon-box,
section.sec_diff .icon {
  width: 100%;
}
section.sec_diff p {
  color: #114b5f;
  line-height: 1.3;
  font-size: 22px;
}
section.sec_diff .icon-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-box .icon {
  padding: 1rem 0rem;
}
section.sec_started .icon-box {
  text-align: center;
  width: 100%;
  padding-bottom: 3rem;
}
section.sec_started .icon-box .icon {
  padding: 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

section.sec_started .icon-box .icon img {
  width: 20%;
}
section.sec_started .icon-box p {
  font-size: 2.5rem;
  color: #114b5f;
  line-height: 1.3;
}
section.sec_started {
  border-bottom: 10px solid #88d398;
  padding: 4rem 0rem;
}
.lead_gen {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 10px solid #c6dabf;
}
.lead_gen h1 {
  color: #114b5f;
  font-weight: bold;
}
section.facing a.btn {
  margin: 2rem auto;
}
section.love_cus {
  background: #e0e1e3;
  padding: 2rem;
  text-align: center;
  padding-bottom: 0px;
}
footer ul {
  list-style: none;
}

footer {
  background-color: #114b5f;
  padding: 2rem;
}

footer ul li a {
  color: #fff;
}

footer ul li a h1 {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}

footer ul li {
  padding: 0.4rem 0rem;
}
footer ul li span {
  position: absolute;
  left: -8px;
}
footer ul li span {
  position: absolute;
  left: 11px;
}
ul.Locations {
  padding-left: 25px;
}
button.navbar-toggler.collapsed {
  border: 0;
}

button.navbar-toggler.collapsed span.fa.fa-bars {
  color: #114b5f;
  font-size: 22px;
}
.tumb_block:hover {
  opacity: 90%;
}
section.facing .col-md-12.align-center {
  text-align: center;
}
section.sec_diff .icon-box {
  padding: 0rem 1rem;
}

section.sec_diff .icon-box .icon {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sec_diff {
  padding: 5rem;
}
section.tumb_blocks-wrap .row .col-lg-2 {
  padding-right: 5px;
  padding-left: 5px;
}
section.hero.inner_hero h1 {
  color: #114b5f;
  font-size: 2.5rem;
}

section.hero.inner_hero h2 {
  color: #000;
  font-weight: bold;
}
section.cont_layout {
  padding: 3rem 0;
}
section.cont_layout h3 {
  color: #114b5f;
  font-weight: bold;
}
section.cont_layout h3 {
  color: #114b5f;
  font-weight: bold;
  font-size: 2rem;
}

section.cont_layout ul {
  margin-left: 20px;
  margin-bottom: 0;
}

section.cont_layout ul li {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.4rem 0;
}
section.cont_layout .container-fluid {
  width: 85%;
}
.cont_layout img {
  display: block;

  width: 368px;
  height: 324px;
  object-fit: contain;
}
hr {
  margin: 0;
}
hr.green {
  border-bottom: 10px solid #1a936f;
}
hr.light-green {
  border-bottom: 10px solid #c6dabf;
}
hr.blue {
  border-bottom: 10px solid #114b5f;
}
section.cont_layout a.btn.btn-primary {
  margin-top: 3rem;
}
.no-spacing img {
  margin: 0;
}
.hero.eventsPrograms h2 {
  color: #ffff !important;
  margin-bottom: 2rem;
  font-weight: 400 !important;
  font-size: 1.5rem;
}

section.Pricing {
  display: flex;
  margin: 8rem 0;
}

.card-group {
  width: 100%;
  display: flex;
}
.Pricing .card {
  display: inline-block;
  width: 47.5%;
}

.card-group .card {
  border-bottom: 0;
}
.card-group .card {
  border-bottom: 0;
}

.Price .card-head {
  color: #ffff;
  text-align: center;
}
.card.pricing1 .card-head {
  background-color: #208fb4;
}
.card.pricing2 .card-head {
  background-color: #1a936a;
}
.card.pricing3 .card-head {
  background-color: #67c87c;
}
.card.pricing4 .card-head {
  background-color: #ea2b7b;
}
.card-head {
	padding: 2.5rem;
}
.card-body {
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}

.Price .card-head h2 {
  font-size: 28px;
  font-weight: 500;
  min-height: 69px;
}
.Price .card-head h1 {
  border-top: 2px solid #fff;
  padding-top: 0.5rem;
  font-size: 28px;
  margin-bottom: 0;
}
.card-footer {
  background: #c6dabf;
  font-size: 18px;
  color: #675e5e;
  display: flex;
  align-items: center;
}
.group_deck .card-footer {
  position: absolute;
  bottom: 6px;
  width: 100%;
}
section.Price .col-md-1 {
  flex: 0 0 0.5%;
  max-width: 0.5%;
  padding: 0px;
}

section.Price .col-md-5 {
  flex: 0 0 49.666667%;
  max-width: 49.766668%;
}
.card-deck {
  margin: 0;
  position: relative;
}
.card-deck .card {
  margin: 0;
}
.inner_span {
  padding: 0px 15px;
}
section.Price .col-md-12 h1 {
  text-align: center;
  padding-bottom: 2.5rem;
  font-weight: 600;
  color: #114b5f;
}
section.Price,
section.details {
  padding: 2rem;
}
.card-deck.group_deck {
  padding-bottom: 3.2rem;
}
.card-body ul {
  margin-left: 1rem;
}

.card-body ul li {
  font-size: 16px;
  line-height: 2.5;
  color: #675e5e;
  font-weight: bold;
}

.card-body button {
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
}
.card-body > ul {
  min-height: 300px;
}
.card-body ul ul li {
  list-style: none;
}

.card-body ul ul li::before {
  content: "-";
  position: relative;
  left: -13px;
}

section.Price span {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  top: 6rem;
}
section.details .detailsinner {
  background: #3c6160;
  color: #fff;
  padding: 0.7rem;
}
section.details ul {
  margin-left: 1.2rem;
}
section.details ul li {
  list-style: none;
}

section.details ul li::before {
  content: "*";
  position: relative;
  left: -8px;
  top: 4px;
}

.center_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

section.cont_layout ul {
  margin-left: 1.7rem;
}
.eventsPrograms {
  min-height: 76vh;
  height: unset !important;
}

section.Price button.btn.btn-primary {
  background: #4d7ff5;
  padding: 0.7rem 2rem;
}
.card-footer p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #675e5e;
}
section.hero.communication .row {
  justify-content: flex-start;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #114b5f;
}

#navbarFeatureDropMenuLink:focus-visible {
	outline: none;
}