.homepage-main .btns-wrap {
  margin: 5px -10px;
}
.homepage-main .btn {
  display: inline-block;
  min-width: 140px;
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #58A618;
  margin: 0 10px;
}
.homepage-main .btn:hover {
  border-color: #88be33;
}
.homepage-main .btn-transparent {
  background-color: transparent;
  color: #58A618;
}
.homepage-main .btn-transparent:hover {
  background-color: #88be33;
  color: #fff;
}
.homepage-main .btn-solid {
  background-color: #58A618;
  color: #fff;
}
.homepage-main .btn-solid:hover {
  background-color: #88be33;
  color: #fff;
}

.homepage-main {
  color: #425563;
  line-height: 1.4;
}
.homepage-main h1, .homepage-main h2, .homepage-main h3, .homepage-main h4, .homepage-main h5, .homepage-main h6, .homepage-main p {
  color: #425563;
}
.homepage-main a {
  transition: 300ms ease all;
}
.homepage-main h2 {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}
.homepage-main h2:after {
  content: "";
  display: block;
  width: 126px;
  height: 3px;
  margin: 35px auto 0;
}
.homepage-main h2.grey-line:after {
  background-color: #707F89;
}
.homepage-main h2.green-line:after {
  background-color: #58A618;
}
.homepage-main .gdlr-core-container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 999px) {
  .homepage-main h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-main h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.whats-new-banner {
  background-color: #21578A;
  display: block;
  color: #fff !important;
  font-size: 24px;
  padding: 30px 0;
  transition: 300ms ease all;
}
.whats-new-banner:hover {
  background-color: #7F91B5;
}
.whats-new-banner > .gdlr-core-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.whats-new-banner .whats-new, .whats-new-banner .learn-more {
  font-weight: 500;
  flex-shrink: 0;
  flex-grow: 0;
  text-transform: uppercase;
}
.whats-new-banner .title {
  flex-grow: 1;
  padding: 0 30px;
  font-size: 23px;
}
.whats-new-banner .learn-more {
  font-size: 20px;
  position: relative;
}
.whats-new-banner .learn-more:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
  .whats-new-banner {
    font-size: 20px;
  }
  .whats-new-banner .learn-more {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .whats-new-banner {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
  }
  .whats-new-banner > .gdlr-core-container {
    display: block;
  }
  .whats-new-banner .title {
    padding: 10px 0;
  }
  .whats-new-banner .learn-more {
    font-size: 14px;
  }
  .whats-new-banner .learn-more:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.page-banner {
  padding: 20px 0 0;
  background: url(../images/cloud-bg-white-down.svg) #edf1f5 bottom center no-repeat;
  background-size: cover;
}
.page-banner > .gdlr-core-container {
  display: flex;
}
.page-banner h1 {
  font-size: 59px;
  font-weight: normal !important;
}
.page-banner .text-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-banner .text-wrap p {
  font-size: 22px;
}
.page-banner .image-wrap {
  flex-shrink: 0;
  max-width: 520px;
}
@media screen and (max-width: 999px) {
  .page-banner h1 {
    font-size: 40px;
  }
  .page-banner .text-wrap {
    flex-shrink: 1;
    padding-top: 0;
  }
  .page-banner .image-wrap {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 32px;
  }
  .page-banner .text-wrap p {
    font-size: 20px;
  }
  .page-banner > .gdlr-core-container {
    display: block;
  }
}

.features-section {
  text-align: center;
  padding-bottom: 40px;
  background-color: #edf1f5;
}
.features-section .features-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.features-section .feature-item {
  width: 33%;
  padding: 15px 30px;
}
.features-section .feature-item .icon-wrap {
  height: 125px;
  display: inline-flex;
  align-items: center;
}
.features-section .feature-item .text-wrap .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.features-section .feature-item .text-wrap .des {
  font-size: 20px;
  max-width: 275px;
  display: inline-block;
}
.features-section .half-the-cost {
  font-size: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .features-section .feature-item {
    width: 50%;
  }
  .features-section .feature-item .text-wrap .title {
    font-size: 20px;
  }
  .features-section .feature-item .text-wrap .des {
    font-size: 18px;
  }
  .features-section .half-the-cost {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .features-section .feature-item {
    width: 100%;
  }
  .features-section .feature-item .text-wrap .des {
    font-size: 16px;
  }
  .features-section .half-the-cost {
    font-size: 22px;
  }
}

.cloudbound-banner {
  background: #58a618; 
  display: block;
  color: #fff !important;
  padding: 0px 0;
  transition: 300ms ease all;
}
.cloudbound-banner:hover {
  opacity: 75%!important;
}
.cloudbound-banner > .banner-content {
  display: flex;
  width: 100%;
  height: auto;
}

.nasuni-diagram {
  padding: 40px 0;
  text-align: center;
}
.nasuni-diagram h2 {
  margin-bottom: 20px;
}
.nasuni-diagram h2:after {
  content: none;
}
.nasuni-diagram .subtitle {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  color: #707070;
}
.nasuni-diagram .subtitle:after {
  content: "";
  display: block;
  width: 126px;
  height: 3px;
  margin: 35px auto 0;
  background-color: #58A618;
}
.nasuni-diagram .diagram-container img {
  max-height: 440px;
}

.clients-showcase .slick-track {
  display: flex !important;
}
.clients-showcase .slick-slide {
  height: inherit !important;
}
.clients-showcase .slick-slide > div {
  height: 100%;
}
.clients-showcase .nav-row {
  background-color: #425563;
  padding: 50px 0 0;
  text-align: center;
}
.clients-showcase .nav-row h2 {
  color: #fff;
}
.clients-showcase .nav-slider .nav-slide {
  opacity: 0.5;
  border-bottom: 9px solid #425563;
  cursor: pointer;
}
.clients-showcase .nav-slider .nav-slide img {
  margin: 0 auto 20px;
  max-width: 170px;
}
.clients-showcase .nav-slider .nav-slide:not(.slick-current):hover {
  opacity: 0.75;
}
.clients-showcase .nav-slider .slick-current {
  opacity: 1;
  border-color: #58A618;
}
.clients-showcase .content-row {
  background-color: #F2F5F7;
}
.clients-showcase .content-slide {
  position: relative;
  overflow: hidden;
}
.clients-showcase .content-slide .text-wrap {
  width: 50%;
  padding: 40px 40px 40px 0;
}
.clients-showcase .content-slide .text-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.clients-showcase .content-slide .text-wrap p {
  font-size: 18px;
}
.clients-showcase .content-slide .text-wrap .learn-more {
  font-size: 14px;
  position: relative;
  color: #58A618;
  font-weight: bold;
  text-transform: uppercase;
}
.clients-showcase .content-slide .text-wrap .learn-more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #58A618;
  border-right: 2px solid #58A618;
  transform: rotate(45deg);
}
.clients-showcase .content-slide .text-wrap .learn-more:hover {
  text-decoration: underline;
}
.clients-showcase .content-slide .image-wrap .quote {
  font-style: italic;
}
.clients-showcase .content-slide .image-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.clients-showcase .content-slide .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #58a619, rgba(88, 166, 25, 0));
  top: 0;
  left: 0;
  position: absolute;
}
.clients-showcase .content-slide .image-wrap img {
  position: absolute;
  z-index: 2;
}
.clients-showcase .content-slide .image-wrap p {
  position: absolute;
  z-index: 2;
}
.clients-showcase .content-slide .image-wrap p.description {
  font-size: 30px;
  color: #FFFFFF;
  width: 380px;
  font-weight: 500;
  line-height: 40px;
  margin-left: 60px;
  position: relative;
}
.clients-showcase .content-slide .image-wrap p.description::before {
  content: "";
  width: 227px;
  height: 4px;
  background: #FFFFFF;
  top: -30px;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .clients-showcase .nav-slider .slick-track {
    transform: none !important;
  }
}
@media screen and (max-width: 999px) {
  .clients-showcase .nav-slider .nav-slide {
    padding: 0 20px;
  }

  .clients-showcase .nav-slider .nav-slide img {
    max-width: 100%;
  }

}
@media screen and (max-width: 767px) {
  .clients-showcase .nav-slider .nav-slide {
    padding: 0 10px;
  }
  .clients-showcase .content-slide {
    display: flex;
    flex-direction: column;
  }
  .clients-showcase .content-slide > div {
    height: auto;
  }
  .clients-showcase .content-slide .text-wrap {
    width: 100%;
    padding: 15px;
  }
  .clients-showcase .content-slide .text-wrap h3 {
    font-size: 20px;
  }
  .clients-showcase .content-slide .text-wrap p {
    font-size: 16px;
  }
  .clients-showcase .content-slide .image-wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px;
    flex-grow: 1;
  }
}

.partners-showcase {
  text-align: center;
  padding: 50px 0;
}
.partners-showcase .partners-row {
  display: flex;
  justify-content: center;
  max-width: 936px;
  margin: 40px auto 60px;
}
.partners-showcase .partner-item {
  display: flex;
  align-items: center;
  width: 33%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .partners-showcase .partners-row {
    flex-wrap: wrap;
    margin: 30px auto;
  }
  .partners-showcase .partner-item {
    width: 100%;
    margin: 20px 0;
    justify-content: center;
  }
}

.featured-resources {
  background: url(../images/cloud-bg-up.svg) top 160px center no-repeat;
  background-size: cover;
  padding: 40px 0 80px;
}
.featured-resources .slider-container {
  max-width: 1021px;
  margin: 0 auto;
}
.featured-resources .slick-track {
  display: flex !important;
}
.featured-resources .slick-slide {
  height: inherit !important;
}
.featured-resources .slick-slide > div {
  height: 100%;
}
.featured-resources .slick-arrow {
  position: absolute;
  width: 56px;
  height: 56px;
  border: 1px solid #778D9D;
  border-radius: 50%;
  top: calc(50% - 28px);
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
}
.featured-resources .slick-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #58A618;
  border-left: 3px solid #58A618;
  position: absolute;
  top: 16px;
}
.featured-resources .slick-arrow:hover {
  background-color: #88be33;
  border-color: #88be33;
}
.featured-resources .slick-arrow:hover:before {
  border-color: #fff;
}
.featured-resources .slick-prev {
  left: -64px;
}
.featured-resources .slick-prev:before {
  transform: rotate(-45deg);
  left: 20px;
}
.featured-resources .slick-next {
  right: -64px;
}
.featured-resources .slick-next:before {
  transform: rotate(135deg);
  right: 20px;
}
.featured-resources .slick-dots {
  list-style: none;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  display: flex;
}
.featured-resources .slick-dots li {
  margin: 0 5px;
}
.featured-resources .slick-dots button {
  border: 1px solid #58A618;
  background-color: transparent;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.featured-resources .slick-dots .slick-active button {
  background-color: #58A618;
}
.featured-resources .resource-slide {
  padding-top: 80px;
  margin: 0 15px;
}
.featured-resources .resource-card {
  border: 1px solid #909899;
  position: relative;
  max-width: 320px;
  background-color: #fff;
}
.featured-resources .resource-card:before {
  content: "";
  display: block;
  width: 164px;
  height: 1px;
  background-color: #fff;
  background-image: url(/wp-content/uploads/2019/11/border-break.jpg);
  position: absolute;
  top: -1px;
  left: calc(50% - 82px);
}
.featured-resources .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  position: relative;
  height: 160px;
}
.featured-resources .text-wrap {
  height: calc(100% - 80px);
  padding: 10px 25px 45px;
  position: relative;
}
.featured-resources .text-wrap .category {
  color: #778D9D;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.featured-resources .text-wrap h3 {
  font-size: 19px;
  font-weight: 500;
}
.featured-resources .text-wrap h3 a {
  color: #425563;
}
.featured-resources .text-wrap h3 a:hover {
  text-decoration: underline;
}
.featured-resources .text-wrap .excerpt {
  font-size: 16px;
  margin-bottom: 20px;
}
.featured-resources .text-wrap .learn-more {
  font-size: 14px;
  position: absolute;
  color: #58A618;
  font-weight: bold;
  text-transform: uppercase;
  bottom: 30px;
  left: 25px;
}
.featured-resources .text-wrap .learn-more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #58A618;
  border-right: 2px solid #58A618;
  transform: rotate(45deg);
}
.featured-resources .text-wrap .learn-more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1150px) {
  .featured-resources .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .featured-resources .slick-arrow:before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #58A618;
    border-left: 2px solid #58A618;
    top: 11px;
  }
  .featured-resources .slick-prev {
    left: -36px;
  }
  .featured-resources .slick-prev:before {
    left: 13px;
  }
  .featured-resources .slick-next {
    right: -36px;
  }
  .featured-resources .slick-next:before {
    right: 13px;
  }
}
@media screen and (max-width: 999px) {
  .featured-resources .resource-card {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .featured-resources .slick-prev {
    left: 0;
  }
  .featured-resources .slick-next {
    right: 0;
  }
}

/*# sourceMappingURL=main.css.map */
