.builder-container {
  position: relative;
  min-height: 0px;
  margin-top: 0;
  /*60px;*/
}

.main-text-builder .icon-news {
  width: 50px;
}

.main-text-builder .icon-news img {
  width: 100%;
}

.main-text-builder .register-link .lightbox-text-link {
  display: table;
  padding: 12px 23px;
  padding-bottom: 10px;
  background: #e82f31;
  background: -webkit-gradient(linear, left top, right top, from(#e82f31), color-stop(52%, #c20893), to(#c20893));
  background: linear-gradient(90deg, #e82f31 0%, #c20893 52%, #c20893 100%);
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-text-builder .register-link .lightbox-text-link:hover {
  background: #c20893;
}

.main-text-builder .col-ind-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  width: 100%;
}

.main-text-builder .col-ind-1 {
  width: 145px;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-2 {
  width: 20%;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-3 {
  width: 32%;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-4 {
  width: 40%;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-5 {
  width: 50%;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-6 {
  width: 60%;
  display: inline-block;
  position: relative;
}

.main-text-builder .col-ind-7 {
  width: 70%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-text-builder .col-ind-8 {
  width: 80%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-text-builder .col-ind-10 {
  width: 80%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-text-builder .col-ind-12 {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.main-text-builder {
  margin-top: 50px;
  margin-bottom: 30px;
  float: none;
  text-align: left;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  color: #212529;
  /*=========
     *
     * APP STYLES
     *
     ==========*/
}

.main-text-builder .right-side {
  padding-left: 80px;
}

.main-text-builder a {
  color: #db2d2e;
  text-decoration: none;
}

.main-text-builder .small-text {
  font-size: 14px;
}

.main-text-builder .arrow {
  display: inline-block;
  background-image: url("/assets/frontend/images/news-article-arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-text-builder .arrow:hover {
  background-position: 5px center;
}

.main-text-builder .arrow-right {
  background: url("../images/news-article-arrow.png") left center;
  display: block;
  background-repeat: no-repeat;
  font-size: 17px;
  padding-left: 30px;
  color: #db2d2e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-text-builder .arrow-right:hover {
  background-position-x: 5px;
  color: #000;
}

.main-text-builder .advocacy .arrow-right {
  font-size: 14px;
}

.main-text-builder .credits {
  text-align: right;
  font-size: 12px;
}

.main-text-builder .line-top-builder {
  width: 450px;
  height: 1px;
  background-color: #7f7f7f;
  margin: 30px 0px;
  margin-left: -200px;
}

.main-text-builder .line-top-builder.border-none {
  background-color: transparent;
  margin: 3px 0px;
}

.main-text-builder .line-top-builder:first-child {
  display: none;
}

.main-text-builder .block-one-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-text-builder blockquote {
  border-left: 1px solid #db2d2e;
  margin: 15px;
  padding: 0 10px 0 10px;
  font-size: 17px;
  line-height: 24px;
  vertical-align: middle;
}

.main-text-builder blockquote p {
  margin: auto 0;
}

.main-text-builder .project-section {
  /* Special for new block */
}

.main-text-builder .project-section h2,
.main-text-builder .project-section h2 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.main-text-builder .project-section h3,
.main-text-builder .project-section h3 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.main-text-builder .project-section h4,
.main-text-builder .project-section h4 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}

.main-text-builder .project-section h2.element13,
.main-text-builder .project-section h2.element13 p {
  font-size: 53px;
  font-weight: bold;
  line-height: 55px;
}

.main-text-builder .project-section h3.element13,
.main-text-builder .project-section h3.element13 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.main-text-builder .project-section img {
  width: 100%;
}

.main-text-builder .project-section .col-ind-6 {
  padding-left: 80px;
  width: 55%;
}

.main-text-builder .subtitle {
  background-color: #fff;
  margin-left: -200px;
  padding: 15% 2% 0 15%;
  position: relative;
}

@media only screen and (min-width: 1900px) {
  .main-text-builder .subtitle {
    background-color: transparent !important;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1798px) {
  .main-text-builder .subtitle {
    background-color: transparent !important;
  }
}

.main-text-builder .subtitle h2 {
  padding: 0 !important;
  margin: 10px 0 20px 0;
  font-size: 26px !important;
  line-height: 30px;
}

.main-text-builder .subtitle h3 {
  margin: 0;
  padding: 0;
}

.main-text-builder .galerie {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-text-builder .galerie .icon {
  color: #db2d2e;
  font-size: 40px;
  margin-bottom: 5px;
}

.main-text-builder .galerie .icon.sm {
  font-size: 35px;
}

.main-text-builder .galerie .date {
  text-transform: uppercase;
  color: #db2d2e;
  font-size: 11px;
}

.main-text-builder .galerie .resume {
  font-size: 13px;
  line-height: 15px;
}

.main-text-builder .galerie .arrow {
  background-image: url("../images/red-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  display: block;
  width: 50px;
  height: 20px;
  margin: 10px 0 10px 0;
}

.main-text-builder .galerie .spacer {
  width: 70px;
}

.main-text-builder .galerie .subtitle {
  cursor: pointer;
}

.main-text-builder .galerie .subtitle:hover h2 {
  color: #b8b8b8 !important;
}

.main-text-builder .galerie .subtitle:hover .arrow {
  background-position: 20px center;
}

.main-text-builder .key-projects {
  position: relative;
}

.main-text-builder .key-projects .subtitle {
  padding: 5% 2% 5% 15% !important;
}

.main-text-builder .team img {
  width: 180px;
  -webkit-clip-path: circle(90px at center);
          clip-path: circle(90px at center);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.main-text-builder .team img:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: none;
          filter: none;
}

.main-text-builder .team .image {
  margin-bottom: 50px;
  padding-left: 100px;
}

.main-text-builder .team h2,
.main-text-builder .team h2 p {
  margin: 10px 0 20px 0;
  font-size: 26px;
}

.main-text-builder .team h3,
.main-text-builder .team h3 p {
  font-size: 36px;
  font-family: "GalanoGrotesqueAlt-SemiBold";
}

.main-text-builder .team h3 {
  position: relative;
}

.main-text-builder .team h3:after {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: -10px;
  left: -30px;
}

.main-text-builder .team .position {
  margin-top: 20px;
  font-weight: bold;
}

.main-text-builder .team .subtitle {
  padding: 5% 2% 0 15% !important;
}

.main-text-builder .team .right-side {
  position: relative;
  margin-bottom: 50px;
}

.main-text-builder .project-text {
  margin-left: 110px;
}

.main-text-builder .advocacy-block .date {
  font-size: 13px;
  line-height: 15px;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.main-text-builder .advocacy-block .date:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media only screen and (max-width: 1498px) {
  .main-text-builder .advocacy-block .date {
    width: 18%;
  }
}

.main-text-builder .advocacy-block .info {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 20px;
}

.main-text-builder .advocacy-block h3 {
  margin: 0 20px 30px 0;
  font-size: 28px;
  line-height: 32px;
  font-family: "Circe" !important;
  font-weight: normal;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-text-builder .download {
  text-transform: uppercase;
  color: red;
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block !important;
}

.main-text-builder .news-dynamic-list {
  width: 100%;
}

.main-text-builder .news-dynamic-list .grid-item h3 {
  color: #000;
  font-size: 27px;
  line-height: 30px;
  font-weight: normal;
  font-family: "GalanoGrotesqueAlt-Medium";
}

.main-text-builder .news-dynamic-list .resume {
  text-transform: none;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
}

.main-text-builder .member-info {
  font-family: "GalanoGrotesqueAlt-Medium";
  font-size: 15px;
}

.main-text-builder .member-info .country {
  text-transform: uppercase;
}

.main-text-builder .member-info p {
  margin-bottom: 0;
}

.main-text-builder .member-info .social-links {
  width: 100%;
  display: table;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.main-text-builder .member-info .social-links a {
  float: left;
  margin-right: 10px;
}

.main-text-builder .block-partners .left-side p {
  margin-bottom: 0px;
}

.main-text-builder .block-partners .right-side {
  max-width: 750px;
}

.main-text-builder .top-icon-title {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

.main-text-builder .top-icon-title .ticon {
  width: 63px;
  float: left;
  font-size: 38px;
}

.main-text-builder .top-icon-title .icon-title {
  float: left;
  margin-left: 10px;
  line-height: 64px;
  font-size: 24px;
  color: #da292f;
}

@media screen and (max-width: 1440px) {
  .main-text-builder {
    /* Special for new block */
  }
  .main-text-builder .member-info a.hl {
    font-size: 13px;
  }
  .main-text-builder h2.element13,
  .main-text-builder h2.element13 p {
    font-size: 40px !important;
    font-weight: bold;
    line-height: 45px !important;
  }
  .main-text-builder h3.element13,
  .main-text-builder h3.element13 p {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 24px !important;
  }
}

@media screen and (max-width: 1400px) {
  .main-text-builder .line-top-builder {
    width: 250px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1050px) {
  .main-text-builder .line-top-builder {
    opacity: 0;
    margin: 10px 0px;
  }
}

@media screen and (max-width: 768px) {
  .main-text-builder {
    margin-top: 20px;
  }
  .main-text-builder .right-side {
    padding-left: 15px;
  }
  .main-text-builder .team h3,
  .main-text-builder .team h3 p,
  .main-text-builder .team .position {
    margin-left: 0px;
  }
  .main-text-builder .advocacy-block .date {
    margin-bottom: 10px;
  }
}

.maxBuilderWidth {
  max-width: 720px;
}

.member-home {
  margin-top: 300px;
  padding-left: 100px;
}

.member-home .member-home-block {
  margin-bottom: 30px;
}

.member-home .member-home-block .image {
  position: relative;
}

.member-home .member-home-block .image .mask {
  background-image: url("../images/member-mask-inv.png");
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.member-home .member-home-block .details {
  padding: 0px 50px;
  -webkit-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

.member-home .member-home-block .details h2 {
  font-size: 60px;
  line-height: 65px;
  font-family: "GalanoGrotesqueAlt-SemiBold";
  font-weight: normal;
}

.member-home .member-home-block .details h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Circe";
  font-weight: bold;
}

.member-home .member-home-block .details .date {
  padding-left: 20px;
  font-size: 13px;
  font-family: "Circe";
  margin-bottom: 10px;
  text-transform: uppercase;
}

.member-home .member-home-block .details .text {
  padding-left: 20px;
  font-size: 16px;
  font-family: "Circe";
}

.member-home .member-home-block .bottom-line {
  width: 272px;
  height: 1px;
  background-color: #7d7d7d;
  margin-top: 0px;
}

@media screen and (max-width: 1440px) {
  .member-home .member-home-block .details {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  .member-home .member-home-block .details h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .member-home .member-home-block .image .mask {
    display: none;
  }
  .member-home .member-home-block .details {
    margin-top: 10px;
    padding: 0px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@media screen and (max-width: 1440px) {
  .member-home {
    margin-top: 170px;
  }
}

@media screen and (max-width: 991px) {
  .member-home {
    padding-left: 60px;
    margin-top: 90px;
  }
}

@media screen and (max-width: 600px) {
  .member-home {
    padding-left: 0px;
  }
}
