/*go to program box*/
.go-to-program .container {
  max-width: 1170px;
  margin: 0px auto;
}

.path-frontpage .main-container {
  border-radius: 13px;
}

.path-frontpage .main-container .container-sections {
  z-index: 1;
  display: flex;
  position: relative;
}

.container-sections.go-to-program {
  border-radius: 10px;
  padding: 20px;
}

.go-to-program h1 {
  text-align: center;
  color: #fff;
  line-height: 3rem;
}

.go-to-program a {
  margin-bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 20px;
}

.user-logged-in.path-frontpage .text {
  width: 100%;
}

.text-container {
  text-align: center;
}

.path-frontpage .register {
  width: 100%;
}

.path-frontpage .text>div {
  border-radius: 13px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-container>div>div {
  display: flex;
  justify-content: center;
}

.path-frontpage .text h1 span,
.path-frontpage .text h1 {
  margin: 0;
}

.path-frontpage .text ul {
  padding-left: 7rem;
}

.path-frontpage .text ul li {
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2rem;
  margin: 20px 0;
}

.path-frontpage .text h4 {
  position: relative;
  margin-bottom: 2rem;
}

.path-frontpage .partners h1 {
  position: relative;
  margin-bottom: 3rem;
}

.path-frontpage .register h1 {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 0;
}

.path-frontpage .register p {
  color: #fff;
}

/* .path-frontpage .register > div {
  height: 100%;
  padding: 4rem 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
} */

.path-frontpage .register a {
  position: relative;
}

.path-frontpage .or {
  position: relative;
  margin: 1.5rem 0rem 1rem 0rem;
  margin: 1.5rem auto;
}

.path-frontpage .bg-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.path-frontpage .or:after,
.path-frontpage .or:before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
}

.path-frontpage .or:after {
  top: 13px;
  left: 51px;
}

.path-frontpage .or:before {
  top: 13px;
  right: 51px;
}

.path-frontpage .register .btn {
  padding: 1rem 4rem;
  margin: 0px auto;
}

.path-frontpage .register p a.secondary {
  width: 177px;
}

.path-frontpage .partners {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.path-frontpage .partners .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.path-frontpage .partners > div {
  display: flex;
  flex-wrap: wrap;
}

.path-frontpage .partners .logo {
  margin: 5px;
  width: 275px;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.path-frontpage footer {
  margin:0 -30px;
  margin-top: 15px;
}


/*
Organized by
LOGHI
*/

.loghi-container {
  border-radius: 10px;
  padding: 3rem 0rem;
  background: #fff;
}

.loghi-container .loghi .views-view-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
}



.loghi-container .loghi .views-view-grid > div {
  width: 33.3%;
  min-height: 130px;
  margin: 0 20px;
  position: relative;
  max-width: 190px;
}

.loghi-container .loghi .views-view-grid div:first-child .bg-img {
  background-size: 80%;
  min-height: unset;
}

.path-frontpage .loghi-container .loghi .bg-img {
  position: absolute;
  width: 100%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.loghi-container h1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;


}


@media (max-width:1200px) {

}

@media (max-width:992px) {
  .loghi-container .loghi {
    margin-top: 0rem;
  }
}

@media (max-width:768px) {
  .loghi-container {
    border-radius:0px;
  }

  .loghi-container h1 {
    margin-top: 0;
  }

  .loghi-container .loghi .views-view-grid {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .path-frontpage .loghi-container .loghi .bg-img {
    left: 0;
  }
}

/*------------*/

@media (max-width:1500px) {
  .path-frontpage .text>div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .path-frontpage .text>div {
    display: flex;
    flex-direction: column;
  }

  .path-frontpage .text>div div:first-child {
    width: 100%;
  }

  .path-frontpage .text>div div:last-child {
    width: 100%;
  }

  .path-frontpage .text ul {
    padding-left: 4rem;
    padding-top: 2rem;
  }
}

@media (max-width:1200px) {
  .path-frontpage .register {
    margin-left: 0px;
  }

  .path-frontpage .text {
    margin-right: 0px;
  }

  .path-frontpage .text h4 {
    margin-bottom: 1rem;
  }

  .path-frontpage .register,
  .path-frontpage .text {
    width: 100%;
  }

  .path-frontpage .partners > div {
    justify-content: center;
  }

  .path-frontpage .main-container .container-sections {
    display: flex;
    flex-direction: column;
  }

  .loghi-container .loghi .views-view-grid > div {
    width: 50%;
  }
}

@media (max-width:1024px) {
  .loghi-container .container {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:992px) {
  .path-frontpage .text>div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width:768px) {
  .path-frontpage .partners {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .path-frontpage .register h1 {
    font-size: 1.5rem;
  }

  .path-frontpage .text h1 span,
  .path-frontpage .text h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .path-frontpage .text ul li {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .path-frontpage .register>div {
    padding: 2rem 2rem;
  }
}

@media (max-width:576px) {
  .path-frontpage .text>div {
    padding: 2rem 1rem;
  }

  .path-frontpage .text ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .go-to-program h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .loghi-container .loghi .views-view-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .loghi-container .loghi .views-view-grid>div {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .loghi-container .loghi .views-view-grid>div {
    width: 100%;
    display: flex;
  }

  .loghi-container h1 {
    text-align: center;
  }

  .loghi-container .loghi .views-view-grid {
    justify-content: center;
  }
}