.header > .container {
  max-width: none;
  padding-left: 3%;
  padding-right: 3%;
}

.footerBottom a {
  color: white;
}
.footerBottom a:hover {
  text-decoration: underline;
}

#news-builder .news-builder-header {
  max-width: 600px;
  margin: 0 auto 30px;
}

#news-builder .news-builder-header h1 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.12px;
  color: #00a98f;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 767px) {
  #news-builder .news-builder-header h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

#news-builder .news-builder-header p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#news-builder .news-builder-header p.meta {
  color: #1d2238;
  font-size: 16px;
}

#news-builder .news-builder-header p.author {
  color: #9b9b9b;
  font-size: 14px;
}

#news-builder #builder {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

#news-builder #builder .build {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#news-builder .build-centered_subtitle p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
@media (min-width: 767px) {
  #news-builder .build-centered_subtitle p {
    font-size: 21px;
    line-height: 30px;
  }
}

#news-builder .build-large_image {
  img {
    width: 100%;
    display: block;
    margin: 0;
  }
}

#news-builder .build-text_quote,
#news-builder .build-text_image {
  display: flex;
  flex-direction: column;
}

#news-builder .build-text_quote p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

#news-builder .build-text_quote .text,
#news-builder .build-text_quote .quote {
  flex: 0 1 100%;
  width: 100%;
}
#news-builder .build-text_quote .quote {
  padding-top: 30px;
}

#news-builder .build-text_quote .quote p {
  text-align: center;
  color: #00a98f;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 767px) {
  #news-builder .build-text_quote {
    flex-direction: row;
    justify-content: space-between;
  }

  #news-builder .build-text_quote .text {
    flex: 0 1 55%;
    width: 55%;
  }

  #news-builder .build-text_quote .quote {
    flex: 0 1 35%;
    width: 35%;
    padding-top: 0;
  }
  #news-builder .build-text_quote .quote p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  #news-builder .build-text_quote.align-right .text {
    order: 2;
  }

  #news-builder .build-text_quote.align-right .quote {
    order: 1;
  }
}

@media (min-width: 767px) {
  #news-builder .build-text_image {
    flex-direction: row;
    justify-content: space-between;
  }

  #news-builder .build-text_image .text,
  #news-builder .build-text_image .image {
    flex: 0 1 45%;
    width: 45%;
  }

  #news-builder .build-text_image.align-right .text {
    order: 2;
  }

  #news-builder .build-text_image.align-right .quote {
    order: 1;
  }
}

#news-builder .build-carousel .carousel-buttons {
  text-align: center;
  margin: 0 0 10px;
}

#news-builder .build-carousel .carousel-contents img {
  height: 250px;
  object-fit: cover;
}
@media (min-width: 767px) {
  #news-builder .build-carousel .carousel-contents img {
    height: 450px;
  }
}

#news-builder .build-carousel .carousel-contents .slick-slide {
  margin-right: 10px;
}

@media (min-width: 1250px) {
  #news-builder .build-carousel {
    position: relative;
  }

  #news-builder .build-carousel .carousel-fullwidth {
    width: calc(100vw - (600px / 2));
    position: relative;
  }

  #news-builder .build-carousel .carousel-buttons {
    position: absolute;
    left: -200px;
    text-align: left;
    margin: 0;
  }
}

#news-builder .related-news .portfolio-item-thumb img {
  height: 280px;
  object-fit: cover;
}

.single-whitepaper .whitepaper-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  padding-bottom: 50px;
}

.single-whitepaper #news-builder #builder {
  max-width: 1250px;
}

.single-whitepaper .whitepaper-header .whitepaper-form .gform_body input {
  width: 100%;
}

.single-whitepaper #field_3_7 {
  display: flex;
  flex-direction: row;
}
.single-whitepaper #field_3_7 > label {
  display: none;
}
.single-whitepaper #field_3_7 input {
  width: auto;
  display: block;
}

.single-whitepaper .whitepaper-header .whitepaper-form .gform_footer input {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 20px 8px;
}

.single-whitepaper .whitepaper-header .whitepaper-form .gform_footer .button {
  border: none !important;
}

.single-whitepaper .whitepaper-header .whitepaper-form {
  padding-left: 50px;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 30px 0 30px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .single-whitepaper .whitepaper-header {
    flex-direction: row;
    text-align: left;
  }

  .single-whitepaper .whitepaper-header .whitepaper-titles {
    padding-right: 50px;
  }

  .single-whitepaper .whitepaper-header .whitepaper-form {
    padding-left: 50px;
    background: rgba(0, 0, 0, 0.2);
    padding: 50px 50px 0 50px;
    margin-top: 0;
  }
}

.values-area {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 50px 0 0;
}

.values-area .col-lg-4 {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .values-area {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 100px 0 0;
  }

  .values-area .col-lg-4 {
    padding-bottom: 0;
  }
}

.values-area h3,
.values-area p {
  color: inherit;
}

.values-area hr {
  width: 50px;
  border: none;
  border-bottom: 5px dotted #e9b940;
  margin: 0 0 40px;
}

.values-area img {
  max-height: 80px;
  display: block;
  margin: 0 0 40px;
}

.values-area h3 {
  margin: 0 0 30px;
}

.values-area p,
.values-area h3 {
  padding-right: 30px;
}

.values-area ul {
  margin: 0 0 0 20px;
}

.values-area li {
  list-style: disc;
  margin-bottom: 10px;
  font-weight: 100 !important;
}
