/*
Master Stylesheet
*/
/*
Variables here.
*/
/* 
    Created on : Jul 29, 2015, 11:28:32 AM
    Author     : Jason Russo
*/
/*
Master Stylesheet
*/
@keyframes slideLeft {
  from {
    left: -200px;
  }
  to {
    left: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
Master Stylesheet
*/
.menuTrigger {
  left: 0;
  margin-top: 50px;
  height: 2px;
  width: 100%;
  position: absolute;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  background: #363636;
  border: 1px dashed red;
  border-radius: 10px;
  color: #FFFFFF;
  left: 65px;
  padding: 5px;
  top: 65px;
  width: 200px;
  height: auto;
  overflow: visible;
  z-index: 99999999;
}

ul {
  margin: 0;
}

a:active, a:focus, button:active, button:focus {
  border: none;
  outline: none;
}

a {
  color: #006290;
  outline: none;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a:active, a:focus, a:hover {
  color: #535f6c;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Source Sans 3", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 15px;
}

h1 {
  color: #00946f;
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
}
@media (max-width: 1480px) {
  h2 {
    margin-top: 15px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 1.55rem;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 8px;
}

small {
  font-size: 0.75rem;
}

address {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
  width: 100%;
}

textarea {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.size-large, .size-full {
  height: auto;
}
@media (max-width: 770px) {
  .size-large, .size-full {
    max-width: 100%;
  }
}

hr {
  height: 3px !important;
}

input:-moz-placeholder, input:focus {
  box-shadow: none !important;
}

.alignleft {
  float: left;
  margin: 0 15px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 15px;
}

.verticalMiddle {
  align-self: center;
}

.aligncenter {
  display: block;
  margin: auto;
}

.padding50 {
  padding: 50px 100px;
}

.wp-caption {
  max-width: 100%;
}

.maxWidth {
  margin: auto !important;
  max-width: 1200px;
}

.maxWidth2 {
  margin: auto !important;
  max-width: 1100px;
}

.maxWidth3 {
  margin: auto !important;
  max-width: 660px;
}
@media (max-width: 770px) {
  .maxWidth3 {
    display: block !important;
  }
}

.noBold {
  font-weight: normal !important;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}

.bgBlue {
  background-color: #216092;
  color: #FFFFFF;
  padding-bottom: 50px;
}

.bgBeige {
  background-color: rgba(225, 241, 145, 0.4784313725);
}

.bgGreen {
  background-color: #00946f;
  color: #FFFFFF;
  padding-bottom: 50px;
}
@media (max-width: 770px) {
  .bgGreen {
    padding-bottom: 0;
  }
}

.bounce {
  animation: bounce 2s infinite;
}

.fix {
  clear: both;
}

.row-eq-height {
  display: flex;
}

/** Anchors **/
.anchorlink {
  left: 0;
  height: 2px;
  margin: -350px 0 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/** ToolTips **/
.toolWrap {
  font-size: 1.35rem;
}
.noBorder {
  border: 0px solid transparent !important;
}

.minHeight {
  max-height: 550px;
  height: 100%;
}

@media (max-width: 951px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }
}

.banner {
  background-color: #216092;
  color: #FFFFFF;
  left: 0;
  padding: 15px 0 0px;
  max-width: 560px;
  position: relative;
  height: 90px;
}
.banner h2 {
  font-size: 29px;
}
.banner .bannerBG {
  background: #216092;
  content: ".";
  height: 100%;
  display: block;
  width: 42px;
  position: absolute;
  top: 0;
  color: #325B81;
  transform: skewX(-15deg);
  right: -20px;
}
.banner::before {
  background: #216092;
  content: ".";
  color: #216092;
  display: block;
  position: absolute;
  left: -80%;
  width: 80%;
  top: 0;
  height: 100%;
}
.banner .bannerAfter {
  background: #535f6c;
  content: ".";
  height: 100%;
  display: block;
  width: 20px;
  position: absolute;
  right: -50px;
  top: 0;
  color: gray;
  transform: skewX(-15deg);
}

.redBorder {
  background-color: #ff0000;
  height: 4px;
  width: 100%;
}

.orangeBorder {
  background-color: #FF6A39;
  height: 4px;
  width: 100%;
}

/** Bottom anchor **/
#backtoTop {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 25px;
  display: none;
  padding: 1rem 1rem 0.5rem 1rem;
  text-align: center;
  opacity: 0;
  right: 15px;
  z-index: 1;
}
#backtoTop i {
  color: #FF6A39;
  font-size: 30px;
  line-height: normal;
}

.blueText, a.blueText {
  color: #216092 !important;
}
.blueText:hover, .blueText:active, .blueText:focus, a.blueText:hover, a.blueText:active, a.blueText:focus {
  color: inherit;
}

.blueText h1, .blueText h2, .blueText h3, .blueText h4, .blueText h5, .blueText h6 {
  color: #216092 !important;
}

.greyText {
  color: #535f6c;
}

*:focus {
  outline: none;
}

body {
  font-size: 20px;
  color: #216092;
  font-family: "Source Sans 3", Helvetica, sans-serif;
}
body.fixedtop .wrapper {
  margin-top: 415px;
}
@media (max-width: 770px) {
  body.fixedtop .wrapper {
    margin-top: 75px;
  }
}

#fader {
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999999;
}
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}
#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0.75em;
}

.navbar-light .navbar-toggler {
  color: #FFFFFF;
}

.site-logo img {
  max-width: 100px;
}

.nogutter {
  --bs-gutter-x: 0;
}

.bgWrap {
  background-color: rgba(255, 255, 255, 0.82);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.divider {
  border-bottom: 2px solid #ff0000;
  padding-bottom: 20px;
}

/** Bootstrap Overides **/
.btn-primary {
  background: #FF6A39;
  border-color: #FF6A39;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 24px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #FF6A39;
  border-color: #FF6A39;
  color: #FFFFFF;
}
.btn-primary.active a {
  color: #FFFFFF !important;
}
.btn-primary a {
  font-size: 24px !important;
}
.btn-primary a::before, .btn-primary a::after {
  display: none;
}

.pt-6 {
  padding-top: 6rem;
}

img {
  max-width: 100%;
}

/*
Master Stylesheet
*/
/**
 * Navigation for Fixed-top type menu
 **/
#mainNavWrap.fixed-top {
  height: 410px;
  margin: 0px auto 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 990px) {
  #mainNavWrap.fixed-top {
    height: 100px;
    padding: 0;
  }
}
#mainNavWrap.fixed-top.active {
  box-shadow: 1px 2px 3px #535f6c;
  height: 100px;
  padding: 0;
}
#mainNavWrap.fixed-top.active .navbar-brand, #mainNavWrap.fixed-top.active .custom-logo {
  height: auto;
  max-width: 250px;
}
#mainNavWrap.fixed-top.active .navbar-nav li {
  padding-top: 0;
}
#mainNavWrap.fixed-top.active .nbar {
  max-height: 20px;
}
#mainNavWrap.fixed-top.active .navbar-nav .homePage {
  padding-top: 0;
}
#mainNavWrap.fixed-top.active .navbar-nav .homePage a {
  height: 60px;
  width: 120px;
}

/*
Master Stylesheet
*/
.mainHeader {
  background: #FFFFFF;
  min-height: 325px;
}
@media (max-width: 770px) {
  .mainHeader .col-lg-5 {
    text-align: center;
  }
}
.mainHeader .custom-logo {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: auto;
  margin-top: 0px;
}
@media (max-width: 770px) {
  .mainHeader .custom-logo {
    height: auto;
  }
}
@media (max-width: 1270px) {
  .mainHeader {
    min-height: auto;
  }
}
@media (max-width: 770px) {
  .mainHeader {
    padding-top: 15px !important;
    padding-left: 15px !important;
  }
}

.caret {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.fa-bars {
  font-size: 2rem;
}
.fa-bars::before {
  color: #FFFFFF;
}

#mainNavWrap {
  background: #00946f;
}

@media (max-width: 981px) {
  #mainNav .container-fluid {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding: 0;
  }
}
@media (max-width: 770px) {
  #mainNav .navbar-toggler {
    margin-right: 0;
    margin-top: 5px;
  }
}
@media (max-width: 770px) {
  #mainNav #main-menu {
    margin-top: 5px;
  }
}
#mainNav li {
  display: grid;
  align-content: center;
  margin: 0 15px;
  padding: 0px;
  position: relative;
  /** Dropdown Menus action **/
}
#mainNav li a {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
}
#mainNav li a:active, #mainNav li a:focus, #mainNav li a:hover {
  color: #FFFFFF;
}
#mainNav li a:before, #mainNav li a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
#mainNav li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
#mainNav li a::before {
  content: "";
  /* show by default */
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
#mainNav li.active a, #mainNav li.current-page-parent a {
  color: #FFFFFF;
}
@media (max-width: 770px) {
  #mainNav li.active a, #mainNav li.current-page-parent a {
    color: #FFFFFF;
  }
}
#mainNav li:last-child {
  border-bottom: none;
}
#mainNav li:last-child::after {
  content: "";
}
#mainNav li.dropdown::before {
  content: "";
  position: relative;
}
@media (max-width: 770px) {
  #mainNav li {
    border-bottom: 1px solid #FFFFFF;
  }
  #mainNav li a {
    margin: 0 15px;
  }
}
#mainNav li:hover > .dropdown-menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 981px) {
  #mainNav li:hover > .dropdown-menu {
    display: none;
    flex-direction: column;
  }
}
#mainNav li .dropdown-menu {
  display: none;
  min-width: 14rem;
}
#mainNav li .dropdown-menu:last-child a {
  padding-right: 0.5rem;
}
#mainNav li .dropdown-menu a {
  color: #363636;
  text-transform: uppercase;
}
#mainNav li .dropdown-menu .active a {
  color: #216092;
}
#mainNav li .dropdown-menu.show {
  display: flex;
}
@media (max-width: 981px) {
  #mainNav li .dropdown-menu.show {
    flex-direction: column;
  }
}

/**
 * Carousel Overrides
 **/
@media (min-width: 1480px) {
  .lgx-carousel-section .lgx-carousel-wrapper {
    max-height: 955px;
  }
  .lgx-carousel-section .lgx-carousel-wrapper .owl-item iframe {
    top: -95px;
  }
}
.lgx-carousel-section .lgx-carousel-wrapper .owl-item {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.lgx-carousel-section .lgx-carousel-wrapper .owl-item iframe {
  position: absolute;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.lgx-carousel-section .lgx-carousel .lgx-item {
  padding: 0;
}

.lgx-carousel .owl-item {
  max-height: 368px;
  min-width: auto;
}

@media (max-width: 770px) {
  .postHeader img {
    height: auto;
  }
}

/** Pagination Links Default **/
.page-numbers {
  list-style-type: none outside none;
  margin: 0;
  padding: 0;
}
.page-numbers li {
  display: inline-block;
  font-size: 1.25rem;
}

.prevPost {
  float: left;
}

.nextPost {
  float: right;
}

/** Bootstrap Overrides **/
.page-item.active .page-link {
  background-color: #535f6c;
  border-color: #535f6c;
  color: #FFFFFF;
}

.page-link {
  color: #535f6c;
}
.page-link:focus {
  box-shadow: 0 0 0.25rem rgba(35, 31, 32, 0.5);
}

/**
 * Sidebar
 **/
.sidebar ul {
  list-style: none outside none;
  padding-left: 0;
}

/*
Master Stylesheet
*/
.main {
  margin: 1rem auto auto;
  max-width: 1200px;
}

.pcontent .wp-block-columns:last-child {
  margin-bottom: 0;
}
.pcontent p {
  font-size: 28px;
}
.pcontent .fontSmall p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 770px) {
  .pcontent {
    padding: 0 25px;
  }
}

@media (max-width: 770px) {
  .home .pcontent {
    padding: 0;
  }
}

/**
 * Wordpress Gallery
 **/
@media (max-width: 1270px) {
  div[id^=gallery-] .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 770px) {
  div[id^=gallery-] .gallery-item {
    width: 100% !important;
  }
}

/** Blog Posts **/
.post {
  border-bottom: 1px solid #535f6c;
  margin-bottom: 25px;
}
@media (max-width: 770px) {
  .post .mobilecolumn {
    flex-direction: column;
  }
}
.post .date {
  min-width: 10%;
}
@media (max-width: 770px) {
  .post .date {
    min-width: 100%;
  }
}

/**
 * Page Header Featured Images
 **/
#carouselFeatured .carousel-item {
  max-height: 812px;
}
#carouselFeatured .carousel-caption {
  background-color: #216092;
  right: auto;
  padding: inherit;
  left: 0;
  margin: auto;
  text-align: left;
}
#carouselFeatured .carousel-caption h1 {
  font-size: 45px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#carouselTestimonial {
  min-height: 300px;
  z-index: 9;
}
#carouselTestimonial .carousel-caption {
  color: #216092;
  font-size: 40px;
  font-weight: 700;
  left: 20%;
  max-width: 420px;
  right: auto;
  bottom: auto;
  position: relative;
  transform: translateX(-20%);
  margin-top: 75px;
}
@media (max-width: 770px) {
  #carouselTestimonial .carousel-caption {
    font-size: 30px;
    padding: 0 25px;
  }
  #carouselTestimonial .carousel-caption p {
    font-size: 24px;
    line-height: normal;
    text-shadow: 1px 2px 3px #fff;
  }
}
#carouselTestimonial .fas {
  color: #363636;
  font-size: 6rem;
}
@media (max-width: 770px) {
  #carouselTestimonial .fas {
    color: #FFFFFF;
    font-size: 3rem;
  }
}
#carouselTestimonial .carousel-control-next-icon, #carouselTestimonial .carousel-control-prev-icon {
  background-image: none;
  height: 6rem;
  opacity: 1;
  width: 6rem;
}
@media (max-width: 770px) {
  #carouselTestimonial .carousel-control-next-icon, #carouselTestimonial .carousel-control-prev-icon {
    height: 3rem;
    width: 3rem;
  }
}
@media (max-width: 770px) {
  #carouselTestimonial .carousel-control-next-icon {
    right: 0;
  }
}
@media (max-width: 770px) {
  #carouselTestimonial .carousel-inner {
    background: rgba(0, 0, 0, 0.3);
  }
}

/**
 Shapes for the home page banner. */
.shapesTrigger {
  height: 2px;
  position: absolute;
  top: 30%;
  width: 100%;
}

.shapesT {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 770px) {
  .shapesT {
    display: none;
  }
}

.orangeShapeBg {
  right: -15px;
  top: 0;
  position: absolute;
}
.orangeShapeBg.active {
  top: 0;
  bottom: inherit;
}
@media (max-width: 770px) {
  .orangeShapeBg {
    max-width: 30%;
  }
}

.orangeShapeT {
  background: transparent url(../img/orangeShapeT.png) no-repeat scroll 0 0;
  left: -15px;
  rotate: 180deg;
  max-width: 250px;
  max-height: 457px;
  top: 0;
  transform: translateY(-20%);
}
.orangeShapeT.rotate {
  left: -100px;
  rotate: 190deg;
}

.starT {
  background: transparent url(../img/star.png) no-repeat scroll 0 0;
  left: 10%;
  max-width: 226px;
  max-height: 282px;
  margin-top: 12%;
  opacity: 1;
}
.starT.rotate {
  animation: spin 3s ease-out infinite;
}
.starT.rotate:hover {
  animation: spin 3s ease-out 0;
}

.star.rotate {
  animation: spin 3s ease-out 1;
}

.pcontent .starT {
  left: auto;
  margin-top: 0;
  position: relative;
}

.triangleT {
  background: transparent url(../img/triangle.png) no-repeat scroll 0 0;
  left: 25%;
  max-width: 309px;
  max-height: 395px;
  top: 55%;
  transform: translate(-55%, -25%);
}
.triangleT.rotate {
  opacity: 0;
}

.pinkStartT {
  background: transparent url(../img/astrix.svg) no-repeat scroll 0 0;
  right: -80px;
  top: 70%;
  transform: translateY(-70%);
  max-width: 255px;
  max-height: 288px;
}
.pinkStartT.rotate {
  rotate: 90deg;
}

.starImg {
  cursor: pointer;
  left: 5.5%;
  margin-top: 60px;
}
.starImg:hover {
  animation: spin 3s ease-out infinite;
}
@media (max-width: 770px) {
  .starImg {
    max-width: 50%;
  }
}

.videoPlaceholder {
  background: #D9D9D9 url(../img/arrowRight.png) no-repeat scroll center center;
  width: 100%;
}

.section {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.section1 {
  padding-bottom: 25px;
  opacity: 0;
  visibility: hidden;
}
.section1.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 770px) {
  .section1 {
    opacity: 1;
    visibility: visible;
  }
}

.section2 h1, .section2 h2, .section2 h3, .section2 h4 {
  padding: 25px 0;
}
@media (max-width: 770px) {
  .section2 {
    padding: 0 25px;
  }
}

.section3 {
  min-height: 500px;
  padding-bottom: 25px;
}
.section3 .rectangle {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  left: 0;
  position: relative;
  margin-top: 40px;
  rotate: 0deg;
}
.section3 .rectangle.rotate {
  animation: spin 3s ease-out 1;
  left: 8%;
}
@media (max-width: 770px) {
  .section3 {
    min-height: 350px;
  }
  .section3 .rectangle {
    max-width: 150px;
    margin-top: 5px;
  }
}

.section4 iframe, .section4 .videoPlaceholder {
  position: absolute;
  height: 100vh;
  max-height: 628px;
  max-width: 1100px;
  margin-top: -290px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 770px) {
  .section4 iframe, .section4 .videoPlaceholder {
    max-height: 328px;
    max-width: 100%;
  }
}
.section4 .pt-6 {
  padding-top: 24rem;
}
@media (max-width: 770px) {
  .section4 .pt-6 {
    padding: 4rem 40px 0 40px;
  }
}
.section4 p {
  line-height: 36px;
  padding: 0 25px 25px;
}

.section5 {
  overflow: hidden;
  position: relative;
}
.section5 h1, .section5 h2, .section5 h3 {
  margin-bottom: 4rem;
}
@media (max-width: 770px) {
  .section5 h1, .section5 h2, .section5 h3 {
    margin: 25px 0;
  }
}
.section5 p {
  padding: 0 25px;
}
.section5 .star, .section5 .triangle {
  position: absolute;
}
.section5 .star {
  max-width: 293px;
  right: 16%;
  z-index: 1;
}
@media (max-width: 770px) {
  .section5 .star {
    max-width: 40%;
  }
}
.section5 .triangle {
  rotate: 250deg;
  max-width: 275px;
  right: 75px;
}

.section9 {
  position: relative;
  overflow: hidden;
}

.svGees {
  height: 100%;
  position: absolute;
  width: 100%;
}

.radiusT {
  background: transparent url(../img/radius.png) no-repeat scroll center top;
}

.radius {
  cursor: pointer;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  rotate: 0deg;
}
.radius.active, .radius:hover {
  rotate: 360deg;
}

.slideLeft {
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  left: -300px;
  opacity: 0;
  position: relative;
}
.slideLeft.activate {
  left: 0;
  opacity: 1;
}
@media (max-width: 770px) {
  .slideLeft {
    left: 0;
    opacity: 1;
  }
}

.slideRight {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  right: -300px;
  position: relative;
  opacity: 0;
}
.slideRight.activate {
  opacity: 1;
  right: 0;
}
@media (max-width: 770px) {
  .slideRight {
    right: 0;
    opacity: 1;
  }
}

.slideTop {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  margin-top: 200px !important;
  opacity: 0;
}
.slideTop.activate {
  margin-top: 0 !important;
  opacity: 1;
}
@media (max-width: 770px) {
  .slideTop {
    margin-top: 0 !important;
    opacity: 1;
  }
}

.rotate.activate {
  rotate: 190deg;
}

.purpleBG {
  background: transparent url(../img/purpleBg.svg) no-repeat scroll center top;
  max-width: 730px;
  right: 0;
}
@media (max-width: 770px) {
  .purpleBG {
    background-size: contain;
    width: 100%;
  }
}

.People {
  background: transparent url(../img/People.svg) no-repeat scroll center top;
  height: 429px;
  right: 0;
  max-width: 665px;
  z-index: 1;
}

.circleT {
  background: transparent url(../img/Circle.svg) no-repeat scroll center top;
  margin-top: 165px;
  max-height: 290px;
  max-width: 700px;
  right: 0;
}

@media (max-width: 1270px) {
  .section1 {
    padding: 0 25px;
  }
}
@media (max-width: 951px) {
  .section1 {
    padding: 0 40px;
  }
}

@media (max-width: 1270px) {
  .section5 {
    padding: 0 25px;
  }
}
@media (max-width: 951px) {
  .section5 {
    padding: 0 40px;
  }
}

.section6 {
  background: transparent url(../img/OrangeBg.svg) no-repeat scroll right top;
  max-height: 670px;
  height: 95vh;
}
@media (max-width: 770px) {
  .section6 {
    height: 45vh;
  }
}

.section7 {
  background-color: rgba(225, 241, 145, 0.4784313725);
  margin-bottom: 0;
  padding: 50px 25px;
}
.section7 img {
  z-index: 1;
}
.section7 img:nth-child(2) {
  margin-left: -28px;
  z-index: 0;
}
@media (max-width: 770px) {
  .section7 img:nth-child(2) {
    margin: auto;
  }
}

.section8 {
  background: #00946f url(../img/DonateBG.png) no-repeat scroll left -13px;
  min-height: 768px;
}
@media (max-width: 1270px) {
  .section8 {
    padding: 0 25px;
  }
}
@media (max-width: 951px) {
  .section8 {
    padding: 0 40px;
  }
}
@media (max-width: 1270px) {
  .section8 p {
    text-shadow: 1px 2px 3px #000;
  }
  .section8 p:first-child {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 25px;
  }
}

@media (max-width: 1270px) {
  .section9 {
    padding: 0 25px;
  }
}
@media (max-width: 770px) {
  .section9 {
    text-align: center;
  }
  .section9 ul {
    list-style: none outside none;
  }
}

/********************************
 * Goal Area
 ********************************/
.GoalMobile {
  background: transparent url(../img/goals/progressBarMobile2.png) no-repeat scroll center top;
  height: 500px;
  display: none;
}
@media (max-width: 981px) {
  .GoalMobile {
    display: block;
  }
}
@media (max-width: 770px) {
  .GoalMobile {
    background-size: contain;
    height: 300px;
  }
}

.goalBar {
  background: transparent url(../img/goals/GoalBar.svg) no-repeat scroll left top;
  height: 60px;
  margin: auto;
  max-width: 880px;
}
.goalBar .progress-bar {
  background: transparent url(../img/goals/GoalBarfill.svg) no-repeat scroll left top;
}
@media (max-width: 981px) {
  .goalBar {
    display: none;
  }
}

.GoalArea {
  background: transparent url(../img/goals/goalBg.png) no-repeat scroll center top;
  max-width: 880px;
  max-height: 335px;
  position: relative;
  margin: auto;
  height: 100vh;
}
@media (max-width: 981px) {
  .GoalArea {
    display: none;
  }
}
.GoalArea .items {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
  float: left;
  margin-left: -30px;
}
.GoalArea .items img {
  position: relative;
}
@media (max-width: 981px) {
  .GoalArea .items {
    display: none;
  }
}
.GoalArea .items.active {
  opacity: 1;
}
.GoalArea .item-1 {
  margin-left: 0;
  margin-top: 63px;
  animation-delay: 0s;
}
.GoalArea .item-1 img {
  z-index: 1;
}
.GoalArea .item-2 {
  animation-delay: 6s;
  margin-top: 25px;
  margin-left: -48px;
}
.GoalArea .item-2 img {
  z-index: 0;
}
.GoalArea .item-3 {
  animation-delay: 8s;
  margin-left: -39px;
  margin-top: 32px;
}
.GoalArea .item-3 img {
  z-index: 1;
}
.GoalArea .item-4 {
  margin-left: -44px;
  margin-top: 67px;
}
.GoalArea .item-4 img {
  z-index: 1;
}
.GoalArea .item-5 {
  margin-left: -65px;
  margin-top: 21px;
}
.GoalArea .item-5 img {
  z-index: 0;
}
.GoalArea .item-6 {
  margin-left: -41px;
  margin-top: 1px;
}
.GoalArea .item-7 {
  margin-left: -31px;
  margin-top: 24px;
}
.GoalArea .item-8 {
  margin-left: -47px;
  margin-top: 60px;
}
.GoalArea .item-9 {
  margin-left: -31px;
  margin-top: 16px;
}
.GoalArea .item-10 {
  margin-top: 46px;
  margin-left: -48px;
}
.GoalArea .item-10 img {
  z-index: 1;
}
.GoalArea .item-11 {
  margin-left: -70px;
  margin-top: 8px;
  z-index: 0;
}
.GoalArea .item-12 {
  margin-left: -45px;
  margin-top: 44px;
}
.GoalArea .item-13 {
  margin-top: 115px;
  margin-left: -51px;
}
.GoalArea .item-14 {
  margin-left: -33px;
  margin-top: 26px;
}
.GoalArea .item-15 {
  margin-top: 46px;
}
.GoalArea .item-15 img {
  z-index: 1;
}
.GoalArea .item-16 {
  margin-left: -22px;
  margin-top: 19px;
}
.GoalArea .item-17 {
  margin-left: -47px;
  margin-top: 50px;
}
.GoalArea .item-17 img {
  z-index: 1;
}
.GoalArea .item-18 {
  margin-left: -37px;
  margin-top: 12px;
}
.GoalArea .item-19 {
  margin-top: 31px;
  margin-left: -33px;
}
.GoalArea .item-20 {
  margin-top: 83px;
  margin-left: -52px;
}
.GoalArea .item-20 img {
  z-index: 2;
}
.GoalArea .item-21 {
  margin-top: 35px;
  margin-left: -36px;
}
.GoalArea .item-21 img {
  width: 54px;
  z-index: 0;
}
.GoalArea .item-22 {
  margin-top: 82px;
  margin-left: -47px;
}
.GoalArea .item-22 img {
  width: 57px;
  z-index: 1;
}
.GoalArea .item-23 {
  margin-top: 15px;
  margin-left: -24px;
}
.GoalArea .item-23 img {
  width: 57px;
  z-index: 0;
}
.GoalArea .item-24 {
  margin-top: 53px;
  margin-left: -42px;
}
.GoalArea .item-24 img {
  width: 116px;
  z-index: 1;
}
.GoalArea .item-25 {
  margin-top: 37px;
  margin-left: -77px;
}
.GoalArea .item-25 img {
  width: 46px;
  z-index: 0;
}
.GoalArea .item-26 {
  margin-top: 13px;
  margin-left: -55px;
}
.GoalArea .item-26 img {
  width: 62px;
  z-index: 0;
}
.GoalArea .item-27 {
  margin-top: 35px;
  margin-left: -30px;
}
.GoalArea .item-27 img {
  width: 50px;
  z-index: 0;
}
.GoalArea .item-28 {
  margin-top: 47px;
  margin-left: -33px;
}
.GoalArea .item-28 img {
  width: 78px;
  z-index: 1;
}
.GoalArea .item-29 {
  margin-top: 22px;
  margin-left: -36px;
}
.GoalArea .item-29 img {
  width: 55px;
  z-index: 0;
}
.GoalArea .item-30 {
  margin-top: 51px;
  margin-left: -43px;
}
.GoalArea .item-30 img {
  width: 81px;
  z-index: 2;
}
.GoalArea .item-31 {
  margin-top: 5px;
  margin-left: -66px;
}
.GoalArea .item-31 img {
  position: absolute;
  width: 86px;
  z-index: 0;
}
.GoalArea .item-32 {
  margin-top: 26px;
  margin-left: -37px;
}
.GoalArea .item-32 img {
  position: absolute;
  width: 70px;
  z-index: 1;
}
.GoalArea .item-33 {
  margin-top: 15px;
  margin-left: -11px;
}
.GoalArea .item-33 img {
  position: absolute;
  width: 66px;
  z-index: 0;
}
.GoalArea .item-34 {
  margin-top: 59px;
  margin-left: 1px;
}
.GoalArea .item-34 img {
  position: absolute;
  width: 72px;
  z-index: 0;
}

.numbers {
  font-family: "Noto Sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: auto !important;
  max-width: 905px;
  text-transform: uppercase;
}
@media (max-width: 981px) {
  .numbers {
    display: none;
  }
}
.numbers ul {
  display: flex;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numbers ul li:nth-child(1) {
  margin-left: 9px;
}
.numbers ul li:nth-child(2) {
  margin-left: 130px;
}
.numbers ul li:nth-child(3) {
  margin-left: 116px;
}
.numbers ul li:nth-child(4) {
  margin-left: 120px;
}
.numbers ul li:last-child {
  margin-left: 115px;
  margin-right: 0;
}

/*
Master Stylesheet
*/
/**
 * Forms
 **/
.md-form {
  margin-top: 1.5rem;
  position: relative;
}

.wpcf7-form .container-fluid .form-control {
  background-color: transparent;
}
.wpcf7-form .container-fluid .wpcf7-form-control-wrap {
  z-index: 1;
}
.wpcf7-form .container-fluid label {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 1rem;
  color: #535f6c;
  cursor: text;
  text-overflow: ellipsis;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform: translateY(12px);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
}
.wpcf7-form .container-fluid label.active {
  font-size: 1rem;
  transform: translateY(-14px) scale(0.8);
}

/*
Master Stylesheet
*/
.footer {
  background: #216092;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0px;
  min-height: 250px;
  padding: 15px 0 0;
  position: relative;
}
.footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer a:hover, .footer a:focus, .footer a:active, .footer a:focus {
  text-decoration: none;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #363636;
}
.footer .row > div {
  z-index: 1;
}
.footer p {
  margin: 0;
}
.footer ul {
  clear: both;
  list-style: none outside none;
  margin: 0 0 10px;
  padding: 0;
}
.footer ul li {
  margin-bottom: 0;
  margin-right: 15px;
}
.footer #menu-social-media-footer li {
  display: inline;
}
.footer #menu-social-media-footer .fab {
  font-size: 2rem;
}
.footer .mainFooter h3 {
  font-size: inherit;
  font-weight: bold;
}
.footer .mainFooter div.col-lg-4 {
  text-align: left;
  width: 20%;
}
@media (max-width: 1100px) {
  .footer .mainFooter div.col-lg-4 {
    text-align: center;
    margin-bottom: 15px;
    width: 33.333%;
  }
}
@media (max-width: 770px) {
  .footer .mainFooter div.col-lg-4 {
    width: inherit;
  }
}
.footer .copyrights {
  background-color: #FF6A39;
  font-size: 16px;
  margin: auto;
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 770px) {
  .footer .copyrights {
    padding-top: 15px;
  }
}