.template {
  display: none;
}
.company_card {
  width: 230px;
  height: 200px;
  font-family: Helvetica;
  font-size: 12px;
  color: #676767;
  text-align: center;
  background: white;
  display: inline-block;
  overflow: hidden;
}
.company_card .company_logo {
  margin: 20px auto;
  max-height: 55px;
  filter: invert(0.5);
}
.company_card:hover .company_logo {
  filter: invert(1);
}

.company_card:hover {
  background-color: #3242ff;
  color: white;
}

.company_card:hover .openModal {
  background-color: #3242ff;
  color: white;
  background: url("../images/icons/arrow-white.svg") center no-repeat;
  display: block;
}

.company_card .description {
  margin: 25px 35px;
  line-height: 15px;
}
.company_card .portfolio_description {
  margin: 20px 15px;
  line-height: 15px;
  transition: 1s;
  height: 20px;
}
.company_card:hover .portfolio_description {
  transform: translateY(-30px);
}
.company_card .portfolio_company_logo {
  margin: 10px auto;
  margin-top: 20px;
  height: 55px;
  filter: invert(0.5);
  max-width: 150px;
  object-fit: scale-down;
}
.company_card:hover .portfolio_company_logo {
  filter: invert(1);
}
.company_card_carousel_wrapper {
  width: 924px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
.company_carousel_buttons_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
.company_card_carousel {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  position: absolute;
  left: 0;
  transition: all 1s ease;
}
.arrow {
  padding: 0;
  width: 15px;
  margin: 85px 0;
  display: block;
  background-position-y: center;
  background: url("../images/icons/arrow.svg") no-repeat;
}
.openModal {
  display: none;
  border: none;
  height: 15px;
  margin: 15px auto;
  width: 100%;
  background: url("../images/icons/arrow.svg") center no-repeat;
}

.right {
  margin-left: 70px;
  float: left;
}
.left {
  visibility: hidden;
  margin-right: 70px;
  background: url(../images/icons/arrow_left.svg) no-repeat;
  float: left;
}
.focal_points {
  margin-bottom: 50px;
  margin-top: 50px;
}
.focal_points .row {
  max-width: 900px;
  width: 90%;
  margin: auto;
  position: relative;
}

.focal_point {
  border: 1px solid #f7f8f7;
  cursor: pointer;
  background: #f7f8f7;
  max-width: 450px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 1s;

  justify-content: center;
  align-items: center;
}

.focal_point:hover {
  color: #676767;
}
.focal_point .header {
  color: white;
}
.focal_point:hover .header {
  color: white;
  height: 90px;
  background: #3242ff;
}
.focal_point .header {
  height: 90px;
  font-weight: normal;
  text-decoration: none;

  font-size: 18px;
  padding-top: 20px;
  color: #676767;
  width: 100%;
}
.focal_point .header:hover {
  color: white;
}
.description {
  position: absolute;
  top: 110px;
  width: calc(48% - 22px);
  font-size: 18px;

  background: white;

  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 1s, padding 1s;
  height: 0px;
  padding: 0 10px;

  overflow: hidden;
  z-index: 9999;
}


.description ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.description li {
  margin: 0;
  padding: 0;
  line-height: 35px;

  text-decoration: none;
}
.focal_point:hover .description {
  padding-top: 10px;
  border-left: 1px #3242ff solid;

  border-right: 1px #3242ff solid;
  border-bottom: 1px #3242ff solid;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 1.5s, padding 1s;

  height: 100px;
  padding-bottom: 30px;
  color: #676767;
}

input[type="email"] {
  height: 36px;
  box-sizing: border-box;
}

#companyDescritpionId {
  margin-top: 10%;
}
