.top {
  display: relative;
  z-index: 15;
}
.bkgd-banner {
  background-image: url(/wp-content/uploads/banner-newstyle-copier.jpg);
  aspect-ratio: 2.4;
  min-height: 700px;
  width: 100%;
  background-size: cover;
  background-position: 40% 0%;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
}

/* TITLE */
.titlespacing {
  padding-top: 75px;
  margin: 0 auto;
  max-width: 1600px;
}
.titlespace {
  position: relative;
  min-height: 360px;
  max-height: 500px;
  padding: 30px 0px 30px 0px;
  text-align: center;
  height: 100%;
  background-image: none;
}
.titlespace-rev {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 15%,
    rgba(255, 255, 255, 0.95) 30%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}
.titlespace h1 {
  font-size: 3.8rem;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 10% 20px 10% 7%;
  text-align: left;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 1100px) {
  .titlespace h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .titlespace h1 {
    font-size: 3.2rem;
  }
}
/* END TITLE */

/*  HOME SOCIAL */
.home-social {
  width: 50px;
  text-align: right;
  padding-top: 50px;
  float: right;
}
.home-social a {
  width: 36px;
  height: 36px;
  background-size: 36px;
}
.home-social .facebook {
  background-image: url(/wp-content/uploads/icon_facebook_white.svg);
}
.home-social .twitter {
  background-image: url(/wp-content/uploads/icon_twitter_white.svg);
}
.home-social .linkedin {
  background-image: url(/wp-content/uploads/icon_linkedin_white.svg);
}
.home-social .youtube {
  background-image: url(/wp-content/uploads/icon_youtube_white.svg);
}
.home-social .youtube:hover {
  background-image: url(/wp-content/uploads/icon_youtube_red2.svg);
}
.home-social .facebook:hover {
  background-image: url(/wp-content/uploads/icon_facebook_red2.svg);
}
.home-social .linkedin:hover {
  background-image: url(/wp-content/uploads/icon_linkedin_red2.svg);
}
.home-social .instagram:hover {
  background-image: url(/wp-content/uploads/icon_instagram_red2.svg);
}
.home-social .twitter:hover {
  background-image: url(/wp-content/uploads/icon_twitter_red2.svg);
}
/*  END HOME SOCIAL */

/* MAIN BODY */
body {
  font-size: 1.25rem;
}
.topnav-phone a {
  width: 140px;
}
.infographic-bottom {
  padding: 425px 0px 40px 0px;
}
.centerbox {
  max-width: 1600px;
}
.narrowbox {
  width: 94%;
  max-width: 1180px;
}
.whitebox {
  position: relative;
  z-index: 10;
  top: 0px;
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0px 40px 80px 0px rgba(0, 30, 60, 0.25);
  border-radius: 30px;
}
.backbox {
  position: relative;
  top: -400px;
  z-index: 5;
  background-image: linear-gradient(
    -8deg,
    rgba(255, 255, 255, 1) 18%,
    rgba(205, 213, 225, 1) 18.1%,
    rgba(205, 213, 225, 1) 25%,
    rgba(237, 241, 247, 1) 25.1%,
    rgba(237, 241, 247, 1) 73%,
    rgba(205, 213, 225, 1) 73.1%,
    rgba(205, 213, 225, 1) 80%,
    rgba(205, 213, 225, 0) 80.1%
  );
  margin-bottom: -400px;
}
.bottomcontent {
  background-color: white;
  padding-top: 20px;
}
.sfPageWrapper .backbox {
  top: 0px;
  margin-bottom: 0px;
}

main {
  position: relative;
  top: -75px;
  z-index: 5;
}
.btn a {
  background-color: #82a05f;
}
.btn a:hover {
  background-color: #001e3c !important;
}
/* END MAIN BODY */

.pageintro {
  padding: 20px;
}
.pageintro h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 300;
  font-family: roboto, arial, sans-serif;
}
.pageintro p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .pageintro {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*   HOME RESOURCE CARDS   */
.home-adbox {
  background-image: url(/wp-content/uploads/print-assessment.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 65% 0%;
}
.home-adbox li {
  color: white;
}
.home-adbox h1 {
  padding: 0;
  padding-right: 33%;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  color: white;
  text-shadow: 0px 0px 10px black;
}
.home-adbox h2 {
  color: white;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 0px 0px 10px black;
  padding-right: 33%;
}
@media only screen and (max-width: 600px) {
  .home-adbox {
    background-position: 0% 0%;
  }
  .home-adbox h1 {
    padding-right: 0;
  }
  .home-adbox h2 {
    padding-right: 0;
  }
}
.resourcecardbox > div {
  margin: 15px 0px 15px 0px;
}
.resourcecard {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 30, 60, 0.2);
  border: 0px;
  border-radius: 0;
}
.resourcecard > div:first-child {
  display: none;
}

.resourcecard h5 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
}
.resourcecard p {
  margin-bottom: 35px;
}
.resourcecard .btn {
  width: 100%;
  border: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
}
.resourcecard:hover h5,
.resourcecard:hover p {
  color: #a51414;
}
.homeblog {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 12px rgba(0, 30, 60, 0.2);
}
.homeblog a {
  display: block;
  height: 100%;
}
.homeblog .row {
  padding-bottom: 0px !important;
  height: 100%;
}
.homeblog .row div:first-child {
  width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}
.homeblog .row div:first-child div {
  width: 100% !important;
  height: 100% !important;
}
.homeblog .row div:nth-child(2) {
  width: 100% !important;
  flex: 1 1 auto;
  max-width: 100%;
  padding: 1.25rem;
}
.homeblog .row div:nth-child(2) h3 {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #143c64;
}
.homeblog a:hover h3 {
  color: #a51414 !important;
}
.homeblog .row div:nth-child(2) .text-muted {
  display: none;
}
.homeblog .row div:nth-child(2) div:nth-child(3) {
  margin-bottom: 35px;
  padding: 0;
}
.homeblog .row .btn {
  display: block !important;
  width: 100%;
  border: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (min-width: 992px) {
  .pad-adj {
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .row.pad-adj {
    margin-right: -15px;
    margin-left: -15px;
  }
  .pad-adj.bottomspace {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pad-adj.bottomspace {
    margin-bottom: 30px;
  }
}
.blog-thumb {
  min-height: 360px;
}
.blog-thumb > div {
  background-position: 70% 0% !important ;
}
/*   END HOME RESOURCE CARDS  */

.flip-card {
  height: 250px;
}

.flip-card-row {
  margin-bottom: 0px;
  max-width: 2000px;
}
.flip-card h5 {
  padding-top: 100px;
}
.flip-card-back {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  background-color: initial !important;
}
.flip-card-back p {
  padding-top: 15%;
  height: 100%;
  vertical-align: bottom;
  position: relative;
}
.flip-card-back:hover p a {
  color: white;
}
.flip-card-purple p {
  background-color: rgba(130, 85, 110, 0.8) !important;
}
.flip-card-blue p {
  background-color: rgba(60, 120, 180, 0.8) !important;
}
.flip-card-green p {
  background-color: rgba(130, 160, 95, 0.8) !important;
}
.flip-card-gold p {
  background-color: rgba(220, 130, 50, 0.8) !important;
}
.flip-card-teal p {
  background-color: rgba(85, 160, 170, 0.8) !important;
}
.flip-card-red p {
  background-color: rgba(165, 20, 20, 0.8) !important;
}
.flip-card-gray p {
  background-color: rgba(165, 178, 195, 0.8) !important;
}

.flip-card .btn {
  margin-top: 15px;
  position: relative;
  z-index: 15;
}
.flip-card-purple .btn {
  background-color: rgba(130, 85, 110, 0.5);
}
.flip-card-blue .btn {
  background-color: rgba(60, 120, 180, 0.5);
}
.flip-card-green .btn {
  background-color: rgba(130, 160, 95, 0.5);
}
.flip-card-gold .btn {
  background-color: rgba(220, 130, 50, 0.5);
}
.flip-card-teal .btn {
  background-color: rgba(85, 160, 170, 0.5);
}
.flip-card-red .btn {
  background-color: rgba(165, 20, 20, 0.5);
}
.flip-card-gray .btn {
  background-color: rgba(165, 178, 195, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .flip-card {
    height: 200px;
  }
  .flip-card h5 {
    padding: 70px 7% 20px 7%;
    font-size: 1.5rem;
  }
  .flip-card p {
    padding: 0.8rem 6% 0.3rem 6%;
  }
  .flip-card .btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .flip-card {
    height: 210px;
    margin: 10px 0px;
  }
  .flip-card h5 {
    padding: 70px 7% 20px 7%;
    font-size: 1.5rem;
  }
  .flip-card p {
    padding: 0.8rem 6% 0.3rem 6%;
  }
  .flip-card .btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    margin-top: 0.5rem;
  }

  .flip-card-row .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.top-flip-card p {
  padding-top: 40px !important;
}
.top-flip-card h5 {
  padding: 80px 40% 20px 7% !important;
  font-size: 1.5rem !important;
  text-align: left;
}

footer {
  position: relative;
  margin-top: -75px;
  z-index: 4 !important;
}
.footer-adv {
  min-height: 400px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 8%;
}
.footer-adv .centerbox {
  max-width: 1600px;
}
@media only screen and (min-width: 1550px) {
  .footer-adv {
    background-position: top center;
  }
}
.footer-adv h2 {
  color: #466432;
}
.footer-adv-text {
  padding: 10% 12% 0px 30px;
}
footer .bg_gray3 {
  background-color: #46556e !important;
}

/* ************************  INFOGRAPHIC   **************************  */
/* ************************  INFOGRAPHIC   **************************  */
/* ************************  INFOGRAPHIC   **************************  */

.bldg-infographic {
  position: relative;
  width: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.default-desc {
  position: absolute;
  z-index: 5;
  right: 0%;
  top: 40%;
  transform: translateY(-50%);
  width: 28%;
  padding-right: 3%;
  transition: all 0.5s ease;
}
/*   Adjust rad pulse position here with full-bldg padding-top % and rad-box flex/max-width % */
.full-bldg {
  background-image: url(/wp-content/uploads/full-building.png);
  padding-top: 8%;
  background-size: 80% auto;
  aspect-ratio: 1.85;
}
.warehouse {
  background-image: url(/wp-content/uploads/warehouse-transparent.png);
  padding-top: 11%;
  background-size: 70% auto;
  aspect-ratio: 2.5;
}
.rad-top {
}
.rad-middle {
  transform: translateY(-52%);
}
.rad-middle2 {
  transform: translateY(-38%);
}
.rad-bottom {
  margin-top: 2%;
}

.rad-top .rad-box {
  flex: 0 0 48%;
  max-width: 48%;
}
.rad-middle .rad-box {
  flex: 0 0 11%;
  max-width: 11%;
}
.rad-middle2 .rad-box {
  flex: 0 0 34.5%;
  max-width: 34.5%;
}
.rad-bottom .rad-box {
  flex: 0 0 23%;
  max-width: 23%;
}

.rad-row {
  position: relative;
  z-index: 6;
  height: 13%;
  cursor: pointer;
  overflow: visible;
  padding: 0;
}
.rad-row .col {
  padding: 0;
}

.rad-box {
}

.rads {
  position: relative;
  height: 300%;
  transform: translateY(-33%);
  aspect-ratio: 1;
  float: right;
}

.line-1-box {
}
.line-1 {
  border-bottom: 4px solid #000000;
  position: absolute;
  bottom: 50%;
  left: 0%;
  width: 0%;
  height: 50%;
}
.line-2-box {
  position: relative;
  flex: 0 0 28%;
  max-width: 28%;
  max-height: 100%;
}
.line-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 4px solid #000000;
  padding: 0 6% 0 30px;
  height: 0%;
  overflow: hidden;
}

.rad {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 50%;
  aspect-ratio: 1;
  border: 0.1px solid;
  border-radius: 50%;
  background: radial-gradient(
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 50%
    )
    0% 0% no-repeat;
}
.rad-1 {
  animation: radiate 5s -4s infinite;
}
.rad-2 {
  animation: radiate 5s -3s infinite;
  background: none;
}
.rad-3 {
  animation: radiate 5s -2s infinite;
}
.rad-4 {
  animation: radiate 5s -1s infinite;
  background: none;
}
.rad-5 {
  animation: radiate 5s infinite;
}

/* set pulse colors */
.rad-gray .rad,
.rad-gray .line-1,
.rad-gray .line-2 {
  border-color: #a5b2c3 !important;
}
.rad-blue .rad,
.rad-blue .line-1,
.rad-blue .line-2 {
  border-color: #3c78b4 !important;
}
.rad-red .rad,
.rad-red .line-1,
.rad-red .line-2 {
  border-color: #b91919 !important;
}
.rad-purple .rad,
.rad-purple .line-1,
.rad-purple .line-2 {
  border-color: #966982 !important;
}
.rad-gold .rad,
.rad-gold .line-1,
.rad-gold .line-2 {
  border-color: #e19b4b !important;
}
.rad-green .rad,
.rad-green .line-1,
.rad-green .line-2 {
  border-color: #a0be78 !important;
}
.rad-teal .rad,
.rad-teal .line-1,
.rad-teal .line-2 {
  border-color: #73bec8 !important;
}

/* set text link colors */
.rad-gray a {
  color: #6e7e96;
}
.rad-blue a {
  color: #285a8c;
}
.rad-red a {
  color: #a51414;
}
.rad-purple a {
  color: #82556e;
}
.rad-gold a {
  color: #c88232;
}
.rad-green a {
  color: #82a05f;
}
.rad-teal a {
  color: #55a0aa;
}
.bldg-infographic a:hover {
  color: #001e3c !important;
}

/* set button colors */
.rad-gray .btn {
  background-color: #6e7e96;
  color: white;
}
.rad-blue .btn {
  background-color: #285a8c;
  color: white;
}
.rad-red .btn {
  background-color: #a51414;
  color: white;
}
.rad-purple .btn {
  background-color: #82556e;
  color: white;
}
.rad-gold .btn {
  background-color: #c88232;
  color: white;
}
.rad-green .btn {
  background-color: #82a05f;
  color: white;
}
.rad-teal .btn {
  background-color: #55a0aa;
  color: white;
}
.bldg-infographic .btn:hover {
  color: white !important;
}

.rad-row:hover {
  z-index: 7;
}
.rad-row:hover .rad-5 {
  animation: initial;
  animation-play-state: paused;
  border: 4px solid;
}
.rad-row:hover .line-1 {
  animation: expand-line1 0.3s;
  animation-fill-mode: both;
}
.rad-top:hover .line-2 {
  animation: expand-top2 0.3s 0.3s;
  animation-fill-mode: both;
}
.rad-middle:hover .line-2 {
  animation: expand-middle2 0.3s 0.3s;
  animation-fill-mode: both;
}
.rad-middle2:hover .line-2 {
  animation: expand-middle2 0.3s 0.3s;
  animation-fill-mode: both;
}
.rad-bottom:hover .line-2 {
  animation: expand-bottom2 0.3s 0.3s;
  animation-fill-mode: both;
}

@keyframes radiate {
  0% {
    transform: scale(1, 1);
    border-width: 0px;
    opacity: 0;
  }
  33% {
    border-width: 3px;
    opacity: 1;
  }
  100% {
    transform: scale(2, 2);
    border-width: 0px;
    opacity: 0;
  }
}
@keyframes expand-line1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes expand-top2 {
  0% {
    height: 0%;
    transform: translateY(-50%);
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
    transform: translateY(-25%);
  }
}
@keyframes expand-middle2 {
  0% {
    height: 0%;
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
  }
}
@keyframes expand-bottom2 {
  0% {
    height: 0%;
    transform: translateY(-50%);
  }
  99% {
    height: 120%;
  }
  100% {
    height: auto;
    transform: translateY(-95%);
  }
}

/* .bldg-infographic:hover .default-desc {opacity:0%;} */
.rad-desc {
  height: 100%;
  opacity: 0%;
  transition: all 0.3s 0.8s ease;
}
.rad-row:hover .rad-desc {
  opacity: 100%;
}

.bldg-infographic p,
.bldg-infographic li {
  color: #001e3c;
}

.rad-icon-row span {
  display: inline-block;
  height: 3rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* border thickness, image/desc width */

/*
@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
	.bldg-infographic {background-size: 70% auto;}
	.full-bldg {padding-top:7%;}
	.default-desc {width:37%;}
	.rad-row {height:24.5%;}	
	.rad-top .rad-box {flex: 0 0 47%; max-width: 47%;}
	.rad-middle .rad-box {flex: 0 0 10.5%; max-width:10.5%;}
	.rad-bottom .rad-box {flex: 0 0 32%; max-width:32%;}	
	.line-2-box {flex: 0 0 37%; max-width: 37%;}
	@keyframes expand-bottom2 {
				0% {height:0%; transform: translateY(-50%);}
				99% {height:120%;}
				100% {height:auto;transform: translateY(-85%);}
			}
	
}
*/
@media only screen and (max-width: 1200px) {
  .infographic-bottom {
    padding: 425px 0px 0% 0px;
  }
  .warehouse {
    background-size: 100% auto;
    aspect-ratio: 1;
    padding-top: 0%;
  }
  .default-desc {
    top: 50%;
    width: 100%;
    padding: 0 10% 0 10%;
    transform: none;
  }
  .rad-row {
    display: inline-block;
    width: 17%;
    height: 100%;
  }
  .rad-box {
    position: relative;
  }
  .rad-left {
    margin-left: 3%;
  }
  .rad-mid {
    margin-left: 1%;
  }
  .rad-mid2 {
    margin-left: 0;
  }
  .rad-right {
    margin-left: 3%;
  }
  .rad-left .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 22%;
  } /* change pulse vertical position here */
  .rad-mid .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 42%;
  } /* change pulse vertical position here */
  .rad-mid2 .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 32%;
  } /* change pulse vertical position here */
  .rad-right .rad-box {
    flex: 0 1 auto;
    max-width: 100%;
    height: 24%;
  } /* change pulse vertical position here */
  .rads {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: initial;
    aspect-ratio: 1;
    transform: none;
  }
  .rad {
    top: 50%;
    left: 25%;
  }
  .line-1-box {
    position: relative;
  }
  .rad-left .line-1-box {
    height: 33%;
  } /* change line1 height here */
  .rad-mid .line-1-box {
    height: 13%;
  } /* change line1 height here */
  .rad-mid2 .line-1-box {
    height: 23%;
  } /* change line1 height here */
  .rad-right .line-1-box {
    height: 31%;
  } /* change line1 height here */
  .line-1 {
    border-bottom: none;
    border-right: 4px solid #000000;
    bottom: initial;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 0%;
  }
  .line-2-box {
    position: absolute;
    top: 55%;
    flex: 0 1 auto;
    width: 0%;
    max-width: 500%;
    left: 50%;
    transform: translateX(-50%);
  }
  .line-2 {
    top: 0%;
    left: 0%;
    transform: none;
    border-left: none;
    border-top: 4px solid #000000;
    padding: 30px 0 0 0;
    height: auto;
    width: 100%;
  }
  .rad-desc {
    height: auto;
  }
  .rad-row:hover .line-1 {
    animation: expand-line1-vert 0.3s;
    animation-fill-mode: both;
  }
  .rad-left:hover .line-2-box {
    animation: expand-left2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-mid:hover .line-2-box {
    animation: expand-mid2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-mid2:hover .line-2-box {
    animation: expand-mid2b 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-right:hover .line-2-box {
    animation: expand-right2 0.3s 0.3s;
    animation-fill-mode: both;
  }
  .rad-icon-row {
    display: inline-block;
  }
  .rad-desc h1 {
    display: inline-block;
    margin-bottom: 0;
    transform: translateY(-0.5rem);
  }
  .rad-desc p {
    margin-top: 0.5rem;
  }
  .rad-icon-row span {
    margin-bottom: 0;
  }
  @keyframes expand-line1-vert {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes expand-left2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 400%;
      height: 100%;
      transform: translateX(-7%);
    }
  }
  @keyframes expand-mid2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 400%;
      height: 100%;
      transform: translateX(-30%);
    }
  }
  @keyframes expand-mid2b {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 400%;
      height: 100%;
      transform: translateX(-44%);
    }
  }
  @keyframes expand-right2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 400%;
      height: 100%;
      transform: translateX(-73%);
    }
  }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 900px) {
  .infographic-bottom {
    padding: 425px 0px 0% 0px;
  }
}
@media only screen and (max-width: 800px) {
  .infographic-bottom {
    padding: 425px 0px 8% 0px;
  }
}
@media only screen and (max-width: 700px) {
  .infographic-bottom {
    padding: 425px 0px 20% 0px;
  }
}
@media only screen and (max-width: 600px) {
  .default-desc {
    top: 45%;
  }
  .infographic-bottom {
    padding: 425px 0px 40% 0px;
  }
  @keyframes expand-left2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 500%;
      height: 100%;
      transform: translateX(-6%);
    }
  }
  @keyframes expand-mid2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 500%;
      height: 100%;
      transform: translateX(-28%);
    }
  }
  @keyframes expand-mid2b {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 500%;
      height: 100%;
      transform: translateX(-44%);
    }
  }
  @keyframes expand-right2 {
    0% {
      width: 0%;
      height: 0%;
      transform: translateX(-50%);
    }
    100% {
      width: 500%;
      height: 100%;
      transform: translateX(-71%);
    }
  }
}
@media only screen and (max-width: 500px) {
  .infographic-bottom {
    padding: 425px 0px 65% 0px;
  }
}
