/*--------------------------------------------------------------
  Global
--------------------------------------------------------------*/
a {
  text-decoration:none;
}
.white {
  background-color:#fff;
}
body {
  background: linear-gradient(195.86deg, rgba(149, 148, 148, 0.5) -1.31%, rgba(255, 255, 255, 0.5) 36.8%, rgba(151, 151, 151, 0.5) 69.4%);
}

.hr-wrap {
  margin-top:50px;
  margin-bottom:50px;
}
.hr-wrap hr {
  background-color:#54565B;
  opacity:1;
}
.btn-gray {
  color:#fff !important;
  background-color:#54565B;
  padding:12px 40px;
  display:inline-block;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing:1px;
}
.btn-black {
  color:#fff !important;
  background-color:#54565b;
  padding:12px 50px;
  display:inline-block;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing:1px;
  font-weight:600;
}
.btn-black:hover {
  cursor:pointer;
}
.btn-black:hover img {
  opacity:.65;
  transition:.4s;
}
.btn-white {
  color:#979797 !important;
  background-color:#fff;
  padding:12px 40px;
  display:inline-block;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing:1px;
  font-weight:600;
  height:45px;
}
.btn-white:hover {
  text-decoration:none;
}
.btn-orange, .btn-orange-dark {
  color:#fff !important;
  background-color:#FE8300;
  padding:10px 20px;
  display:inline-block;
  border:1px solid #fff;
}
.btn-orange:hover {
  background-color:transparent;
  text-decoration:none;
  transition: 0.4s;
}
.btn-orange-dark:hover {
  background-color:transparent;
  text-decoration:none;
  border:1px solid #FE8300;
  color: #FE8300 !important;
  transition: 0.4s;
}
body {
  margin:0 auto;
  padding-top:40px;
}
h1 h2 h3 h4 h5 h6 {
  font-family: rama-gothic-e, sans-serif !important;
}
p, a, ul li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color:#54565B;
}
p, ul li {
  font-size: 18px;
  line-height: 28px;
}
.green {
  color:#91C717;
}
.gray {
  color:#54565B;
}
.pd {
  padding-top:60px;
  padding-bottom:60px;
}
.pt {
  padding-top:60px;
}
.pb {
  padding-bottom:60px;
}
.tbl-cell {
  display:table-cell;
}
.subtext {
  color:#90BE3E;
  font-size:18px;
  line-height:28px;
  font-weight:700;
}
img {
  max-width:100%;
}
.hero {
  position:relative;
  z-index:0;
}
/**********ANIMATIONS**********/
/* Appear Animation */
@-webkit-keyframes appear {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes appear {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes appear {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes appear {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Fade-in Animation */
@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
/* Slide In Left Animation */
@-webkit-keyframes slideInLeft {
  0%   { margin-right: -900px; }
  100% { margin-right:0px; }
}
@-moz-keyframes slideInLeft {
   0%   { margin-right: -900px; }
  100% { margin-right:0px; }
}
@-o-keyframes slideinLeft {
   0%   { margin-right: -900px; }
  100% { margin-right:0px; }
}
@keyframes slideInLeft {
   0%   { margin-right: -900px; }
  100% { margin-right:0px; }
}
/* Shine Animation */
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-moz-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-o-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Fade-in Animation */
@-webkit-keyframes overlay-slide-from-left {
  0%   { width: 00%; left:0; }
  100% { width: 100%; left:0; }
}
@-moz-keyframes overlay-slide-from-left {
  0%   { width: 00%; left:0; }
  100% { width: 100%; left:0; }
}
@-o-keyframes overlay-slide-from-left {
  0%   { width: 0%; left:0; }
  100% { width: 100%; left:0; }
}
@keyframes overlay-slide-from-left {
  0%   { width: 0%; left:0; }
  100% { width: 100%; left:0; }
}

@-webkit-keyframes overlay-slide-from-right {
  0%   { width: 0%; right:0%; }
  100% { width: 100%; right:0%; }
}
@-moz-keyframes overlay-slide-from-right {
  0%   { width: 0%; right:0%; }
  100% { width: 100%; right:0%; }
}
@-o-keyframes overlay-slide-from-right {
  0%   { width: 0%; right:0%; }
  100% { width: 100%; right:0%; }
}
@keyframes overlay-slide-from-right {
  0%   { width: 0%; right:0%; }
  100% { width: 100%; right:0%; }
}

@-webkit-keyframes stat-top-left {
  0%   { opacity: 1; }
  40% { opacity:1; }
  50% { opacity:.6; }
  90% { opacity:.6; }
  100% { opacity:1; }
}
@-moz-keyframes stat-top-left {
  0%   { opacity: 1; }
  40% { opacity:1; }
  50% { opacity:.6; }
  90% { opacity:.6; }
  100% { opacity:1; }
}
@-o-keyframes stat-top-left {
  0%   { opacity: 1; }
  40% { opacity:1; }
  50% { opacity:.6; }
  90% { opacity:.6; }
  100% { opacity:1; }
}
@keyframes stat-top-left {
  0%   { opacity: 1; }
  40% { opacity:1; }
  50% { opacity:.6; }
  90% { opacity:.6; }
  100% { opacity:1; }
}

@-webkit-keyframes stat-top-right {
  0%   { opacity: .6; }
  40% { opacity:.6; }
  50% { opacity:1; }
  90% { opacity:1; }
  100% { opacity:.6; }
}
@-moz-keyframes stat-top-right {
  0%   { opacity: .6; }
  40% { opacity:.6; }
  50% { opacity:1; }
  90% { opacity:1; }
  100% { opacity:.6; }
}
@-o-keyframes stat-top-right {
  0%   { opacity: .6; }
  40% { opacity:.6; }
  50% { opacity:1; }
  90% { opacity:1; }
  100% { opacity:.6; }
}
@keyframes stat-top-right {
  0%   { opacity: .6; }
  40% { opacity:.6; }
  50% { opacity:1; }
  90% { opacity:1; }
  100% { opacity:.6; }
}
/********** END ANIMATIONS **********/
/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
.top-bar {
  background:#91C717;
  width:100%;
  display:table;
  position: fixed;
  z-index: 9999;
  top:0px;
  box-shadow: 1px 3px 15px silver;
}
.top-bar .btn-white {
  margin-right:2px;
}
.top-bar-btns {
  float:right;
  font-size:14px;
}
.navbar {
  background-color:#fff;
}
a.navbar-brand {
  max-width:160px;
}
.top-bar-btns .btn-gray:hover {
  background-color:#a6a6a6;
  transition: .4s;
}
.top-bar-btns .btn-white:hover {
  background-color:#a6a6a6;
  color:#fff !important;
  transition: .4s;
}
ul.navbar-nav {
  margin-left:auto;
  margin-right:inherit !important;
}
ul.navbar-nav li.nav-item {
  padding-left:2px;
  padding-right:2px;
}
a.nav-link, .navbar-light .navbar-nav .nav-link {
  color:#54565B;
}
a.nav-link:hover, .navbar-light .navbar-nav .nav-link:hover {
  color:#91C717;
  transition: .4s;
}
.navbar {
  padding: 1rem 1rem !important;
}
.scroll-nav {
  padding: .4rem 1rem !important;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
#mobile-nav {
  background:#54565b;
  position: fixed;
  right: 0;
  top: 45px;
  padding-top: 40px;
  padding-bottom:40px;
  z-index:9999;
}
.mobile-nav ul {
  list-style:none;
  padding-right:145px;
  margin-bottom:0px;
  padding-left:70px;
}
.mobile-nav ul li {
  color:#fff;
  font-size:18px;
  text-align:right;
  line-height:32px;
}
.mobile-nav ul li a {
  color:#fff;
}
.mobile-nav ul li a:hover {
  color:#91C717;
  text-decoration:none;
  transition:.4s;
}
.mobile-nav img {
  position: absolute;
  right: 75px;
  top: 0;
  max-width: 18px;
}
.mobile-nav img:hover {
  cursor:pointer;
  opacity:.85;
}
@media screen and (max-width: 1199px) {
  ul.navbar-nav {
    margin-top:20px;
    border-top: 2px solid #91C717;;
    padding-top: 20px;
  }
  ul.navbar-nav li.nav-item a.nav-link:hover {
    background: #91C717;
    color: #fff;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .btn-white {
    padding:12px 5px;
    width:27%;
    text-align:center;
  }
  .top-bar-btns {
    float:none;
    display:flex;
  }
  .btn-black {
    padding:12px 12px;
    width:19%;
    text-align:center;
  }
}
/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
footer {
  background: #fff; 
  width:100%; 
  padding-top:50px; 
  padding-bottom:50px; 
  color:#979797;
  border-top:21px solid #54565B;
  border-bottom:45px solid #54565B;
}
footer ul {
  text-align:right;
}
footer ul li {
  display:inline-block;
  padding:0px 5px;
  font-size:14px;
}
footer ul li a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%) !important;
    -webkit-mask-size: 200% !important;
    animation: shine 2s infinite !important;
    color: #91C717;
}
.footer-social a img:hover {
  -webkit-animation: pulse .9s infinite; /* Safari 4+ */
  -moz-animation:    pulse .9s infinite; /* Fx 5+ */
  -o-animation:      pulse .9s infinite; /* Opera 12+ */
  animation:         pulse .9s infinite; /* IE 10+, Fx 29+ */
  animation-iteration-count: 2;
}
footer a {
  color:#979797;
}
footer a:hover {
  text-decoration:none !important;
  cursor:pointer !important;
}
ul.footer-nav, ul.footer-nav a {
  font-family: rama-gothic-e, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height:18px;
  letter-spacing: 1px;
}
footer ul {
  list-style:none;
}
footer ul.footer-nav-two {
  font-size: 14px; 
  line-height: 16px;
}
.footer-logo img {
  width:100px; 
  float:left;
}
.footer-logo a {
  color:inherit !important;
  text-decoration:none !important;
}
.footer-logo {
  padding-top:10px;
  padding-right:0px;
}
.footer-title {
  float:right; 
  padding-top:10px;
  color:#979797;
}
.footer-social {
  text-align:center; 
  padding-top:60px; 
  position:relative;
}
.footer-social img {
  width:38px;
}
.footer-social a:nth-of-type(2) img {
  margin-left:20px; 
  margin-right:20px;
}
.copyright {
  font-size: 10px; 
  line-height: 11px;
  margin-top:20px;
  color:#979797;
}
/********** RESPONSIVE STYLE **********/
@media screen and (min-width:992px) and (max-width: 1199px) {
  .footer-logo {
    font-size:12px;
  }
  .footer-logo img {
    width:90px;
  }
  .footer-title {
    float:left;
  }
  ul.footer-nav, ul.footer-nav a {
    font-size: 12px;
  }
  footer ul.footer-nav-two {
    font-size: 11px;
  }
  p.footer-title {
    font-size: 12px;
    padding-left: 7px;
  }
}
@media screen and (min-width:768px) {
  .copyright {
    font-size: 10px; 
    line-height: 11px; 
    position: absolute; 
    right: 0; 
    bottom: -4px;
  }
}
@media screen and (max-width:767px) {
  .footer-logo img, .footer-title {
    float:none;
  }
  .footer-logo {
    text-align:center;
    padding:15px;
  }
  footer ul {
    text-align:center;
    padding-left:0px;
  }
  ul.footer-nav li, ul.footer-nav-two li {
    line-height:35px;
  }
}
/*--------------------------------------------------------------
  Home
--------------------------------------------------------------*/
@-webkit-keyframes bgSwap {
 6%   { background-image:url('assets/img/home-people.jpg'); }
 33%   { background-image:url('assets/img/home-people.jpg'); }
 39% { background-image:url('assets/img/people-two.jpg'); }
 67% { background-image:url('assets/img/people-two.jpg'); }
 73% { background-image:url('assets/img/people-three.jpg'); }
 100% { background-image:url('assets/img/people-three.jpg'); }
}
@-moz-keyframes bgSwap {
  6%   { background-image:url('assets/img/home-people.jpg'); }
 33%   { background-image:url('assets/img/home-people.jpg'); }
 39% { background-image:url('assets/img/people-two.jpg'); }
 67% { background-image:url('assets/img/people-two.jpg'); }
 73% { background-image:url('assets/img/people-three.jpg'); }
 100% { background-image:url('assets/img/people-three.jpg'); }
}
@-o-keyframes bgSwap {
  6%   { background-image:url('assets/img/home-people.jpg'); }
 33%   { background-image:url('assets/img/home-people.jpg'); }
 39% { background-image:url('assets/img/people-two.jpg'); }
 67% { background-image:url('assets/img/people-two.jpg'); }
 73% { background-image:url('assets/img/people-three.jpg'); }
 100% { background-image:url('assets/img/people-three.jpg'); }
}
@keyframes bgSwap {
 6%   { background-image:url('assets/img/home-people.jpg'); }
 33%   { background-image:url('assets/img/home-people.jpg'); }
 39% { background-image:url('assets/img/people-two.jpg'); }
 67% { background-image:url('assets/img/people-two.jpg'); }
 73% { background-image:url('assets/img/people-three.jpg'); }
 100% { background-image:url('assets/img/people-three.jpg'); }
}
.home-slide-one .test {
  background-image:url('assets/img/home-people.jpg');
  width:100%;
  background-size:cover;
  background-position:center center;
  position:relative;
  -moz-animation: bgSwap 15s infinite; /* Firefox */
  -webkit-animation: bgSwap 15s infinite; /* Safari and Chrome */
  -ms-animation: bgSwap 15s infinite; /* IE10 */
  -o-animation: bgSwap 15s infinite; /* Opera */
  animation: bgSwap 15s infinite;
  animation-delay:2.3s;
}
/* Appear Animation */
@-webkit-keyframes whiteFade {
 0%   { width:100%; }
 40%   { width:100%; }
 100% { width:0px; }
}
@-moz-keyframes whiteFade {
  0%   { width:100%; }
 40%   { width:100%; }
 100% { width:0px; }
}
@-o-keyframes whiteFade {
  0%   { width:100%; }
 40%   { width:100%; }
 100% { width:0px; }
}
@keyframes whiteFade {
  0%   { width:100%; }
 40%   { width:100%; }
 100% { width:0px; }
}
.new-overlay {
  width:100%;
  top:0px;
  height:100%;
  left:0px;
  background:rgba(255,255,255,.5);
  position:absolute;
  -moz-animation: whiteFade 5s ease-in-out infinite; /* Firefox */
  -webkit-animation: whiteFade 5s ease-in-out infinite; /* Safari and Chrome */
  -ms-animation: whiteFade 5s ease-in-out infinite; /* IE10 */
  -o-animation: whiteFade 5s ease-in-out infinite; /* Opera */
  animation: whiteFade 5s ease-in-out infinite;
  animation-delay:0s;
}
.home-slide-one .home-wrap {
  background-image:url('assets/img/211.jpg');
  width:100%;
  background-size:cover;
  background-position:center center;
  position:relative;
}
.home-slide-two .home-wrap {
  background-image:url('assets/img/slide-two.jpg');
  width:100%;
  background-size:cover;
  background-position:center center;
  position:relative;
}
.home-slide-three .home-wrap {
  background-image:url('assets/img/2201.jpg');
  width:100%;
  background-size:cover;
  background-position:center center;
  position:relative;
}
.home-wrap .container .row {
  min-height:370px;
  align-items:flex-end;
}
.home-wrap p {
  color:#fff;
  font-weight:600;
  font-size:36px;
  font-family: rama-gothic-e, sans-serif;
}
@-webkit-keyframes test {
 0%   { color:#91C717; }
 48%   { color:#91C717; }
 49% { color:inherit; }
 100% { color:inherit; }
}
@-moz-keyframes test {
  0%   { color:#91C717; }
 48%   { color:#91C717; }
 49% { color:inherit; }
 100% { color:inherit; }
}
@-o-keyframes test {
  0%   { color:#91C717; }
 48%   { color:#91C717; }
 49% { color:inherit; }
 100% { color:inherit; }
}
@keyframes test {
  0%   { color:#91C717; }
 48%   { color:#91C717; }
 49% { color:inherit; }
 100% { color:inherit; }
}
@-webkit-keyframes testtwo {
 0%   { color:inherit; }
 48%   { color:inherit; }
 49% { color:#91C717; }
 83% { color:#91C717; }
 84% { color:inherit; }
}
@-moz-keyframes testtwo {
  0%   { color:inherit; }
 48%   { color:inherit; }
 49% { color:#91C717; }
 83% { color:#91C717; }
 84% { color:inherit; }
}
@-o-keyframes testtwo {
  0%   { color:inherit; }
 48%   { color:inherit; }
 49% { color:#91C717; }
 83% { color:#91C717; }
 84% { color:inherit; }
}
@keyframes testtwo {
  0%   { color:inherit; }
 48%   { color:inherit; }
 49% { color:#91C717; }
 83% { color:#91C717; }
 84% { color:inherit; }
}
@-webkit-keyframes testthree {
 0%   { color:inherit; }
 83% { color:inherit; }
 84% { color:#91C717; }
 100% { color:#91C717; }
}
@-moz-keyframes testthree {
   0%   { color:inherit; }
 83% { color:inherit; }
 84% { color:#91C717; }
 100% { color:#91C717; }
}
@-o-keyframes testthree {
   0%   { color:inherit; }
 83% { color:inherit; }
 84% { color:#91C717; }
 100% { color:#91C717; }
}
@keyframes testthree {
   0%   { color:inherit; }
 83% { color:inherit; }
 84% { color:#91C717; }
 100% { color:#91C717; }
}
.active-word-one {
  -moz-animation: test 15s infinite; /* Firefox */
  -webkit-animation: test 15s infinite; /* Safari and Chrome */
  -ms-animation: test 15s infinite; /* IE10 */
  -o-animation: test 15s infinite; /* Opera */
  animation: test 15s infinite;
  animation-delay:0s;
}
.active-word-two {
  -moz-animation: testtwo 15s infinite; /* Firefox */
  -webkit-animation: testtwo 15s infinite; /* Safari and Chrome */
  -ms-animation: testtwo 15s infinite; /* IE10 */
  -o-animation: testtwo 15s infinite; /* Opera */
  animation: testtwo 15s infinite;
  animation-delay: 0s;
}
.active-word-three {
  -moz-animation: testthree 15s infinite; /* Firefox */
  -webkit-animation: testthree 15s infinite; /* Safari and Chrome */
  -ms-animation: testthree 15s infinite; /* IE10 */
  -o-animation: testthree 15s infinite; /* Opera */
  animation: testthree 15s infinite;
  animation-delay: 0s;
}

@-webkit-keyframes homeFade {
 0%   { left:0; }
 99% { left:3000px; }
  100% { left:9999px; }
}
@-moz-keyframes homeFade {
  0%   { left:0; }
 99% { left:3000px; }
  100% { left:9999px; }
}
@-o-keyframes homeFade {
  0%   { left:0; }
 99% { left:3000px; }
  100% { left:9999px; }
}
@keyframes homeFade {
  0%   { left:0; }
 99% { left:3000px; }
  100% { left:9999px; }
}
.home-fade-one {
  background:rgba(255,255,255,.6);
  width:100%;
  height:100%;
  min-height:370px;
  background-size:cover;
  background-position:center center;
  -moz-animation: homeFade 5.2s ease-in alternate forwards; /* Firefox */
  -webkit-animation: homeFade 5.2s ease-in alternate forwards; /* Safari and Chrome */
  -ms-animation: homeFade 5.2s ease-in alternate forwards; /* IE10 */
  -o-animation: homeFade 5.2s ease-in alternate forwards; /* Opera */
  animation: homeFade 5.2s ease-in alternate forwards;
  position:absolute;
  top:0px;
}
.home-white-bar {
  padding-top:20px;
  padding-bottom:20px;
  position:relative;
  top:0px;
}
.home-white-bar img {
  max-width:125px;
}
.home-white-bar .row {
  align-items: center;
}
.white-overlay {
  width:100%;
  top:0px;
  height:100%;
  right:0px;
  background:#fff;
  position:absolute;
  -moz-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Firefox */
  -webkit-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Safari and Chrome */
  -ms-animation: whiteBarFade 2.5s ease-in alternate forwards; /* IE10 */
  -o-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Opera */
  animation: whiteBarFade 2.5s ease-in alternate forwards;
  animation-delay:.5s;
}
/* Appear Animation */
@-webkit-keyframes whiteBarFade {
 0%   { width:100%; }
 100% { width:0px; }
}
@-moz-keyframes whiteBarFade {
  0%   { width:100%; }
 100% { width:0px; }
}
@-o-keyframes whiteBarFade {
  0%   { width:100%; }
 100% { width:0px; }
}
@keyframes whiteBarFade {
  0%   { width:100%; }
 100% { width:0px; }
}
[data-aos="white-bar-fade"] {
  width: 100%;
  transition-property: width;
}
[data-aos="white-bar-fade"].aos-animate {
  width: 0%;
}
.home-white-bar p {
  text-transform: uppercase;
  color:#C4C4C4;
  font-size:72px;
  line-height:74px;
  font-family: rama-gothic-e, sans-serif;
  font-weight:600;
  margin-bottom:0px;
}
.active-word {
  color:#91C717;
}
.white-overlay-two {
  width:100%;
  top:0px;
  height:100%;
  left:0px;
  background:rgba(255,255,255,.7);
  position:absolute;
  -moz-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Firefox */
  -webkit-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Safari and Chrome */
  -ms-animation: whiteBarFade 2.5s ease-in alternate forwards; /* IE10 */
  -o-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Opera */
  animation: whiteBarFade 2.5s ease-in alternate forwards;
  animation-delay:2.5s;
}
.white-overlay-three {
  width:100%;
  top:0px;
  height:100%;
  left:0px;
  background:rgba(255,255,255,.7);
  position:absolute;
  -moz-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Firefox */
  -webkit-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Safari and Chrome */
  -ms-animation: whiteBarFade 2.5s ease-in alternate forwards; /* IE10 */
  -o-animation: whiteBarFade 2.5s ease-in alternate forwards; /* Opera */
  animation: whiteBarFade 2.5s ease-in alternate forwards;
  animation-delay:2.5s;
}
.carousel-indicators li {
  border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color:#55565A;
    opacity:1;
}
.carousel-indicators .active {
  background-color:#91C717;
}
/* Increase default bootstrap carousel slide fade transition time */
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition: opacity 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: opacity 2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.slider-fade-text {
  opacity:0;
}
.slider-fade-text {
  -webkit-animation: fade-in 5s forwards; /* Safari 4+ */
  -moz-animation:    fade-in 5s forwards; /* Fx 5+ */
  -o-animation:      fade-in 5s forwards; /* Opera 12+ */
  animation:         fade-in 5s forwards; /* IE 10+, Fx 29+ */
  animation-delay:  .5s;
}
hr.home-cta {
  border-top: 1px solid #91C717; 
  margin-bottom:10px; 
  margin-top:-30px;
}
.slider-text-container {
  display:table; 
  height: 325px; 
  margin-top: 91px;
}
.annual-report {
  padding-top:30px; 
  font-family: rama-gothic-e, sans-serif;
  font-size:20px; 
  font-weight: 600; 
  letter-spacing:1px;
  color:#fff;
}
.emp {
  color:#91C717; 
  position: relative;
}
.emp::after {
    content:'';
    opacity:0;
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: 10px;/* <- distance */
    border-bottom: 1px solid #fff;
    opacity:0;
    -webkit-animation: appear 5s forwards; /* Safari 4+ */
    -moz-animation:    appear 5s forwards; /* Fx 5+ */
    -o-animation:      appear 5s forwards; /* Opera 12+ */
    animation:         appear 5s forwards; /* IE 10+, Fx 29+ */  
    animation-delay:1.5s;
}
/* Stats Slider is used on multiple pages */
#statsSlider {
  background-size:cover; 
  height:500px; 
  width:100%;
  background-image:url('assets/img/facility.jpg');
  font-family: rama-gothic-e, sans-serif;
  text-transform:uppercase;
}
#statsSlider p {
  font-family: rama-gothic-e, sans-serif;
  font-weight: 600; 
  font-size: 40px; 
  line-height:48px;
  letter-spacing:1px;
}
#statsSlider .carousel-indicators li {
    background-color:#fff;
}
#statsSlider .carousel-indicators .active {
  background-color:#91C717;
}
#statsSlider .carousel-indicators {
  position:static;
  justify-content: left;
    margin: 0;
}
#statsSlider .slider-text-container {
  display:table; 
  height: 500px; 
  margin-top: 0px;
  padding-top:70px;
}
.slideInLeft {
  -webkit-animation: slideInLeft 1.7s forwards; /* Safari 4+ */
  -moz-animation:    slideInLeft 1.7s forwards; /* Fx 5+ */
  -o-animation:      slideInLeft 1.7s forwards; /* Opera 12+ */
  animation:         slideInLeft 1.7s forwards; /* IE 10+, Fx 29+ */
  animation-delay:  .3s;
  margin-right:-900px;
}
.slider-gradient {
  background: linear-gradient(74.82deg, #000000 15.71%, rgba(85, 86, 90, 0) 67.47%); 
  background-size:cover; 
  height:500px; 
  position:absolute; 
  width:100%;
  opacity:.7;
}
.stat-slider-title {
  color:#91C717; 
  display:inline-block; 
  border-bottom:1px solid #fff;
}
#statsSlider p.stat-slider-text {
  color:#fff; 
  font-size:60px !important; 
  line-height:60px !important;
} {
  color:#fff; 
  font-size:60px !important; 
  line-height:60px;
}
.stat-number {
  color:#fff; 
  font-size:170px !important; 
  line-height: inherit !important;
    padding-top: 15px;
}
.medium-stat-number {
  line-height: 1 !important; 
  font-size: 140px !important;
}
.small-stat-number {
  line-height: 1 !important; 
  font-size: 110px !important;
}
.the-ceo-letter {
  font-size: 48px;
  line-height: 58px;
  color:#54565B;
  font-family: rama-gothic-e, sans-serif;
  margin-bottom:0px;
  font-weight:600;
}
.green-line {
  border-top: 1px solid #91C717; 
  padding-bottom:50px;
}
.home-energy-left {
  background-image:url(assets/img/sunset.jpg); 
  background-size:cover; 
  min-height:500px; 
  color:#fff; 
  text-align:center; 
  padding-top:80px;
}
.home-energy-left p {
  font-family: rama-gothic-e, sans-serif;
  color:#fff;
}
.home-energy-left hr {
  border-top: 2px solid #fff; 
  max-width: 140px;
}
.home-energy-right {
  padding:50px 20px;
}
.energy-subtext {
  font-size:48px; 
  max-width:360px; 
  margin-left:auto; 
  margin-right:auto; 
  line-height:58px; 
  font-weight:600; 
  padding-top:10px;
}
.energy-stat {
  font-size:180px; 
  font-weight:600; 
  line-height:.9;
}
.env-title {
  color:#91C717; 
  font-family: rama-gothic-e, sans-serif; 
  font-weight:600; 
  display:inline-block; 
  border-bottom: 1px solid #91C717;
  font-size:38px;
  padding-bottom:10px;
  line-height:44px;
}
/********** RESPONSIVE STYLE **********/
@media screen and (min-width:768px) {
  .home-energy-right {
    max-width:570px;
    padding-left:60px;
    padding-right:60px;
    padding-top:80px;
  }
}
@media screen and (max-width:991px) {
  .home-white-bar p {
    font-size: 50px;
    line-height: 55px;
  }
  .home-white-bar img {
    max-width:100%;
  }
}
@media screen and (max-width:767px) {
  .home-white-bar p {
    font-size:38px;
    line-height:42px;
  }
  .medium-stat-number {
    font-size: 80px !important;
  }
  .small-stat-number {
    font-size: 60px !important;
  }
  #statsSlider p {
    font-size:28px;
  }
  #homeSlider h1 {
    font-family: rama-gothic-e, sans-serif; 
    font-size:4em;
  }
  #homeSlider p.main-text {
    font-size: 20px;
    line-height: 30px; 
  }
  .home-slides { 
    height:550px; 
  }
  hr.home-cta {
    margin-top:0px;
  }
}
@media screen and (max-width:520px) {
  .top-bar-btns .btn-gray {
    padding:7px 15px;
  }
}
@media screen and (max-width:480px) {
  .slider-text-container { 
    margin-top: 50px;
  }
  #homeSlider h1 {
    font-size:40px;
  }
  .annual-report {
    padding-top:20px; 
    font-size:16px; 
  }
  .home-white-bar p {
    font-size: 32px;
    line-height: 40px;
  }
}
/*--------------------------------------------------------------
  EXTERNAL GROWTH
--------------------------------------------------------------*/
.external-hero {
  background-image:url(assets/img/1659.jpg); 
  background-size:cover; 
  background-position: center top;
}
.external-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
.map-sidebar {
  background:#54565b;
  display:table;
}
.map-sidebar p:first-of-type {
  color:#90BE3E;
  font-size:48px;
  line-height:48px;
  font-weight:600;
  font-family: rama-gothic-e, sans-serif;
  max-width:150px;
  margin:0 auto;
}
.map-sidebar p:nth-of-type(2) {
  color:#fff;
  margin-top:40px;
  font-family: rama-gothic-e, sans-serif;
  font-size:24px;
  line-height:26px;
  font-weight:600;
  letter-spacing:2px;
}
.external-map .ceo-letter .mapTotals ul li.California {
    left: 0px;
    top: 250px !important;
}

.external-map .ceo-letter .mapTotals ul li.Hawaii {
    left: 60px;
    top: 400px !important;
}

.external-map .ceo-letter .mapTotals ul li.MountainWest {
    left: 150px;
    top: 270px !important;
}

.external-map .ceo-letter .mapTotals ul li.Texas {
    left: 290px;
    top: 324px !important;
}

.external-map .ceo-letter .mapTotals ul li.Midwest {
    left: 453px;
    top: 124px !important;
}

.external-map .ceo-letter .mapTotals ul li.Southeast {
    left: 505px;
    top: 290px !important;
}

.external-map .ceo-letter .mapTotals ul li.Northeast {
    left: 638px;
    top: 90px !important;
}

.external-map .ceo-letter .mapTotals ul li.MidAtlantic {
    left: 598px;
    top: 259px !important;
}

.external-map .ceo-letter .mapTotals ul li.FloridaPR {
    left: 625px;
    top: 385px !important;
}

.external-map .ceo-letter .mapTotals ul li.middle {
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.external-map .mapTotals ul li {
    position: absolute;
    display: none;
    z-index: 999;
}
@media screen and (max-width:991px) {
  .map-sidebar p:first-of-type {
    max-width: 270px;
    padding-top: 30px;
    font-size:34px;
    line-height:34px;
  }
  .map-sidebar p:nth-of-type(2) {
    margin-top: 15px;
    padding-bottom: 30px;
    font-size:20px;
    line-height:22px;
  }
}
/*--------------------------------------------------------------
  Portfolio
--------------------------------------------------------------*/
.portfolio-hero {
  background-image:url(assets/img/portfolio.jpg); 
  background-size:cover; 
  background-position:center;
}
.portfolio-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
.hero h1 {
  font-family: rama-gothic-e, sans-serif;
  color:#91C717; 
  font-weight: 600; 
  font-size: 72px; 
  line-height: 74px; 
  margin-bottom:0px;
}
.hero img {
  padding-top:40px;
  max-width:125px;
}
.page-intro {
  padding:50px;
}
.page-intro a {
  color:#90BE3E;
}
.portfolio-stats .row {
  min-height:273px;
}
.page-intro h2, .fls h2 {
  font-family: rama-gothic-e, sans-serif; 
  font-weight: 600; 
  font-size: 32px;
  line-height: 38px;
  color:#91C717;
  margin-bottom:10px;
  text-transform: uppercase;
}
.page-intro hr {
  border-top:1px solid #91C717; 
  margin-top:20px; 
  margin-bottom:30px;
}
.portfolio-sidebar h3 {
  font-weight: 600; 
  font-size: 32px; 
  line-height: 38px;
}
.portfolio-info p {
  font-size: 18px; 
  line-height: 28px;
}
.portfolio-info h3 {
  font-family: rama-gothic-e, sans-serif;
  font-weight: 600; 
  font-size: 32px; 
  line-height: 38px;
}
.port-slider-container {
  text-align:center; 
  padding-top:20px;
}
.portfolio-stat {
  color:#fff; 
  font-family: rama-gothic-e, sans-serif; 
  font-weight: 600; 
  font-size: 120px !important;
  line-height: 144px !important; 
  display:inline-block !important; 
  padding-right:15px;
}
p.stat-label {
  font-size:50px; 
  font-family: rama-gothic-e, sans-serif; 
  display:inline-block !important;
}
ul.donut-chart-key {
  font-size: 18px; 
  line-height: 30px; 
  font-weight:bold;
  margin-bottom:0px;
  list-style:none;
}
ul.donut-chart-key li:before {
  content:'';
  position:absolute;
  height:100%;
  width:20px;
  background-size:12px 12px;
  background-repeat:no-repeat;
  background-position:center left;
  left:-20px;
}
ul.donut-chart-key li:first-of-type:before {
  background-image:url(assets/img/green.png);
}
ul.donut-chart-key li:nth-of-type(2):before {
  background-image:url(assets/img/dark-blue.png);
}
ul.donut-chart-key li:nth-of-type(3):before {
  background-image:url(assets/img/dark-gray.png);
}
ul.donut-chart-key li:nth-of-type(4):before {
  background-image:url(assets/img/light-blue.png);
}
ul.donut-chart-key li {
  position:relative;
}
ul.donut-chart-key li span {
  color:#54565B;
  font-weight:400;
}
.donut-title {
  position: absolute; 
  top: 135px; 
  max-width: 173px; 
  margin-left: auto; 
  margin-right: auto; 
  left: 0; 
  text-align: 
  center;
  right: 0; 
  font-size: 20px;
}
.hero-emp {
  position: relative;
}
.hero-emp::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: 2px;/* <- distance */
    border-bottom: 1px solid #fff;  
}
.platform-bar {
  transform: translateX(100%);
}

.platform-bar.aos-animate {
  transform: translateX(0);
}
/********** MAP **********/
.come-in {
    transform: translateY(100px);
    animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s;
}
.already-visible {
    transform: translateY(0);
    animation: none;
}
@keyframes come-in {
    to { transform: translateY(0); }
}

.mm-list > li h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 17px 20px 16px;
    z-index: -1;
}
.mm-list > li .close {
    background: url(images/close_icon.png) no-repeat;
    border: 0px;
    cursor: pointer;
    float: right;
    height: 15px;
    padding: 0;
    margin: -35px 20px 0 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 15px;
}
.mm-list > li:hover {
    background-color: rgba(28, 28, 28, 0.5);
}
.mm-list > li.mobile-title:hover {
    background-color: transparent;
}
.mm-list > li.mm-selected > a.close:not(.mm-subopen) {
    background: url(images/close_icon.png) no-repeat;
}
.mapTotals {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    pointer-events: none;
}

.mapTotals ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ceo-letter .mapTotals ul li {
    background-color: rgba(0, 0, 0, 0.7);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.ceo-letter .mapTotals ul li.Pacific {
    left: 12px;
    top: 85px !important;
}

div.text-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; 
    right: 0; 
    margin: auto;
}
.ceo-letter .mapTotals ul li h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.ceo-letter .mapTotals ul li.California {
    left: 0px;
    top: 250px !important;
}

.ceo-letter .mapTotals ul li.Hawaii {
    left: 60px;
    top: 400px !important;
}

.ceo-letter .mapTotals ul li.MountainWest {
    left: 147px;
    top: 288px !important;
}

.ceo-letter .mapTotals ul li.Texas {
    left: 329px;
    top: 358px !important;
}

.ceo-letter .mapTotals ul li.Midwest {
    left: 450px;
    top: 150px !important;
}

.ceo-letter .mapTotals ul li.Southeast {
    left: 548px;
    top: 314px !important;
}

.ceo-letter .mapTotals ul li.Northeast {
    left: 700px;
    top: 90px !important;
}

.ceo-letter .mapTotals ul li.MidAtlantic {
    left: 668px;
    top: 283px !important;
}

.ceo-letter .mapTotals ul li.FloridaPR {
    left: 681px;
    top: 415px !important;
}
@media screen and (min-width:1400px) {
  .ceo-letter .mapTotals ul li.MountainWest {
    left: 190px;
    top: 315px !important;
  }
  .ceo-letter .mapTotals ul li.Southeast {
    left: 642px;
    top: 371px !important;
  }
  .ceo-letter .mapTotals ul li.Midwest {
    left: 540px;
    top: 182px !important;
  }
  .ceo-letter .mapTotals ul li.MidAtlantic {
    left: 786px;
    top: 325px !important;
  }
  .ceo-letter .mapTotals ul li.Northeast {
    left: 826px;
    top: 119px !important;
  }
  .ceo-letter .mapTotals ul li.Texas {
    left: 386px;
    top: 427px !important;
  }
  .ceo-letter .mapTotals ul li.FloridaPR {
    left: 777px;
    top: 473px !important;
  }
  .ceo-letter .mapTotals ul li.California {
    left: 0px;
    top: 302px !important;
  }
  .ceo-letter .mapTotals ul li.Hawaii {
    left: 60px;
    top: 531px !important;
  }
}
.ceo-letter .mapTotals ul li.middle {
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ceo-letter .mapTotals ul li {
    position: absolute;
    display: none;
    z-index: 999;
}

.noBullets {
    list-style-type: none;
}

.ceo-letter .ex-pres,
.ceo-letter .no-pres {
    display: inline-flex;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
}

.ceo-letter .ex-pres:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 3px 5px 10px;
    background-color: #82bf41;
    display: inline-block;
    margin-right: 10px;
    font-family: rama-gothic-e, sans-serif; 
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0px;
}

.ceo-letter .no-pres:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d7d6d6;
    display: inline-block;
    box-shadow: 3px 5px 10px;
    margin-right: 10px;
    font-family: rama-gothic-e, sans-serif; 
    position: absolute;
    left: 0;
    top: 0px;
    font-weight:normal;

}

.text-wrap :nth-child(1) {
    margin-bottom: 0px;
}

.text-wrap :nth-child(2) {
    margin: 0px;
}

.text-wrap :nth-child(3) {
    margin: 0px;
}
.interactiveMap figure {
    margin: 30px 0;
}
.mapWrap {
    width: 100%;
    height: 0;
    padding-top: 62%;
    position: relative;
}
.mapWrap, .mapWrap g {
  outline:none !important;
}
#RegionalMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1399px) {
  .donut-title {
    top: 105px; 
  }
  .external-map .ceo-letter .mapTotals ul li.Pacific, 
    .external-map .ceo-letter .mapTotals ul li.MountainWest, 
    .external-map .ceo-letter .mapTotals ul li.California, 
    .external-map .ceo-letter .mapTotals ul li.Hawaii, 
    .external-map .ceo-letter .mapTotals ul li.MountainWest, 
    .external-map .ceo-letter .mapTotals ul li.Texas, 
    .external-map .ceo-letter .mapTotals ul li.Midwest, 
    .external-map .ceo-letter .mapTotals ul li.Southeast, .external-map .ceo-letter .mapTotals ul li.Northeast, .external-map .ceo-letter .mapTotals ul li.MidAtlantic, .external-map .ceo-letter .mapTotals ul li.FloridaPR {
        left: 0;
        right: 0;
        margin: auto;
        top: 50% !important;
        transform: translateY(-50%);
    }
}
@media (max-width: 1199px) {
  .donut-title {
    top: 105px; 
  }
  .ceo-letter .mapTotals ul li.Pacific, 
    .ceo-letter .mapTotals ul li.MountainWest, 
    .ceo-letter .mapTotals ul li.California, 
    .ceo-letter .mapTotals ul li.Hawaii, 
    .ceo-letter .mapTotals ul li.MountainWest, 
    .ceo-letter .mapTotals ul li.Texas, 
    .ceo-letter .mapTotals ul li.Midwest, 
    .ceo-letter .mapTotals ul li.Southeast, .ceo-letter .mapTotals ul li.Northeast, .ceo-letter .mapTotals ul li.MidAtlantic, .ceo-letter .mapTotals ul li.FloridaPR {
        left: 0;
        right: 0;
        margin: auto;
        top: 50% !important;
        transform: translateY(-50%);
    }
}
@media (max-width: 991px) {
    .donut-title {
      top: 130px; 
    }
    .hero h1 {
      font-size: 52px; 
      line-height: 54px; 
    }
}
@media (max-width: 767px) {
  #doughnut-chart {
    display: block;
    width: 320px;
    max-width: 320px;
    height: auto;
    margin-left:auto;
    margin-right:auto;
  }
  .donut-title {
    top: 120px; 
  }
}
@media (max-width: 600px) {
  .portfolio-stat {
    display:block !important;
    padding-right:0px;
  }
  p.stat-label {
    display:block !important;
  }
}
/********** END MAP **********/
/*--------------------------------------------------------------
  PLATFORM PAGE
--------------------------------------------------------------*/
.platform-hero {
  background-image:url(assets/img/321.jpg); 
  background-size:cover; 
  background-position:center;
}
.platform-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
.platform-stats p {
  font-size:32px;
  line-height:36px;
  color:#fff;
  font-family: rama-gothic-e, sans-serif; 
  text-transform: uppercase;
  padding-bottom:0px;
  margin-bottom: 0;
}
.platform-slide-one {
  background-image:url(assets/img/154.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  min-height: 300px;
  position:relative;
  align-items:center;
}
.platform-slide-one .col-12 {
  align-self:center;
  z-index:100;
}
/*.people-slide-one p.large-stat {
    font-size: 70px;
    line-height: 65px;
}*/
.platform-slide-three {
  background-image:url(assets/img/162.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  min-height: 300px;
  position:relative;
  align-items:center;
}
.platform-slide-three .col-12 {
  align-self:center;
  z-index:100;
}
.platform-stats .col-sm-6:nth-of-type(1), .platform-stats .col-sm-6:nth-of-type(2) {
  background-image:none;
  z-index:1;
}
.platform-stats .col-sm-6 {
  background-image: url(assets/img/platform-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:120px;
  padding-bottom:120px;
  display:table;
  background-position:center center;
}
.platform-stats .row:nth-of-type(2) .col-sm-6:nth-of-type(1) {
  background-image: url(assets/img/platform-3.jpg);
}
.platform-stats .row:nth-of-type(2) .col-sm-6:nth-of-type(2) {
  background-image: url(assets/img/130.jpg);
}
/*.platform-stats .row:nth-of-type(3) .col-sm-6 {
  background-image: url(assets/img/platform-5.jpg);
}*/
.platform-stat-wrap {
  display: table-cell;
  vertical-align: middle;
}
p.large-stat {
  font-size:80px;
  line-height:75px;
  margin-bottom:0px;
  color:#fff;
  padding:0px 30px 0px 30px;
  font-family: rama-gothic-e, sans-serif;
}
.venn-circle {
  height: 350px; 
  width: 350px; 
  border-radius: 50%; 
  display:table; 
}
.venn-circle p {
  font-family: rama-gothic-e, sans-serif; 
  font-weight: 600; 
  font-size: 26px; 
  line-height: 32px; 
  text-align:center; 
  color:#fff;
}
.venn-one p, .venn-two p {
  display: table-cell; 
  vertical-align: middle; 
}
.venn-three {
  margin-top:-200px; 
  margin-left:108px; 
  background:rgba(151, 151, 151, 0.65);
}
.venn-two {
  z-index:-1; 
  margin-left:-100px; 
  background:rgba(145, 199, 23, 1);
  position:absolute; 
  left:300px;
}
.venn-one {
  background:rgba(15, 138, 231, 0.7); 
  float:left;
}
.venn-row .row {
  position:relative;
}
.venn-legend h4 {
  font-weight: 600; 
  font-size: 26px; 
  line-height: 32px; 
  font-family: rama-gothic-e, sans-serif; 
  margin-bottom:0px;
}
.venn-legend p {
  margin-bottom:25px;
}
.venn-three p:last-of-type {
  padding-top:150px;
}
.marketing {
  padding-right:160px;
}
.venn-two p {
  padding-left:160px;
}
.results {
  padding-top:40px;
}
@media screen and (max-width:991px) {
  .platform-stats .col-sm-6 {
    padding-top:70px;
    padding-bottom:70px;
  }
  .platform-stats p {
    font-size:28px;
    line-height:32px;
  }
  p.large-stat {
    font-size:60px;
    line-height:55px;
  }
}
@media (max-width: 767px) {
  .platform-stats p {
    font-size:20px;
    line-height:24px;
  }
  p.large-stat {
    font-size:40px;
    line-height:45px;
  }
  .platform-stats .col-sm-6 {
    padding-top:100px;
    padding-bottom:100px;
  }
}
@media (max-width: 599px) {
  .venn-circle {
    width:150px;
    height:150px;
  }
  .venn-two {
    margin-left:-50px;
    left:170px;
  }
  .marketing {
    padding-right:0px;
  }
  .venn-three p:last-of-type {
    padding-top: 20px;
  }
  .venn-three {
    margin-top:-70px;
    margin-left:69px;
    margin-bottom:30px !important; 
  }
  .venn-two p {
    padding-left:50px;
  }
  .results {
    padding-top:10px;
  }
  .venn-row .row {
    width:320px;
    margin-left:auto;
    margin-right:auto;
  }
}
/*--------------------------------------------------------------
  CEO LETTER PAGE
--------------------------------------------------------------*/
.ceo-hero {
  background-image:url(assets/img/11.jpg); 
  background-size:cover; 
  background-position:center;
}
.ceo-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
.ceo-title {
  color:#fff; 
  font-size: 18px; 
  line-height: 22px;
  font-weight:600;
  font-family: rama-gothic-e, sans-serif;
  margin-bottom:0px;
  padding-left:2px;
}
.ceo-quote {
  font-size: 24px; 
  line-height: 34px;
}
.ceo-text h3 {
  font-weight: 600; 
  font-family: rama-gothic-e, sans-serif; 
  font-size: 32px; 
  line-height: 36px;
  color:#91C717;
}
.ceo-text p {
  margin-bottom:30px;
}
.ceo-stats {
  background-image:url('assets/img/ess.jpg');
  background-size:cover;
  background-position:center center;
}
.overlay {
  background:#231F20;
  opacity:.65;
  width:50%;
  padding:0px;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.hero .overlay {
  opacity:.5;
}
.fadingEffect {
    position:absolute;
    top:0; bottom:0; right:0;
    width:100%;
    background:white;
    -moz-animation: showHide 5s ease-in alternate infinite; /* Firefox */
    -webkit-animation: showHide 5s ease-in alternate infinite; /* Safari and Chrome */
    -ms-animation: showHide 5s ease-in alternate infinite; /* IE10 */
    -o-animation: showHide 5s ease-in alternate infinite; /* Opera */
    animation: showHide 5s ease-in alternate infinite;
}
[data-aos="overlay-slide-from-left"] {
  width: 0px;
  transition-property: width;
}
[data-aos="overlay-slide-from-left"].aos-animate {
  width: 100%;
}
[data-aos="overlay-slide-from-right"] {
  width: 0px;
  transition-property: width;
}
[data-aos="overlay-slide-from-right"].aos-animate {
  width: 100%;
}
[data-aos="stat-one-reveal"] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos="stat-one-reveal"].aos-animate {
  opacity: 1;
}
.overlay-two {
  background:#231F20;
  opacity:.65;
  width:0%;
  padding:0px;
  height:100%;
  position:absolute;
  top:0;
  right:0%;
}
.ceo-stats .col-6 p:first-of-type {
  font-size:80px;
  line-height:85px;
  margin-bottom:0px;
  color:#fff;
  padding:0px 30px 0px 30px;
  font-family: rama-gothic-e, sans-serif;
}
.ceo-stats .col-6 p:nth-of-type(2), .small-stat {
  font-size:32px;
  line-height:36px;
  color:#fff;
  font-family: rama-gothic-e, sans-serif; 
  text-transform: uppercase;
  padding-bottom:0px;
}
.ceo-stats .col-6 {
  z-index:10;
  padding-top:40px;
  padding-bottom:40px;
}
@media screen and (max-width:991px) {
  .ceo-hero .row {
    min-height:300px;
  }
  .ceo-stats .col-6 p:first-of-type {
    font-size:60px;
    line-height:65px;
  }
  .ceo-stats .col-6 p:nth-of-type(2) {
    font-size:28px;
    line-height:32px;
  }
}
@media screen and (max-width:767px) {
  .ceo-intro-img {
    margin-bottom:20px;
  }
  .page-intro {
    padding:40px 20px;
  }
  .ceo-stats .col-6 p:first-of-type {
    font-size:40px;
    line-height:45px;
  }
  .ceo-stats .col-6 p:nth-of-type(2) {
    font-size:20px;
    line-height:24px;
  }
}
@media screen and (max-width:600px) {
  .ceo-hero .row {
    min-height:250px;
  }
  .hero h1 {
    font-size:36px;
    line-height:40px;
  }
  .hero img {
    max-width:90px;
  }
}
/*--------------------------------------------------------------
  PEOPLE PAGE
--------------------------------------------------------------*/
.people-hero {
  background-image:url(assets/img/people.jpg); 
  background-size:cover; 
  background-position:center top;
}
.people-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
.people-slide-three {
  background-image:url('assets/img/172.jpg');
  padding-top:110px;
  padding-bottom:110px;
  align-items:initial;
  align-items: center;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
}
.People .eg-slide-two .large-stat:first-of-type {
  color:#fff;
  max-width:350px;
  margin:0 auto;
}
.People .eg-slide-two {
  background-image:url('assets/img/exr.jpg');
}
.eg-slide-two .col-sm-7:first-of-type, .eg-slide-two .col-sm-5:first-of-type {
  background:#91C717;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  display: table;
  background-position: center center;
}
.eg-slide-two .col-sm-7:nth-of-type(2), .eg-slide-two .col-sm-5:nth-of-type(2) {
  background-image:url(assets/img/1221.jpg); background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  display: table;
  background-position: center center; position:relative; z-index:0;
}
.newsweek {
  color:#91C717 !important;
  font-size:40px;
  line-height:45px;
  max-width:350px;
  margin:0 auto;
}
.glassdoor {
  font-size:90px;
  line-height:95px;
  font-weight:600;
  font-family: rama-gothic-e, sans-serif;
  text-align:center;
  color:#91C717;
}
.awards .col-md-7 p {
  font-family: rama-gothic-e, sans-serif;
  font-size:35px;
  line-height:55px;
  margin-bottom:0px;
  text-transform: uppercase;
}
.awards .col-md-7 span {  
  color: #90BE3E
}
.leadership-container {
  background: #55565A; 
  margin-bottom:80px;
}
.leadership-container h2 {
  font-weight: 600; 
  color:#fff; 
  font-family: rama-gothic-e, sans-serif; 
  font-size: 48px; 
  line-height: 58px;
}
ul#leadership {
  list-style:none; 
  color:#fff; 
  padding-left:0px; 
  padding-top:10px; 
  font-size: 18px; 
  line-height: 30px;
}
.bio p {
  color:#fff; 
  padding:0px 20px;
  font-size: 16px; 
  line-height: 25px;
}
.leader-photo {
  background-size:cover; 
  background-repeat:no-repeat; 
  background-position:center;
  -webkit-animation: fade-in 4s forwards; /* Safari 4+ */
  -moz-animation:    fade-in 4s forwards; /* Fx 5+ */
  -o-animation:      fade-in 4s forwards; /* Opera 12+ */
  animation:         fade-in 4s forwards; /* IE 10+, Fx 29+ */
  animation-delay:  0s;
}
.bioFadeIn {
  opacity:1;
}
.bioFadeIn {
  -webkit-animation: slideInLeft 4s forwards; /* Safari 4+ */
  -moz-animation:    slideInLeft 4s forwards; /* Fx 5+ */
  -o-animation:      slideInLeft 4s forwards; /* Opera 12+ */
  animation:         slideInLeft 4s forwards; /* IE 10+, Fx 29+ */
  animation-delay:  .5s;
}
.color-boxes .col-lg-3:nth-of-type(1), .color-boxes .col-lg-3:nth-of-type(3) {
  background:#90BE3E;
}
.color-boxes .col-lg-3:nth-of-type(2), .color-boxes .col-lg-3:nth-of-type(4) {
  background:#54565B;
}
.color-boxes p {
  color:#fff;
  font-weight:700;
}
.color-boxes p:nth-of-type(2) {
  padding-top:15px;
}
.color-boxes .col-lg-3 {
  padding:50px 30px;
}
.awards {
  padding-bottom:60px;
}
.awards .row:nth-of-type(2) {
  padding-top:30px;
  padding-bottom:50px;
}
.awards h2 {
  font-family: rama-gothic-e, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #91C717;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.awards .col-md-4 p:first-of-type, .awards .col-md-6 p:first-of-type {
  font-family: rama-gothic-e, sans-serif;
  font-weight:600;
  font-size:60px;
  line-height:60px;
  text-transform:uppercase;
  text-align:center;
}
.awards .col-md-4 p:nth-of-type(2), .awards .col-md-6 p:nth-of-type(2) {
  font-family: rama-gothic-e, sans-serif;
  font-weight:600;
  text-transform:uppercase;
  font-size:40px;
  line-height:45px;
  text-align:center;
  color:#91C717;
  padding-left: 30px;
    padding-right: 30px;
}
@media screen and (min-width:1200px) {
  .awards .col-md-4 p:nth-of-type(2), .awards .col-md-6 p:nth-of-type(2) {
    max-width: 400px;
    margin: 0 auto;
  }
  .compass {
    padding-left:40px;
  }
}
.leader-photo-1 {
  background-image:url('assets/img/joseph-margolis.jpg'); 
}
.leader-photo-2{
  background-image:url(assets/img/scott-stubbs.jpg);
  display:none;
}
.leader-photo-3{
  background-image:url(assets/img/gwyn-mcneal.jpg);
  display:none;
}
.leader-photo-4{
  background-image:url(assets/img/james-overturf.jpg);
  display:none;
}
.leader-photo-5{
  background-image:url(assets/img/samrat-sondhi.jpg);
  display:none;
}
ul#leadership li:hover {
  cursor:pointer !important;
}
.leadership-filters {
  background:#54565B;
  color:#fff;
  padding-top:15px;
  padding-bottom:8px;
}
.leadership {
  background:#fff;
}
.leadership-filters .col-lg-10 {
  display:table;
  padding-bottom:5px;
}
.leadership-filters .col-lg-10 div {
  display:table-cell;
  vertical-align:bottom;
  font-family: rama-gothic-e, sans-serif;
  font-size:20px;
  text-transform: uppercase;
}
.leadership-filters .col-lg-10 div:hover {
  cursor:pointer !important;
}
.leadership-filters .col-lg-2 {
  text-transform:uppercase;
  font-size:32px;
  font-weight:600;
  color:#90BE3E;
  font-family: rama-gothic-e, sans-serif;
  padding-left:25px;
}
.leadership .col-xl-3 {
  background-image:url('assets/img/joe-margolis.jpg');
  background-size:cover;
  background-position: center center;
}
.gwyn-bg {
  background-image:url('assets/img/gwyn.jpg') !important;
}
.margolis-bg {
  background-image:url('assets/img/joe-margolis.jpg') !important;
}
.stubbs-bg {
  background-image:url('assets/img/stubbs.jpg') !important;
}
.zach-bg {
  background-image:url('assets/img/zach.jpg') !important;
}
.matt-bg {
  background-image:url('assets/img/matt.jpg') !important;
}
.sondhi-bg {
  background-image:url('assets/img/sondhi.jpg') !important;
}
.springer-bg {
  background-image:url('assets/img/springer.jpg') !important;
}
.leader-name {
  margin-bottom:-5px;
  font-weight:700;
  color:#000;
}
.leader-bio {
  font-weight:300;
  line-height:22px;
}
.leader-wrap {
  padding:20px;
}
.leader-position {
  color:#000;
}
.active-leader {
  color:#90BE3E;
}
@media (max-width: 991px) {
  .leader-photo {
    margin-top:50px;
  }
  .glassdoor {
    padding-bottom:20px;
    font-size: 70px;
    line-height: 75px;
  }
  .bio p {
    padding:0px;
  }
  .people-slide-three .col-md-4 {
    margin-top:25px;
  }
  .people-slide-three {
    padding-top:40px;
    padding-bottom:40px;
  }
  .leadership .col-xl-3 {
    min-height:200px;
    object-fit:contain;
    background-image:none !important;
  }
  .leadership .col-xl-3 img {
    margin-top:25px;
  }
  .leadership-filters .col-lg-10 div {
    font-size:18px;
  }
  .leadership-filters .col-lg-2 {
    padding-left:12px;
  }
  .awards .col-md-4 p:first-of-type, .awards .col-md-6 p:first-of-type {
    font-size:45px;
    line-height:45px;
  }
  .awards .col-md-4 p:nth-of-type(2), .awards .col-md-6 p:nth-of-type(2) {
    font-size:25px;
    line-height:30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .leader-photo {
    width: 275px;
    height: 350px;
    margin: 0 auto;
  }
  .glassdoor {
    text-align:left;
    font-size: 50px;
    line-height: 55px;
  }
  .leadership-container, .leadership-filters .col-lg-2 {
    text-align:center;
  }
  .people-slide-three {
    background-position:center center;
  }
  .leadership-filters .col-lg-10 div {
    display: block;
    width: 50%;
    display: inline-block;
    text-align:center;
  }
  .leadership .col-xl-3 img {
    max-width: 290px;
    margin: 25px auto 0px auto;
    display: block;
  }
  .awards .row:nth-of-type(2) {
    padding-top:30px;
    padding-bottom:0px;
  }
  .people-hero {
    background-position: 62% top;
  }
}
/*--------------------------------------------------------------
  PERFORMANCE PAGE
--------------------------------------------------------------*/
.performance-hero {
  background-image:url(assets/img/performance.jpg); 
  background-size:cover; 
  background-position:center;
}
.performance-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
#total-return h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  font-family: rama-gothic-e, sans-serif !important;
}
.perf-stats .col-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.total-return ul {
  list-style:none; 
  padding:0px;
}
.total-return ul li {
  height:40px; 
  margin-top:10px;
  color:#fff; 
  text-align:right; 
  font-weight:bold; 
  background-repeat:no-repeat; padding-left:175px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
li.extra-space {
  background-image:url(assets/img/logo.png);
  background-position: 71px center;
  background-size:85px;
  background-position:75px center;
}
li.home-depot {
  background-image:url(assets/img/home-depot.png);
  background-size:auto 100%;
  background-position:119px center;
}
li.nike {
  background-image: url(assets/img/nike.png);
  background-size: auto 34px;
  background-position: 91px center;
}
.total-return li div { 
  background-color:#979797;
  height:26px;
}
li.apple {
  background-image:url(assets/img/apple.png);
  background-size:33px;
  background-position:117px center;
}
li.costco {
  background-image:url(assets/img/costco.png); 
  background-size:75px;
  background-position:85px center;
}
li.disney {
  background-image:url(assets/img/disney.png); 
  background-size:75px;
  background-position:85px center;
}
li.google {
  background-image:url(assets/img/google.png); 
  background-size:75px;
  background-position:85px center;
}
li.jpm {
  background-image:url(assets/img/jpm.png); 
  background-size:150px;
  background-position:0px center;
}
li.sp500 {
  background-image:url(assets/img/sp500.png); 
  background-size:75px;
  background-position:85px center;
}
li.public-storage {
  background-image:url(assets/img/public-storage.png); 
  background-size:65px;
  background-position:95px center;
}
li.berkshire {
  background-image:url(assets/img/berkshire.png); 
  background-size:140px;
  background-position:20px center;
}
li.msci {
  background-image:url(assets/img/msci.png); 
  background-size:75px;
  background-position:85px center;
}
[data-aos="extra-space-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="extra-space-return"].aos-animate {
  width: 100%;
}
[data-aos="nike-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="nike-return"].aos-animate {
  width: 55.74855%;
}
[data-aos="apple-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="apple-return"].aos-animate {
  width: 87.489%;
}
[data-aos="home-depot-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="home-depot-return"].aos-animate {
  width: 93.548%;
}
[data-aos="disney-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="disney-return"].aos-animate {
  width: 29.8593879%;
}
[data-aos="google-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="google-return"].aos-animate {
  width: 65.839%;
}
[data-aos="costco-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="costco-return"].aos-animate {
  width: 65.59139%;
}
[data-aos="jpm-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="jpm-return"].aos-animate {
  width: 43.5897%;
}
[data-aos="sp500-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="sp500-return"].aos-animate {
  width: 30.02481389%;
}
[data-aos="public-storage-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="public-storage-return"].aos-animate {
  width: 23.98676%;
}
[data-aos="berkshire-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="berkshire-return"].aos-animate {
  width: 22.74368231%;
}
[data-aos="msci-return"] {
  width: 0px;
  transition-property: width;
}
[data-aos="msci-return"].aos-animate {
  width: 8.1058%;
}
.line-graph-caption {
  padding-top:30px;
}
@media screen and (min-width: 992px) {
  .line-graph-caption {
    padding-top:200px;
  }
}
@media screen and (max-width: 767px) {
  .total-return ul li {
    padding-left:90px !important;
    background-position:0 center !important;
    background-size:80px !important;
  }
  .total-return ul li.apple {
    background-size: 33px !important;
  }
  [data-aos="msci-return"].aos-animate {
    width: 16%;
  }
  .total-return ul li.home-depot {
    background-image:url(assets/img/home-depot.png);
    background-size:auto 40px !important;
    background-position:119px center;
  }
  .total-return ul li.nike {
    background-size:auto 34px !important;
  }
}
/*--------------------------------------------------------------
  DOWNLOADS PAGE
--------------------------------------------------------------*/
.Downloads {
  background:#fff;
}
.downloads .h1 {
  font-family: rama-gothic-e, sans-serif !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #91C717;
  border-top: 1px solid #54565B;
  padding:20px 0px 0px 0px;
}
.downloads a:hover {
  color:#91C717;
}

/*--------------------------------------------------------------
  FLS PAGE
--------------------------------------------------------------*/
.ForwardLookingStatement {
  background:#fff;
}
.fls .h1 {
  font-family: rama-gothic-e, sans-serif !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #91C717;
  border-top: 1px solid #54565B;
  padding:20px 0px 40px 0px;
}

/*--------------------------------------------------------------
  CORPORATE INFORMATION PAGE
--------------------------------------------------------------*/
.CorporateInformation {
  background:#fff;
}
.corporate-info .h1 {
  font-family: rama-gothic-e, sans-serif !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #91C717;
  border-top: 1px solid #54565B;
  padding:20px 0px 0px 0px;
}
.corporate-info ul {
  list-style:none;
  padding:0px;
  margin-bottom:25px;
}
.corporate-info ul li.corporate-title {
  color:#91C717;
  font-weight:bold;
}
.corporate-info ul li.corp-title {
  font-weight:bold;
}
.corporate-info ul li {
  font-size: 17px;
  line-height: 28px;
  color: #54565B;
}
.corporate-info .col-md-4 {
  padding-right:40px;
}
@media (max-width: 767px) {
  .corporate-info .col-md-4 {
    padding-right:15px;
  }
}
/*--------------------------------------------------------------
  SUSTAINABILITY PAGE
--------------------------------------------------------------*/
.sustainability-hero {
  background-image:url(assets/img/solar.jpg); 
  background-size:cover; 
  background-position:center
}
.sustainability-hero .row {
  min-height:430px;
  padding-bottom:20px;
}
[data-aos="fade-in"] {
  opacity: 0;
  transition-property: opacity;
}
[data-aos="fade-in"].aos-animate {
  opacity: 1;
}
.sust-photos {
  background-size:cover; 
  width:100%; 
  height:275px;
  background-position:center bottom;
}
.sustainability-chart h2 {
  font-family: rama-gothic-e, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #91C717;
  margin-bottom: 0px;
}
.sustainability-chart p {
  font-size:22px;
  line-height:25px;
  font-weight:700;
  margin-bottom:25px;
}
.sustainability-subtext {
  margin-top:20px;
  padding-left:15px;
}
.sustainability-subtext li {
  font-size:12px;
  line-height:14px;
}
.photo-two {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
    url(assets/img/governance.jpg);
}
.sust-module .photo-one {
  background-image: url(assets/img/env.jpg); 
}
.photo-three {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ),
  url(assets/img/social.jpg); 
}
.sust-titles {
  color:#fff; 
  font-family: rama-gothic-e, sans-serif; 
  font-weight: 600; 
  font-size: 24px; 
  line-height: 29px; 
  padding:15px 0px; 
  letter-spacing:1px; 
  text-align:center;
}
.sust-titles:hover {
  cursor:pointer !important;  
}
.sust-titles img {
  width:25px; 
  margin-bottom:5px; 
  float:right; 
  margin-right:25px;
}
.highlights-container {
  background-image:url(assets/img/highlights.jpg);
  background-size:cover;
  background-repeat:no-repeat;
}
.highlights {
  background:rgba(0,0,0,.5);
}
.highlights h3 {
  color:#92C83E;
  font-size:30px;
  font-weight:600;
  font-family: rama-gothic-e, sans-serif;
}
.highlights ul li {
  color:#fff;
  font-size:24px;
  line-height:38px;
}
.highlights, .mob-highlights {
  color:#fff; 
  padding-top:60px; 
  padding-bottom:60px;
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    );
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
}
.mob-highlights {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(assets/img/highlights.jpg);
}
.box-container img {
  margin-top:50px;
}
.highlights-left, .mob-highlights-left {
  color: #92C83E;
  font-size: 30px;
  font-weight: 600;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing:3px;
  line-height:32px;
  margin-bottom:15px;
}
.highlights ul, .mob-highlights ul {
  font-size: 22px; 
  line-height: 36px;
}
.mob-highlights ul li {
  color:#fff;
}
.sust-title-container {
  background-color:#54565B;
}
.active-title {
  color:#90BE3E;
}
.box-one {
  min-height:350px;
}
.box-one p {
  font-family: rama-gothic-e, sans-serif; 
  font-weight: 600; 
  color:#fff; 
  font-size: 30px;
  line-height: 32px;
}
.box-container {
  max-width:85%; 
  margin:0 auto;
  padding-left:15px; padding-right:15px;
}
.box-two {
  min-height:350px;
}
.box-two p:first-of-type {
  color:#fff; 
  font-weight: 600; 
  font-family: rama-gothic-e, sans-serif; 
  letter-spacing: 0.05em; 
  font-size:48px;
  margin-bottom:7px;
}
.box-two p:nth-of-type(2) {
  color:#fff; 
  font-size: 28px; 
  line-height: 30px; 
  font-family: rama-gothic-e, sans-serif;
}
.box-three {
  min-height:350px; 
  padding-left:15px; 
  padding-right:15px;
}
.box-three img {
  margin: 50px auto 0px auto; 
  display: block; 
  padding-top: 55px;
}
.box-three p:first-of-type {
  font-weight: 400; 
  font-size: 26px; 
  margin-bottom:0px; 
  line-height: 28px; 
  letter-spacing: 0.05em; 
  color: #fff;
}
.box-three p:nth-pf-type(2) {
  font-size: 20px; 
  line-height: 30px;
}
.leed-img {
  max-width:250px;
}
.flip-box-text {
  position: absolute;
  bottom: 0px;
  padding-bottom:50px;
  width:100%;
  left:0;
  padding-left:7.5%;
  padding-right:7.5%;
}
.box-three .flip-box-text {
  background:#90C715;
  padding-top:50px;
}
/********** RESPONSIVE STYLE **********/
@media screen and (max-width:1199px) {
  .box-one, .box-two, .box-three {
    min-height:300px;
  }
  .box-three .flip-box-text {
    padding-top:30px;
  }
  .flip-box-text {
    padding-bottom:30px;
  }
}
@media (max-width: 991px) {
  .box-two p:first-of-type {
    font-size:30px;
  }
  .box-two p:nth-of-type(2) {
    font-size:22px;
    line-height:24px;
  }
  .box-one p {
    font-size:22px;
    line-height:24px;
  }
  .box-one, .box-two, .box-three {
    min-height:240px;
  }
  .box-three p:first-of-type {
    font-size:20px;
    line-height:21px;
  }
  .box-three img {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .flip-box {
    margin-bottom:20px;
  }
  .box-container img {
    margin: 30px auto;
    max-width: 280px;
    display: block;
  }
  .flip-box-text {
    max-width:280px;
    padding:0px;
    margin:0 auto;
    position:static;
  }
  .sust-module {
    display:none;
  }
  .box-one, .box-two, .box-three {
    min-height:0px;
    padding-bottom:30px;
  }
  .box-three .flip-box-text {
    background:transparent;
  }
  .mobile-sust-mod .sust-title-container {
    background-color:#54565B;
  }
  .mobile-sust-mod, .mob-highlights {
    display:inherit;
  }
  .hide-mobile {
    display:none;
  }
  .mob-highlights-one, .mob-highlights-two, .mob-highlights-three {
    display:none;
  }
}
/*--------------------------------------------------------------
  EXTERNAL GROWTH PAGE
--------------------------------------------------------------*/
.external-growth-hero {
  background-image:url(assets/img/external-growth-hero.jpg); 
  background-size:cover; 
  min-height:550px;
  background-position:center
}
.eg-slide-one {
  background-image:url(assets/img/323.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  min-height: 300px;
  position:relative;
  align-items:center;
}
.eg-slide-one .col-12 {
  align-self:center;
  z-index:100;
}
.eg-small-stat {
  color:#fff;
  font-size:32px;
  line-height:38px;
  font-weight:400;
  font-family: rama-gothic-e, sans-serif;
  margin-bottom:0px;
  text-transform:uppercase;
}
.eg-slide-two .col-sm-6:first-of-type {
  background:#91C717;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  display: table;
  background-position: center center;
}
.eg-slide-two .col-sm-6:nth-of-type(2) {
  background-image:url(assets/img/1221.jpg); background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  display: table;
  background-position: center center; position:relative; z-index:0;
}
.eg-slide-three {
  background-image:url(assets/img/22.jpg);
  min-height: 300px;
  align-items: center;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
}
@media (max-width: 767px) {
  .map-caption {
    padding-top:50px;
  }
}
/*--------------------------------------------------------------
  TERMS & CONDITIONS PAGE
--------------------------------------------------------------*/
.TermsAndConditions {
  background:#fff;
}
.terms .h2 {
  font-family: rama-gothic-e, sans-serif;
  padding-top:10px;
}