/*****************************
********** GLOBAL *************
******************************/
@font-face {
  font-family: helvetica-500;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdMd.otf);
}
@font-face {
  font-family: helvetica-700;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdBd.otf);
}
@font-face {
  font-family: helvetica-400;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdLt.otf);
}
@font-face {
  font-family: helvetica-300;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdTh.otf);
}
@font-face {
  font-family: helvetica-900;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdBlk.otf);
}
@font-face {
  font-family: HelveticaNeueLTStdRoman;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdRoman.otf);
}
.vert-align {
  align-items: center;
}
a:hover {
  color:#91B833;
  cursor:pointer !important;
  transition:.4s;
}
img {
  max-width:100%;
}
p {
  font-family:'helvetica-400', serif;
  letter-spacing:.4px;
}
.hero-container .row {
  min-height:750px; 
  color:#fff;
  align-items: flex-end;
}
.hero-container h1 {
  font-size:64px; font-family:'helvetica-300', serif; 
  padding-bottom:70px;
}
.hero-green-bar {
  background:#91B833;
  padding-top:11px;
  padding-bottom:7px;
}
.hero-green-bar p {
  margin-bottom:0px;
  color:#fff;
  font-size:18px;
  padding-left:50px;
}
.h2 {
  font-family:'helvetica-700', serif;
  text-transform: uppercase;
  color:#91B833;
  letter-spacing: 3.3px;
  margin-bottom:70px;
}
@media (max-width: 767px) {
  .hero-container h1 {
    font-size:40px;
  }
}
@media (min-width: 1260px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}
@media (max-width: 360px) {
  .hero-green-bar p {
    padding-left:0px;
  }
}
/*****************************
********** MAIN MENU **********
******************************/
.homepage header {
  background: #231F20; 
  opacity: 0.85;
  padding:30px 0px;
  position: absolute;
    top: 0px;
    width: 100%;
}
header {
  background: transparent; 
  padding:30px 0px;
  position: absolute;
    z-index: 10;
    width: 100%;
}
header a {
  color:#fff;
  text-decoration:none;
}
header a:hover {
  text-decoration:none !important;
}
.main-menu {
  margin-bottom:0px;
  float:right;
  display:none;
}
.main-menu li {
  display:inline-block;
  color:#fff;
  padding-left:30px;
  text-transform: uppercase;
  font-family:'helvetica-500', serif;
  font-size:15px;
}
/*.hamburger {
  display:none;
}*/
.mobile-main-menu a {
  color:#333;
  font-size:16px;
  font-family:'helvetica-500', serif;
  text-decoration:none;
  text-transform:uppercase;
}
.mobile-main-menu a:hover {
  color:#91B833;
}
.mobile-main-menu {
  list-style:none;
  padding-left:0px;
}
.mobile-main-menu a:first-of-type li {
  border-top:1px solid #e0e0e0;
}
.mobile-main-menu li {
  border-bottom:1px solid #e0e0e0;
  padding-top: 17px;
    padding-bottom: 15px;
    padding-left:15px;
    padding-right:15px;
}
#mobileMenuModal .modal-dialog {
  right: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    max-width: 515px;
    height:100%;
}
#mobileMenuModal .modal-content {
  height:100%;
  border-radius:0px;
}
#mobileMenuModal .modal-header {
    margin-left: auto;
    border-bottom: 0;
    padding-top:25px;
    padding-bottom:25px;
}
#mobileMenuModal .modal-body {
  padding-top:0px;
}
@media screen and (min-width:1201px) {
  .hamburger {
    /*display:none !important;*/
    display:inline-block;
    float:right;
  }
}
@media screen and (max-width:1200px) {
  .hamburger {
    display:inline-block;
    float:right;
  }
  .main-menu {
    display:none;
  }
}
/*******************************
************** HOME *************
********************************/
.reveal {
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: t 1.2s .5s both;
}
.home-wrapper .hero-container .row {
  min-height:600px; 
  align-items: normal;
  height:100vh;
}
.home-wrapper .hero-container .row .col-sm-12 {
  align-self: center;
  padding-left:155px;
}
.home-wrapper .hero-1-copy p {
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:2s;
}
.home-wrapper .hero-2-copy p {
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:10s;
}
.home-wrapper .hero-3-copy p {
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:19s;
}
.home-wrapper .hero-4-copy p {
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:27s;
}
.home-hero-wrap {
 /* background-image:url(assets/img/home-1.jpg); */
  width:100%;
  height:calc(100vh - 45px);
  background-size:cover;
  opacity:0;
  position:relative;
  z-index:0;
    background-position: center center;
    width:100%;
  animation: fadeInHeroOneTest 7s forwards;
  /*animation: image 40s forwards;*/
}
.carousel-fade .active.carousel-item-start {
  transition:opacity 1s 1s !important;
}
.carousel-fade .active.carousel-item-end {
  transition:opacity 1s 1s !important;
}
/*.carousel-item {
  transition: transform 0s ease-out !important;
}*/
@-webkit-keyframes fadeInHeroOneTest {
  0% {
    opacity:0;
  }
  30% {
    opacity:1;
  }
  100% {
    opacity:1;
  }
}
@-moz-keyframes fadeInHeroOneTest {
  0% {
    opacity:0;
  }
  30% {
    opacity:1;
  }
  100% {
    opacity:1;
  }
}
@-o-keyframes fadeInHeroOneTest {
  0% {
    opacity:0;
  }
  30% {
    opacity:1;
  }
  100% {
    opacity:1;
  }
}
@keyframes fadeInHeroOneTest {
  0% {
    opacity:0;
  }
  30% {
    opacity:1;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes image {
  0% {
    background-image: url('assets/img/home-1.jpg');
  }
  8% {
    opacity:1;
  }
  20% {
    background-image: url('assets/img/home-1.jpg');
  }
  27% {
    background-image: url('assets/img/home-2.jpg');
  }
  41% {
    background-image: url('assets/img/home-2.jpg');
    opacity:1;
  }
  48% {
    background-image: url('assets/img/home-3.jpg');
  }
  60% {
    background-image: url('assets/img/home-3.jpg');
    opacity:1;
  }
  67% {
    background-image: url('assets/img/home-4.jpg');
  }
  100% {
    background-image: url('assets/img/home-4.jpg');
    opacity:1;
  }
}
@-moz-keyframes image {
  0% {
    background-image: url('assets/img/home-1.jpg');
  }
  8% {
    opacity:1;
  }
  20% {
    background-image: url('assets/img/home-1.jpg');
  }
  27% {
    background-image: url('assets/img/home-2.jpg');
  }
  41% {
    background-image: url('assets/img/home-2.jpg');
    opacity:1;
  }
  48% {
    background-image: url('assets/img/home-3.jpg');
  }
  60% {
    background-image: url('assets/img/home-3.jpg');
    opacity:1;
  }
  67% {
    background-image: url('assets/img/home-4.jpg');
  }
  100% {
    background-image: url('assets/img/home-4.jpg');
    opacity:1;
  }
}
@-o-keyframes image {
  0% {
    background-image: url('assets/img/home-1.jpg');
  }
  8% {
    opacity:1;
  }
  20% {
    background-image: url('assets/img/home-1.jpg');
  }
  27% {
    background-image: url('assets/img/home-2.jpg');
  }
  41% {
    background-image: url('assets/img/home-2.jpg');
    opacity:1;
  }
  48% {
    background-image: url('assets/img/home-3.jpg');
  }
  60% {
    background-image: url('assets/img/home-3.jpg');
    opacity:1;
  }
  67% {
    background-image: url('assets/img/home-4.jpg');
  }
  100% {
    background-image: url('assets/img/home-4.jpg');
    opacity:1;
  }
}
@keyframes image {
  0% {
    background-image: url('assets/img/home-1.jpg');
  }
  8% {
    opacity:1;
  }
  20% {
    background-image: url('assets/img/home-1.jpg');
  }
  27% {
    background-image: url('assets/img/home-2.jpg');
  }
  41% {
    background-image: url('assets/img/home-2.jpg');
    opacity:1;
  }
  48% {
    background-image: url('assets/img/home-3.jpg');
  }
  60% {
    background-image: url('assets/img/home-3.jpg');
    opacity:1;
  }
  67% {
    background-image: url('assets/img/home-4.jpg');
  }
  100% {
    background-image: url('assets/img/home-4.jpg');
    opacity:1;
  }
}


@-webkit-keyframes t{
  to {background-size: 100% 100%}
}
@-moz-keyframes t{
  to {background-size: 100% 100%}
}
@-o-keyframes t{
  to {background-size: 100% 100%}
}
@keyframes t{
  to {background-size: 100% 100%}
}
.hero-1-copy {
  overflow: hidden;
  animation: heroOneCopy 8.5s forwards;
}
.hero-2-copy {
  animation: heroTwoCopy 8.4s forwards;
  animation-delay: 9.5s;
  opacity:0;
  height: 0px;
    overflow: hidden;
}
.hero-3-copy {
  animation: heroThreeCopy 8.5s forwards;
  animation-delay: 18.5s;
  opacity:0;
  height: 0px;
    overflow: hidden;
}
.hero-4-copy {
  animation: heroFourCopy 8.5s forwards;
  animation-delay: 27s;
  opacity:0;
  height: 0px;
    overflow: hidden;
}
@-webkit-keyframes heroOneCopy {
  0% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  99% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-moz-keyframes heroOneCopy {
  0% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  99% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-o-keyframes heroOneCopy {
  0% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  99% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@keyframes heroOneCopy {
  0% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  99% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}

@-webkit-keyframes heroTwoCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  80% {
    opacity:1;
  }
  89% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-moz-keyframes heroTwoCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  80% {
    opacity:1;
  }
  89% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-o-keyframes heroTwoCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  80% {
    opacity:1;
  }
  89% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@keyframes heroTwoCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  80% {
    opacity:1;
  }
  89% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}



@-webkit-keyframes heroThreeCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  60% {
    opacity:1;
  }
  69% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-moz-keyframes heroThreeCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  60% {
    opacity:1;
  }
  69% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@-o-keyframes heroThreeCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  60% {
    opacity:1;
  }
  69% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}
@keyframes heroThreeCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  60% {
    opacity:1;
  }
  69% {
    opacity:0;
    height:inherit;
  }
  100% {
    opacity:0;
    height: 0px;
  }
}








@-webkit-keyframes heroFourCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:1;
    height:inherit;
  }
}
@-moz-keyframes heroFourCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:1;
    height:inherit;
  }
}
@-o-keyframes heroFourCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:1;
    height:inherit;
  }
}
@keyframes heroFourCopy {
  0% {
    opacity:1;
    height:inherit;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:1;
    height:inherit;
  }
}
.home-hero-wrap .col-sm-12 {
  z-index:1;
}
.home-hero-wrap p {
  font-size:32px;
  font-family:'helvetica-400', serif;
  margin-bottom:5px;
  line-height:33px;
}
.hero-1-copy h1 {
  font-size:50px;
  line-height:53px;
  text-transform: uppercase;
  font-family:'helvetica-700', serif; 
  max-width:800px;
  margin-bottom:0px;
  padding-bottom:0px;
  /*opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:3s;*/
  position:relative;
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: t 4.2s 3s both;
}
.hero-2-copy h1 {
  font-size:50px;
  line-height:53px;
  text-transform: uppercase;
  font-family:'helvetica-700', serif; 
  max-width:800px;
  margin-bottom:0px;
  padding-bottom:0px;
  /*opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:3s;*/
  position:relative;
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: t 4.2s 10.5s both;
}
.hero-3-copy h1 {
  font-size:50px;
  line-height:53px;
  text-transform: uppercase;
  font-family:'helvetica-700', serif; 
  max-width:800px;
  margin-bottom:0px;
  padding-bottom:0px;
  /*opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:3s;*/
  position:relative;
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: t 4.2s 19.5s both;
}
.hero-4-copy h1 {
  font-size:50px;
  line-height:53px;
  text-transform: uppercase;
  font-family:'helvetica-700', serif; 
  max-width:800px;
  margin-bottom:0px;
  padding-bottom:0px;
  /*opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:3s;*/
  position:relative;
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: t 4.2s 28s both;
}
.text-reveal {
  position:absolute;
  width:100%;
  height:100%;
}
.hero-1-copy h1:nth-of-type(2) {
  /*animation: fadeInHeroOne 2s forwards;
  animation-delay:4s;*/
  animation: t 5.2s 4s both;
}
.hero-2-copy h1:nth-of-type(2) {
  /*animation: fadeInHeroOne 2s forwards;
  animation-delay:4s;*/
  animation: t 4.2s 11.5s both;
}
.hero-3-copy h1:nth-of-type(2) {
  /*animation: fadeInHeroOne 2s forwards;
  animation-delay:4s;*/
  animation: t 4.2s 9.5s both;
}
.hero-4-copy h1:nth-of-type(2) {
  /*animation: fadeInHeroOne 2s forwards;
  animation-delay:4s;*/
  animation: t 4.2s 9.5s both;
}
.home-hero-green-bar {
  animation: fadeInHeroOne 2s forwards;
}
.home-wrapper header {
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:1.5s;
}


@-webkit-keyframes fadeInHeroOne {
   0%  {opacity:0; }
   100% {opacity:1;}
}
@-moz-keyframes fadeInHeroOne {
   0%  {opacity:0; }
   100% {opacity:1;}
}
@-o-keyframes fadeInHeroOne {
   0%  {opacity:0; }
   100% {opacity:1;}
}
@keyframes fadeInHeroOne {
   0%  {opacity:0; }
   100% {opacity:1;}
}
.home-hero-wrap{
    position:relative;
    margin:0 auto;
    overflow:hidden;
    min-height:600px;
}
.home-hero-wrap:after{
    content:'';
    position:absolute;
    width:400px;
      height:400px;
    left: -595px;
    right: 0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius:100%;
    box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);
    animation: fadeInBoxShadow 7s infinite;
    animation-delay:1.5s;
}
@-webkit-keyframes fadeInBoxShadow {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   10% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
   50% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   89% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
}
@-moz-keyframes fadeInBoxShadow {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   10% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
   50% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   89% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
}
@-o-keyframes fadeInBoxShadow {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   10% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
   50% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   89% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
}
@keyframes fadeInBoxShadow {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   10% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
   50% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   89% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.3);}
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);}
}
.carousel-item {
    transition: transform 1s ease-out; 
}
.carousel-indicators [data-bs-target] {
  width: 34px !important;
  border-radius: 0 !important;
  height: 1px !important;
  margin-left:0px !important;
  margin-right:0px !important;
  margin-top:3px !important;
}
.carousel-indicators .active {
  height:4px !important;
  background-color:#fff !important;
  margin-top:0px !important;
}
@media screen and (max-width:1400px) {
  .home-hero-wrap {
      background-position: center center;
  }
  .home-hero-wrap:after{
      content:'';
      position:absolute;
      left: -730px;
      border-radius:100%;
      width:400px;
      height:400px;
  }
}
@media screen and (max-width:1259px) {
  .home-hero-wrap:after{
      left: -630px;
      width:400px;
      height:400px;
  }
}
@media screen and (max-width:1199px) {
  .home-hero-wrap:after{
      left: -440px;
  }
}
@media screen and (max-width:991px) {
  .home-hero-wrap:after{
      left: -210px;
  }
  .home-wrapper .hero-container .row .col-sm-12 {
    padding-left:12px;
  }
}
@media screen and (max-width:767px) {
  .home-hero-wrap:after{
      left: -90px;
  }
  .home-wrapper .hero-container .row .col-sm-12 {
    padding-left:12px;
  }
  .hero-2-copy h1, .hero-2-copy h1, .hero-3-copy h1, .hero-4-copy h1 {
    font-size:42px;
    line-height:45px;
  }
  .home-hero-wrap p {
    font-size:26px;
    line-height:26px;
  }
  .home-hero-wrap h1 {
    font-size:34px;
    line-height:35px;
  }
}
@media screen and (max-width:575px) {
  .home-hero-wrap:after{
      left: 0px;
      width:300px;
      height:300px;
  }
  .home-hero-wrap p {
    font-size:26px;
    font-family:'helvetica-400', serif;
    margin-bottom:5px;
    line-height:27px;
  }
  .home-hero-wrap h1 {
    font-size:34px;
    line-height:36px;
    text-transform: uppercase;
    font-family:'helvetica-700', serif; 
    max-width:800px;
    margin-bottom:0px;
    padding-bottom:0px;
  }
}
@media screen and (max-width:449px) {
  .home-hero-wrap h1 {
    font-size:30px;
    line-height:32px;
  }
  .hero-1-copy h1 {
    /*animation: fadeInHeroOne 2s forwards;
    animation-delay:4s;*/
    animation: t 3.2s 3s both;
  }
  .hero-1-copy h1:nth-of-type(2) {
    animation: t 3.2s 3s both;
  }
  .hero-2-copy h1:nth-of-type(2) {
    /*animation: fadeInHeroOne 2s forwards;
    animation-delay:4s;*/
    animation: t 4.2s 10.5s both;
  }
}

@media screen and (max-width:380px) {
  .home-hero-wrap:after{
      left: 1px;
  }
}







.finance-hero-overlay {
  position:absolute; top:0; width:100%; height:100px; background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0, 0, 0, 0) 100%); /* W3C */"
}
.home-hero-container {
  /*background-image:url(assets/img/white.png);*/
  background-size:cover;
  /*animation: changeBg 4s forwards;*/
  animation-delay:.5s;
  position:relative;
  z-index:0;
}
/*.home-hero-container:hover {
  animation-play-state: paused;
}*/
@-webkit-keyframes changeBg{
   0%  {background-image: url(assets/img/white.png); }
   50%  {background-image: url("assets/img/home-1.jpg");}
   100% {background-image: url("assets/img/home-1.jpg");}
}
@-moz-keyframes changeBg{
   0%  {background-image: url(assets/img/white.png); }
   50%  {background-image: url("assets/img/home-1.jpg");}
   100% {background-image: url("assets/img/home-1.jpg");}
}
@-o-keyframes changeBg{
   0%  {background-image: url(assets/img/white.png); }
   50%  {background-image: url("assets/img/home-1.jpg");}
   100% {background-image: url("assets/img/home-1.jpg");}
}
@keyframes changeBg{
   0%  {background-image: url(assets/img/white.png); }
   50%  {background-image: url("assets/img/home-1.jpg");}
   100% {background-image: url("assets/img/home-1.jpg");}
}
.set {
  opacity:0;
  color:#91B833;
  animation: fadeIn 2s forwards;
  animation-delay:.5s;
}




.image-one {
  opacity:0;
  animation: fadeIn 2s forwards;
  animation-delay:1s;
}
.text-one p {
  font-size:20px;
  line-height:40px;
  font-family:'helvetica-500', serif;
}
.text-one {
  opacity:0;
  animation: carouselOneText 1.5s forwards;
  animation-delay:2s;
  z-index:-2;
  background:rgba(35,31,32, .85);
  color: #fff;
  padding:40px;
}
#heroCarousel {
  opacity:0;
  animation: fadeIn 2s forwards;
  animation-delay:6s;
  position: absolute; 
  width: 100%;
  z-index:1;
}
.carousel-indicators [data-bs-target] {
  height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color:#fff;
    opacity:1;
}
.carousel-indicators .active {
  background-color:#C1D82F;
}
.carousel-indicators {
  justify-content: left;
  margin-left:auto;
  margin-right:auto;
  bottom: 65px;
    left: 25px;
}



@-webkit-keyframes fadeIn{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-moz-keyframes fadeIn{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-o-keyframes fadeIn{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@keyframes fadeIn{
   0%  {opacity:0;}
   100% {opacity:1;}
}
.grow {
  opacity:0;
  animation: fadeInGrow 2s forwards;
  animation-delay:2.5s;
}
@-webkit-keyframes fadeInGrow{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-moz-keyframes fadeInGrow{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-o-keyframes fadeInGrow{
   0%  {opacity:0;}
   100% {opacity:1;}
}
@keyframes fadeInGrow{
   0%  {opacity:0;}
   100% {opacity:1;}
}
.home-hero .row {
  min-height:770px; 
  color:#fff;
  align-items: flex-end;
  padding-bottom:70px;
}
.large-text {
  font-family:'helvetica-700', serif;
  font-size:96px;
  margin-bottom:-20px;
  animation: fadeOutLargeText 1s forwards;
  animation-delay:4.5s;
}
@keyframes fadeOutLargeText{
   0%  {opacity:1;}
   100% { opacity:0;}
}
.home-hero-container h1 {
  font-size:36px;
  font-family:'helvetica-300', serif;
  animation: fadeOutLargeText 1s forwards;
  animation-delay:4.5s;
}
.carousel-1 {
  animation: fadeInCarouselOne 1s forwards;
  animation-delay:4.5s;
  opacity:0;
}
@keyframes fadeInCarouselOne {
   0%  {opacity:0;}
   100% {opacity:1;}
}
.carousel-title {
  text-transform:uppercase;
  font-size:0px;
  font-family:'helvetica-700', serif;
  animation: fadeInCarouselTitle 2s forwards;
  opacity:0;
  width: auto;
    max-width: 0%;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom:90px; 
    color:#fff;"
}
@keyframes fadeInCarouselTitle {
   0%  {opacity:1; font-size:50px;}
   100% {opacity:1; max-width:100%; font-size:50px;}
}
.carousel-1-image {
  margin-left:-200px;
  animation: carouselOneImage .7s forwards;
  animation-delay:5.3s;
  opacity:0;
}
@keyframes carouselOneImage {
   0%  {opacity:0; margin-left:-100px;}
   100% {opacity:1; margin-left:0px;}
}
.carousel-1-text {
  margin-left:-1700px;
  animation: carouselOneText 1s forwards;
  animation-delay:6s;
  z-index:-2;
  font-size:20px;
  line-height:42px;
  padding:30px;
  font-family:'helvetica-700', serif;
}
@keyframes carouselOneText {
   0%  {opacity:1; margin-left:-1700px;}
   100% {opacity:1; margin-left:0px;}
}
.green-hr {
  margin-top:5px; 
  margin-bottom:5px; 
  background:#91B833; 
  height:5px;
}
.bottom-overlay {
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 100%);
  position:absolute;
  width:100%;
  height:30%;
  bottom:0px;
  z-index:-1;
}
/*.carousel-item {
  background-size:cover; 
  height:770px; 
  padding-top:120px;
}
.carousel-item .container:first-of-type {
  position: absolute; 
  left: 0;
}*/
.text-one img {
  display:none;
}
.carousel-row {
  margin-top:60px;
}
@media screen and (max-width:1199px) {
  .text-one {
    padding:30px;
  }
}
@media screen and (max-width:991px) {
  .large-text {
    font-size:77px;
  }
  .home-hero-container h1 {
    font-size:26px;
  }
  @keyframes fadeInCarouselTitle {
     0%  {opacity:1; font-size:36px;}
     100% {opacity:1; max-width:100%; font-size:36px;}
  }
  /*.carousel-item .container:first-of-type {
    max-width:100%;
  }*/
/*  .carousel-item {
    background-size:cover; 
    height:680px; 
    padding-top:120px;
  }*/
  .home-hero .row {
    min-height:680px;
  }
  .text-one p {
    font-size:18px;
    line-height:26px;
    margin-bottom:0px;
    padding-bottom:0px;
  }
}
@media screen and (max-width:850px) {
  /*.carousel-item {
    background-size:cover; 
    height:600px; 
    padding-top:120px;
  }*/
  .home-hero .row {
    min-height:600px;
  }
}
@media screen and (max-width:767px) {
  .image-one {
    display:none;
  }
  .large-text {
    font-size:62px;
    padding-bottom:10px;
  }
  .carousel-title {
    white-space: normal;
  }
  .text-one img {
    max-width:200px;
    margin: 0;
      display: block;
      max-width: 200px;
      margin-bottom: 24px;
      margin-left:-30px;
  }
  .text-one {
    font-size:16px;
    line-height:22px;
    padding-top:0px;
  }
  .carousel-title {
    padding-bottom:30px;
    line-height:30px;
  }
  .carousel-indicators {
    bottom: 0px;
      left: 10px;
  }
  /*.carousel-item {
    background-size:cover; 
    height:700px; 
    padding-top:120px;
  }*/
  .home-hero .row {
    min-height:700px;
  }
  @keyframes carouselOneImage {
     0%  {opacity:1; margin-left:0px;}
     100% {opacity:1; margin-left:0px;}
  }
  @keyframes carouselOneText {
     0%  {opacity:0; margin-left:0px;}
     100% {opacity:1; margin-left:0px;}
  }
  @keyframes fadeInCarouselTitle {
      0%  {opacity:1; max-width:100%; font-size:26px;}
      100% {opacity:1; max-width:100%; font-size:26px;}
  }
  .bottom-overlay {
    display:none;
  }
  .set {
    display:block;
    margin-top:-30px;
    margin-bottom:-30px;
  }
  .home-hero-container, .car-one {
    background-position:50% center;
  }
  .car-two {
    background-position:50% center;
  }
  .car-three {
    background-position:65% center;
  }
  .car-four {
    background-position:50% center;
  }
  .carousel-row {
    margin-top:0px;
  }
  .homepage header {
      opacity: 1;
  }
  .carousel-title span {
    display:block;
  }
  .carousel-title {
    line-height: 33px;
      font-size: 33px !important;
  }
  .carousel-indicators [data-bs-target] {
      height: 10px;
      width: 10px;
      margin-right: 10px;
  }
}
/****************************************
************** FINANCE PAGE *************
****************************************/
.finance-hero-container {
  background-image:url(assets/img/finance-hero.jpg); 
  background-size:cover;
  position:relative;
  z-index:0;
  height:750px;
    background-position: center top;

}
ul.proxy-materials {
    list-style: none;
    padding-left: 0px;
    max-width:550px;
    padding-top:40px;
}
ul.proxy-materials li {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: bold;
    font-family:'helvetica-700', serif;
    padding: 20px 0px;
    border-top: 1px solid #333;
}
ul.proxy-materials li:first-of-type {
  border-top:none;
}
ul.proxy-materials li p {
    width: 80%;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    color:#333;
    display: inline-block;
    letter-spacing: 1.44px;
}
ul.proxy-materials li img {
    display: inline-block;
    margin-left: calc(20% - 45px);
    width: 38px;
}
@media screen and (max-width:1400px) {
  .finance-hero-container {
    height:550px;
      background-position: center center;
  }
  .hero-container .row {
    min-height:550px; 
  }
}
/***************************************************
************** SHAREHOLDER LETTER PAGE *************
***************************************************/
.green-line {
  background:#91B833;
  width:100%;
  height:10px;
  margin-top:36px;
  margin-bottom:34px;
}
.sidebar-quote {
  font-size:24px;
  font-family:'helvetica-300', serif;
  letter-spacing: 1.2px;
}
.sidebar-name {
  font-family:'helvetica-900', serif;
  color: #91B833;
  font-size:20px;
}
.shareholder-hero-container {
  background-image:url(assets/img/shareholder-hero.jpg); 
  background-size:cover;
  position:relative;
  z-index:0;
  height:600px;
    background-position: center center;
}
.shareholder-container {
  padding-bottom:80px;
}
.sidebar-title {
  font-family:'helvetica-900', serif; 
  font-size:32px; 
  color: #91B833; 
  padding-top:60px;
}
.highlights p {
  color:#437DA4;
  font-size:24px;
  padding-top:15px;
}
@media screen and (max-width:991px) {
  .highlights p {
    font-size: 20px;
  }
  .sidebar-quote {
    font-size:20px;
  }
}
@media screen and (max-width:767px) {
  .highlights {
    padding-bottom:50px;
  }
  .shareholder-container {
    padding-top:80px;
  }
}
/******************************************
************** ESG PAGE *************
******************************************/
.esg-hero-container {
  background-image:url(assets/img/test.jpg); 
  background-size:cover;
  position:relative;
  z-index:0;
  height:750px;
    background-position: center center;
    width:100%;
    min-height:750px;
}
.esg-hero-container .col-sm-12 {
  z-index:1;
}
.esg-hero-container p {
  font-size:32px;
  font-family:'helvetica-400', serif;
  margin-bottom:5px;
  line-height:32px;
  opacity:0;
  animation: fadeInHeroOne 2s forwards;
  animation-delay:.5s;
}
.esg-hero-container h1 {
  font-size:50px;
  line-height:52px;
  text-transform: uppercase;
  font-family:'helvetica-700', serif; 
  max-width:800px;
  margin-bottom:0px;
  padding-bottom:0px;

  position:relative;
  color: #0000;
  background: linear-gradient(white 0 0) no-repeat;
  background-size: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: t 3.5s 1.5s both;
}
.esg-hero-container h1:nth-of-type(2), .esg-hero-container h1:nth-of-type(4) {
  /*animation: fadeInHeroOne 2s forwards;
  animation-delay:4s;*/
  animation: t 5.2s 4s both;
}
.esg-page h3 {
  color:#91B833;
  text-transform: uppercase;
  font-size:30px;
  font-family:'helvetica-700', serif;
  margin-bottom:25px;
}
.esg-page h4 {
  color:#91B833;
  font-size:24px;
  font-family:'helvetica-700', serif;
  margin-top:40px;
}
.esg-p {
  font-size:20px;
  line-height:36px;
  color:#727272;
}
.esg-p-lg {
  font-size:30px;
  color:#727272;
}
.esg-hero-container{
    position:relative;
    margin:0 auto;
    overflow:hidden;
}
.esg-hero-container:after{
    content:'';
    position:absolute;
    left: -595px;
    right: 0;
    margin: 0 auto;
    top:100px;
    border-radius:100%;
    width:550px;
    height:550px;
    box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0);
    animation: fadeInBoxShadowPages 3s forwards;
    animation-delay:0s;
}
@-webkit-keyframes fadeInBoxShadowPages {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.4);}
}
@-moz-keyframes fadeInBoxShadowPages {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.4);}
}
@-o-keyframes fadeInBoxShadowPages {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.4);}
}
@keyframes fadeInBoxShadowPages {
   0%  {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0); }
   100% {box-shadow: 0px 0px 0px 10000px rgba(0,0,0,.4);}
}









@media screen and (max-width:1400px) {
  .esg-hero-container {
    height:550px;
    min-height:550px;
      background-position: center center;
  }
  .esg-hero-container:after{
      content:'';
      position:absolute;
      left: -730px;
      right: 0;
      margin: 0 auto;
      top:100px;
      border-radius:100%;
      width:400px;
      height:400px;
  }
}
@media screen and (max-width:1259px) {
  .esg-hero-container:after{
      left: -630px;
      width:400px;
      height:400px;
  }
}
@media screen and (max-width:1199px) {
  .esg-hero-container:after{
      left: -440px;
  }
}
@media screen and (max-width:991px) {
  .esg-hero-container:after{
      left: -210px;
  }
}
@media screen and (max-width:767px) {
  .esg-hero-container:after{
      left: -90px;
  }
}
@media screen and (max-width:575px) {
  .esg-hero-container:after{
      left: 35px;
      width:300px;
      height:300px;
      top:130px;
      margin:0px;
  }
  .esg-hero-container p {
    font-size:26px;
    font-family:'helvetica-400', serif;
    margin-bottom:5px;
    line-height:26px;
  }
  .esg-hero-container h1 {
    font-size:34px;
    line-height:34px;
    text-transform: uppercase;
    font-family:'helvetica-700', serif; 
    max-width:800px;
    margin-bottom:0px;
    padding-bottom:0px;
  }
}
@media screen and (max-width:380px) {
  .esg-hero-container:after{
      left: 1px;
  }
}
@media screen and (max-width:767px) {
  .esg-page h3 {
    color:#91B833;
    text-transform: uppercase;
    font-size:26px;
    font-family:'helvetica-700', serif;
    margin-bottom:25px;
  }
  .esg-p-lg {
    font-size:26px;
  }
  .esg-page h4 {
    color:#91B833;
    font-size:22px;
    font-family:'helvetica-700', serif;
    margin-top:40px;
  }
  .esg-p {
    font-size:18px;
    line-height:30px;
    color:#727272;
  }
}

/******************************************
************** EXPERTISE PAGE *************
******************************************/
.expertise-hero-container {
  background-image:url(assets/img/expertise-hero.jpg); 
  background-size:cover;
  position:relative;
  z-index:0;
  height:600px;
    background-position: center center;
}
.exp-green-bar {
  background:#91B833;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom:30px;
}
h2.board-title {
  color:#fff !important;
  letter-spacing: 2.4px !important;
  text-transform: uppercase !important;
  font-size:24px !important;
  font-family:'helvetica-700', serif !important;
  line-height:24px !important;
  margin-bottom:0px !important;
  padding-bottom:0px !important;
}
.team .col-sm-6 {
  margin-bottom:30px;
}
.team p {
  padding:20px 15px;
}
.team-title {
  font-size:18px;
  font-family:'helvetica-700', serif;
  text-transform:uppercase;
  padding-right:30px;
}
.team .col-sm-6:hover div {
  background:#9CBF47;
  color:#fff;
  transition:.15s;
}
.team .col-sm-6 div {
  position:relative;
  min-height:115px;
}
.team .col-sm-6:hover {
  cursor:pointer !important;
}
.team .col-sm-6:hover .plus-icon {
  display:inline-block;
}
.expertise-feature {
  display:none;
    background: #fff;
}
.expertise-feature img {
  margin-bottom:20px;
}
.active {
  display:flex !important;
}
.plus-icon {
  max-width:19px;
  position:absolute;
  right:15px;
  top:20px;
  display:none;
}
.expertise-feature .col-md-8 {
  position:relative;
}
.featured-controls {
  list-style:none;
  padding-left:0px;
  position: absolute;
    right: 10px;
    top: -50px;
}
.featured-controls li {
  display:inline-block;
  margin-left:20px;
}
.featured-controls li:hover {
  cursor:pointer;
}
.close-expertise {
  max-width:31px;
}
.bio p {
  font-size:18px;
  line-height:28px;
}
.next-feature img, .previous-feature img {
  max-width:10px;
}
.expertise-page h2 {
  font-size:36px; 
  font-family:'helvetica-900', serif; 
  padding-bottom:30px;
}
.accordion-button::after {
  background-image:url(assets/img/plus.png);
  width:30px;
  height:30px;
  background-size:30px 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image:url(assets/img/minus.png);
}
.accordion-button:not(.collapsed) {
  color:#000;
  background:transparent;
  border:none;
  box-shadow:none;
}
#bod .accordion-body p, #bod1 .accordion-body p {
  font-size:18px;
}
#bod .accordion-button, #bod1 .accordion-button {
  font-size:18px;
  font-family:'helvetica-700', serif;
  padding: 1rem 1.25rem 0.9rem 1.25rem;
}
#bod button, #bod1 button {
  outline:none;
  box-shadow:none;
}
.accordion-item {
  border:1px solid #91B833;
}
.accordion-flush .accordion-item:last-child {
    border-bottom:1px solid #91B833;
}
#bod1 .accordion-item:first-of-type {
    border-top:1px solid #91B833;
}
#bod .accordion-body, #bod1 .accordion-body {
  padding-top:0px;
}
@media screen and (max-width:1199px) {
  .team .col-sm-6 div {
    min-height:145px;
  }
}
@media screen and (max-width:767px) {
  .expertise-feature .col-md-4 img {
    max-width:280px;
    margin: 0 auto 30px auto;
      display: block;
  }
  .expertise-feature .col-md-4 p {
    text-align:center;
    padding-bottom:15px;
  }
  .expertise-feature .col-md-8 {
    position:static;
  }
  .expertise-feature {
    position: relative;
  }
  .featured-controls {
    left: auto;
      text-align: center;
      top: -40px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .bio-photo {
    margin-top:30px;
  }
  .expertise-page h2 {
    font-size:30px; 
    font-family:'helvetica-900', serif; 
    padding-bottom:30px;
  }
}
@media screen and (max-width:575px) {
  .team .col-lg-3 {
    max-width:280px;
    display:block;
    margin:0 auto;
  }
  .team .col-sm-6 div {
      min-height:0px;
      margin-bottom:30px;
  }
  .bod-title {
    margin-top:40px;
  }
}
@media screen and (max-width:500px) {
  .expertise-hero-container {
    background-position: 825px center;
  }
}
/******************************************
************** PIPELINE PAGE *************
******************************************/
.pipeline-hero-container {
  background-image:url(assets/img/pipeline-hero.jpg); 
  background-size:cover;
  position:relative;
  z-index:0;
  height:600px;
    background-position: center center;
}
.btn-green-trans {
  color:#91B833;
  border: 1px solid #C1D82F;
  text-decoration:none;
  padding: 12px 12px 8px 12px;
  font-family:'helvetica-500', serif;
  margin-top:20px; 
  display:inline-block;
}
.btn-green-trans:hover {
  transition:.4s;
  color:#fff;
  background:#91B833;
  text-decoration:none !important;
}
/*.pipeline-page .table {
  table-layout: fixed;
  margin-top:50px;
  color:#808080;
}
.pipeline-page .table th {
  font-family:'helvetica-400', serif;
  letter-spacing:.4px;
  text-align:center;
  vertical-align:middle;
}
.pipeline-page .table td, .pipeline-page .table th {
  border: 1px solid #C4C4C4;
  padding-top:20px;
  line-height:18px;
}
.pipeline-page .table td {
  background:#F6F6F6;
  padding-bottom:20px;
  font-family:'helvetica-300', serif;
  letter-spacing:.4px;
}
.pipeline-page .table tr td:nth-of-type(3) {
  position:relative;
}
.pipeline-page .table tr td:last-of-type {
  background:#ECECEC;
  border: none;
  border-right:1px solid #C4C4C4;
}
.pipeline-page .table tr td:first-of-type, .pipeline-page .table tr th:first-of-type {
  padding-left:25px;
}
.pipeline-page .purple-table td span {
  color:#5F395E;
  font-family:'helvetica-700', serif;
}
.pipeline-page .gold-table td span {
  color:#95712A;
  font-family:'helvetica-700', serif;
}
.pipeline-page .teal-table td span {
  color:#3D7B96;
  font-family:'helvetica-700', serif;
}
.pipeline-page .blue-table td span {
  color:#193662;
  font-family:'helvetica-700', serif;
}
.pipeline-page .purple-table thead tr td {
  padding:25px; 
  background-color:#5F395E !important; 
  color:#fff;
}
.pipeline-page .gold-table thead tr td {
  padding:25px; 
  background-color:#95712A !important; 
  color:#fff;
}
.pipeline-page .teal-table thead tr td {
  padding:25px; 
  background-color:#3D7B96 !important; 
  color:#fff;
}
.pipeline-page .blue-table thead tr td {
  padding:25px; 
  background-color:#193662 !important; 
  color:#fff;
}
.pipeline-page .table thead p:first-of-type {
  font-size:24px; 
  font-family:'helvetica-300', serif; 
  margin-bottom:4px;
}
.pipeline-page .table thead p:nth-of-type(2) {
  font-family:'helvetica-700', serif; 
  margin-bottom:0px;
}
.purple-bars, .gold-bars, .teal-bars, .blue-bars {
  padding-left:0px !important;
}
.the-purple-bar {
  width:0px; 
  background:#5F395E; 
  color:#fff; 
  position:absolute; 
  font-size:14px; 
  padding:6px 10px 2px 10px;
}
.the-gold-bar {
  width:0px; 
  background:#95712A; 
  color:#fff; 
  position:absolute; 
  font-size:14px; 
  padding:6px 10px 2px 10px;
}
.the-teal-bar {
  width:0px; 
  background:#3D7B96; 
  color:#fff; 
  position:absolute; 
  font-size:14px; 
  padding:6px 10px 2px 10px;
}
.the-blue-bar {
  width:0px; 
  background:#193662; 
  color:#fff; 
  position:absolute; 
  font-size:14px; 
  padding:6px 10px 2px 10px;
}
[data-aos="purple-bar-one"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-one"].aos-animate {
  width: 430px;
}
[data-aos="purple-bar-two"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-two"].aos-animate {
  width: 347px;
}
[data-aos="purple-bar-three"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-three"].aos-animate {
  width: 260px;
}
[data-aos="purple-bar-four"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-four"].aos-animate {
  width: 174px;
}
[data-aos="purple-bar-five"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-five"].aos-animate {
  width: 174px;
}
[data-aos="purple-bar-six"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-six"].aos-animate {
  width: 94px;
}
[data-aos="purple-bar-seven"] {
  width: 0px;
  transition-property: width;
}
[data-aos="purple-bar-seven"].aos-animate {
  width: 94px;
}
[data-aos="gold-bar-one"] {
  width: 0px;
  transition-property: width;
}
[data-aos="gold-bar-one"].aos-animate {
  width: 94px;
}
[data-aos="gold-bar-two"] {
  width: 0px;
  transition-property: width;
}
[data-aos="gold-bar-two"].aos-animate {
  width: 94px;
}
[data-aos="teal-bar-one"] {
  width: 0px;
  transition-property: width;
}
[data-aos="teal-bar-one"].aos-animate {
  width: 94px;
}
[data-aos="blue-bar-one"].aos-animate {
  width: 347px;
}
[data-aos="blue-bar-one"] {
  width: 0px;
  transition-property: width;
}*/
.commercial-logo {
  max-width:134px; 
  margin: 0 auto; 
  display: block;
}
.commercial-blue {
  max-width:112px;
  margin: 0 auto; 
  display: block;
}
.small-text {
  color:#808080; 
  font-size:12px; 
  margin-top:10px;
}
@media screen and (max-width:1259px) {
  [data-aos="purple-bar-two"].aos-animate {
    width: 318px;
  }
  [data-aos="purple-bar-one"].aos-animate {
    width: 404px;
  }
  [data-aos="purple-bar-three"].aos-animate {
    width: 240px;
  }
  [data-aos="purple-bar-four"].aos-animate {
    width: 158px;
  }
  [data-aos="purple-bar-five"].aos-animate {
    width: 158px;
  }
  [data-aos="purple-bar-six"].aos-animate {
    width: 80px;
  }
  [data-aos="purple-bar-seven"].aos-animate {
    width: 80px;
  }
  [data-aos="gold-bar-one"].aos-animate {
    width: 80px;
  }
  [data-aos="gold-bar-two"].aos-animate {
    width: 80px;
  }
  [data-aos="teal-bar-one"].aos-animate {
    width: 80px;
  }
  [data-aos="blue-bar-one"].aos-animate {
    width: 318px;
  }
}
@media screen and (max-width:1199px) {
  [data-aos="purple-bar-two"].aos-animate {
    width: 268px;
  }
  [data-aos="purple-bar-one"].aos-animate {
    width: 340px;
  }
  [data-aos="purple-bar-three"].aos-animate {
    width: 200px;
  }
  [data-aos="purple-bar-four"].aos-animate {
    width: 133px;
  }
  [data-aos="purple-bar-five"].aos-animate {
    width: 133px;
  }
  [data-aos="purple-bar-six"].aos-animate {
    width: 70px;
  }
  [data-aos="purple-bar-seven"].aos-animate {
    width: 70px;
  }
  [data-aos="gold-bar-one"].aos-animate {
    width: 80px;
  }
  [data-aos="gold-bar-two"].aos-animate {
    width: 80px;
  }
  .commercial-logo, .commercial-blue {
    max-width:100%; 
  }
  [data-aos="teal-bar-one"].aos-animate {
    width: 80px;
  }
  [data-aos="blue-bar-one"].aos-animate {
    width: 268px;
  }
}
/*@media screen and (max-width:991px) {
  [data-aos="purple-bar-one"].aos-animate {
    width: 247px;
  }
  .pipeline-table-col {
    overflow-x:scroll !important;
  }
}*/
/*********************************
************** FOOTER *************
**********************************/
footer, footer p {
  color:#fff;
  font-family:'helvetica-400', serif;
  text-transform: uppercase;
  font-size:14px;
}
footer {
  background:#333333; 
  padding-top:60px; 
  padding-bottom:40px;
}
.copyright {
  float: right; 
  margin-top: -24px;
}
.footer-menu {
  padding-left:0px;
  margin-bottom:0px;
  float:right;
  padding-top:2px;
}
.footer-menu li {
  display:inline-block;
  color:#fff;
  padding-left:30px;
  text-transform: uppercase;
  font-family:'helvetica-400', serif;
  letter-spacing:.7px;
  font-size:14px;
}
.footer-menu li:first-of-type {
  padding-left:0px;
}
.footer-menu li:last-of-type {
  display:none;
}
.the-title {
  font-family:'helvetica-500', serif;
  font-size:18px;
  text-transform:capitalize;
}
footer a {
  color:#fff;
  text-decoration:none;
}
@media screen and (max-width:1280px) {
  .footer-menu li {
    padding-left:20px;
  }
}
@media screen and (max-width:1200px) {
  .the-title {
    font-size:18px;
  }
  footer, footer p {
    font-size:14px;
  }
  .footer-menu li {
    font-size:12px;
  }
}
@media screen and (max-width:991px) {
  .footer-menu {
    float:none;
    margin-top:30px;
  }
  .footer-menu li:after {
    content:'|';
  }
  .footer-menu li:last-of-type:after {
    content:'';
  }
  .footer-menu li {
    padding-left:0px;
    font-size:13px;
  }
  .footer-menu li a {
    padding-left:10px;
    padding-right:10px;
  }
  .footer-menu li:last-of-type {
      display: block;
      margin-top: 20px;
      padding-left:10px;
  }
  .footer-menu li:nth-of-type(5)::after {
    content:'';
  }
}